Results 1 to 5 of 5
Hi,
I have a problem with Postfix: I have to forward mails from a mailbox, to another server listening on a port that is not 25. How can I do?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-08-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 15
POSTFIX problem
Hi,
I have a problem with Postfix: I have to forward mails from a mailbox, to another server listening on a port that is not 25. How can I do?
- 11-08-2006 #2Just Joined!
- Join Date
- Nov 2006
- Posts
- 45
http://www.postfix.org/transport.5.html
Read the docs
- 11-08-2006 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 48
I use the follwing:
relayhost = relay.mainserver.com
this sends all mail from your serer to the smart relay. Be sure the relay server is properly configured to relay mail for your domain.
- 11-09-2006 #4Just Joined!
- Join Date
- Nov 2006
- Posts
- 15
Ok, thank you. I successfully modified my /etc/postfix/transport file.
- 11-09-2006 #5Just Joined!
- Join Date
- Nov 2004
- Posts
- 48
For future reference of anyone who comes across this, adding the above line to your Postfix master.cf file should achieve the same results.
Originally Posted by cburwell


Reply With Quote
