Voytek Eymont a écrit : > On Fri, March 5, 2010 11:29 am, mouss wrote: >> Voytek Eymont a écrit : > >> there is no evidence in your config that auth'ed mail gets a different >> ticket than other mail. >> >> the recommended way is to enable "submission" (port 587) and configure >> clients to use this port. This will be more and more common, and if you >> get here in a few years, this will be the only recommendation, because >> there is no point to complicate things when you can do it simply... > > Mouss, > > but I enabled 'submission' and use port 587 for SMTP AUTH, and, am I > missing something? > > from master.cf > .. > submission inet n - n - - smtpd > -o smtpd_tls_security_levels=encrypt -o smtpd_sasl_auth_enable=yes > .. > > > >
you need something like -o content_filter=smtp-amavis:[127.0.0.1]:10586 _after_ you have configured amavis to listen on port 10586 and configured it to skip spam filtering on this port. This part is specific to amavisd-new. you need to look at its docs. you can also try Gary's page: http://www200.pair.com/mecham/spam/bypassing.html