View Single Post
  #1 (permalink)  
Old 06-02-2009, 11:12 AM
shiznatix shiznatix is offline
Registered User
 
Join Date: Oct 2007
Posts: 1
shiznatix is on a distinguished road
Adding forwarder via script

I am trying to create email addresses via the command line and all is going well except for creating a forwarder. I have found this command to create the address:
Quote:
/scripts/addpop username@domain.com password
but what would the command be to add a forwarder? I want to pipe all email to these addresses to a php script and I need to do it via a command-line command.
Reply With Quote