diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-01 16:35:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:59 +0200 |
commit | 1387b69c898cb93fd0343603f92670b40b88eb04 (patch) | |
tree | e2b9257e0031d13812b60a3c085f7ea4882f0a20 /roles/common/files/etc/postfix | |
parent | 5c7776d957e9396a481066e1d9cf1acd78b52fe6 (diff) |
Use a dedicated SMTP port for samhain.
It's unfortunate that samhain cannot use the sendmail binary, and wants
to use a inet socket instead. We use a custom port to avoid
conflicts with the usual SMTP port the MX:es need to listen on.
See also: /usr/share/doc/samhain/TODO.Debian
Diffstat (limited to 'roles/common/files/etc/postfix')
-rw-r--r-- | roles/common/files/etc/postfix/master.cf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/common/files/etc/postfix/master.cf b/roles/common/files/etc/postfix/master.cf index dd49d31..d9722ef 100644 --- a/roles/common/files/etc/postfix/master.cf +++ b/roles/common/files/etc/postfix/master.cf @@ -33,3 +33,4 @@ virtual unix - n n - - virtual lmtp unix - - - - - lmtp anvil unix - - - - 1 anvil scache unix - - - - 1 scache +16132 inet n - - - - smtpd |