Adding additional SMTP listener ports: Difference between revisions

mNo edit summary
m (Reverted edit of Drwiii, changed back to last version by 71.39.246.158)
Line 21: Line 21:
* Any changes to Postfix 'master.cf' will require restart steps detailed above.  
* Any changes to Postfix 'master.cf' will require restart steps detailed above.  
* As of ZCS v4.0.x, the default Zimbra postfix config does not have TLS enabled on separate port.  If you want postfix to listen on different port for TLS (ie. SMTPS, as defined in /etc/services -- port #465), you'll need the comment out the line beginning with "smtps ...." in /opt/zimbra/postfix/conf/master.cf.
* As of ZCS v4.0.x, the default Zimbra postfix config does not have TLS enabled on separate port.  If you want postfix to listen on different port for TLS (ie. SMTPS, as defined in /etc/services -- port #465), you'll need the comment out the line beginning with "smtps ...." in /opt/zimbra/postfix/conf/master.cf.
[http://www.casinos-go.com/online-casino-tips/online-casino-on-the-net.html online casino on the net]
[http://www.magical-casino.com/strategy.html Online casino strategies.]
[http://www.online-casino-wiki.com/index.php/online_casino_directory online casino directory]
[http://www.gambling-online-theory.com/casinos-portal/casinos-games.html casinos games]
[http://www.gambling-online-theory.com/casinos-portal/free-casinos-on-line.html free casinos on line]
[http://www.casinos-go.com/online-casino-tips/online-casino-on-the-net.html online casino on the net]
[http://www.casino-games-wiki.com/index.php/casino_games_rules casino games rules]
[http://www.bestweb-online-casinos.com/best-online-casino/online-casino-free-game.html online casino free game]
[http://www.casino-games-wiki.com/index.php/play_casino_games_game play casino games game]
[http://www.gambling-online-theory.com/casinos/on-line-casinos.html on line casinos]

Revision as of 05:19, 18 November 2006

The ZCS MTA can be configured to accept mail traffic on additional SMTP service ports. This means more than one TCP port can be used to bind to the SMTP daemon.

For ZCS servers listening on the default port of 25, /opt/zimbra/postfix/conf/master.cf contains this line:

   smtp      inet  n       -       n       -       -       smtpd

To add an additional listener port of 2525, insert the the following after the above:

   2525      inet  n       -       n       -       -       smtpd

Then, restart the MTA:

   # su - zimbra
   # zmmtactl stop
   # zmmtactl start


Caveats

  • Do not attempt to bind to ports in use by other applications. This will cause the MTA or other application to fail.
  • Backup /opt/zimbra/postfix/master.cf before an upgrade. Changes made to master.cf should only be applied to the current distribution after upgrading.
  • Any changes to Postfix 'master.cf' will require restart steps detailed above.
  • As of ZCS v4.0.x, the default Zimbra postfix config does not have TLS enabled on separate port. If you want postfix to listen on different port for TLS (ie. SMTPS, as defined in /etc/services -- port #465), you'll need the comment out the line beginning with "smtps ...." in /opt/zimbra/postfix/conf/master.cf.
Jump to: navigation, search