commit a1a517354e3be0081243c6cc3ac1f6c24c1d695e from: gonzalo date: Wed Nov 07 09:14:45 2018 UTC switch mda_with_aliases -> mda_with_virtuals so we keep all in virtual, no system users commit - 2d23cadd11c4007be7577f59de6c525e4378b5c8 commit + a1a517354e3be0081243c6cc3ac1f6c24c1d695e blob - 724c86327c6ea4d422a05c918cbb74695722a226 blob + 0892de2a7eb7e40568a3a38f8687d423c7500aa4 --- templates/smtpd.conf.j2 +++ templates/smtpd.conf.j2 @@ -41,7 +41,8 @@ action "relay" relay action "dkim_relay" relay host smtp://127.0.0.1:10027 match from any mail-from for domain reject -match for local action "mda_with_aliases" +#match for local action "mda_with_aliases" +match for local action "mda_with_virtuals" match from any for domain action "mda_with_virtuals" match tag DKIM for any action "relay" match from local for any action "dkim_relay"