T TimMcTPC Basic Pleskian Mar 28, 2013 #1 hello, the command line utility "mail" allows you to set up mail forwarding addresses, but leaves the mail forwarding setting switched off. how can I turn mail forwarding on via the CLI? regards
hello, the command line utility "mail" allows you to set up mail forwarding addresses, but leaves the mail forwarding setting switched off. how can I turn mail forwarding on via the CLI? regards
IgorG Plesk addicted! Plesk Certified Professional Mar 28, 2013 #2 Use something like: # /usr/local/psa/bin/mail -u gfh@test.com -forwarding true -forwarding-addresses add:test@test.com -forwarding option described here - http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-unix-cli/39181.htm
Use something like: # /usr/local/psa/bin/mail -u gfh@test.com -forwarding true -forwarding-addresses add:test@test.com -forwarding option described here - http://download1.parallels.com/Plesk/PP11/11.0/Doc/en-US/online/plesk-unix-cli/39181.htm
T TimMcTPC Basic Pleskian Apr 2, 2013 #3 Thanks, that appears to work great. The confusion came from the commands help (--help) not listing such a feature. Regards
Thanks, that appears to work great. The confusion came from the commands help (--help) not listing such a feature. Regards
IgorG Plesk addicted! Plesk Certified Professional Apr 2, 2013 #4 Sorry, there is some discrepancy between --help option and documentation.