C crobinson Basic Pleskian Jul 15, 2006 #1 How would I forward all outgoing mail to another mail relay/server? Do I have to hack plesk's qmail to do this? Any help would be great! -Carl
How would I forward all outgoing mail to another mail relay/server? Do I have to hack plesk's qmail to do this? Any help would be great! -Carl
N nightwalker Guest Jul 17, 2006 #2 Create a file named 'smtproutes' in /var/qmail/control. FQDN: Code: :my.other-relay.domain.com IP Address: Code: :[1.2.3.4] Then restart qmail. /etc/init.d/qmail restart For more options visit: http://www.qmail.org/qmail-manual-html/man8/qmail-remote.html -- Matthew Originally posted by crobinson How would I forward all outgoing mail to another mail relay/server? -Carl Click to expand...
Create a file named 'smtproutes' in /var/qmail/control. FQDN: Code: :my.other-relay.domain.com IP Address: Code: :[1.2.3.4] Then restart qmail. /etc/init.d/qmail restart For more options visit: http://www.qmail.org/qmail-manual-html/man8/qmail-remote.html -- Matthew Originally posted by crobinson How would I forward all outgoing mail to another mail relay/server? -Carl Click to expand...