Re: OpenBSD 4.4: dnsbl just for port 25 (not msa 587)

2009-06-23 Thread Alvaro Mantilla Gimenez
Hi, I added the FEATURE(`delay_checks') in the .mc file, keep it the line "DAEMON_OPTIONS(`Family=inet, Address=0.0.0.0, Port=587, Name=MSA M=Ea')dnl" and it seems everything is so far so good. I take note about the file on /usr/share/doc/smm/08.sendmailop too. Thanks so much both of you.

Re: OpenBSD 4.4: dnsbl just for port 25 (not msa 587)

2009-06-23 Thread Dan Harnett
On Tue, Jun 23, 2009 at 07:33:15AM -0700, Philip Guenther wrote: > Hmm, this seems to not match the documentation in > /usr/share/doc/smm/08.sendmailop: the meaning you give for the 'a' and > 'l' flags are correct for the srv_features ruleset, but not for the > DaemonPortOptions option. My mistake

Re: OpenBSD 4.4: dnsbl just for port 25 (not msa 587)

2009-06-23 Thread Philip Guenther
On Mon, Jun 22, 2009 at 9:59 PM, Dan Harnett wrote: > On Mon, Jun 22, 2009 at 07:19:09PM -0600, Alvaro Mantilla Gimenez wrote: >> >>According to the /usr/share/sendmail/README file, it is necessary to >> add the "a" modifier to the line that define the MSA: "Additionally, by >> using the M=a mo

Re: OpenBSD 4.4: dnsbl just for port 25 (not msa 587)

2009-06-22 Thread Dan Harnett
On Mon, Jun 22, 2009 at 07:19:09PM -0600, Alvaro Mantilla Gimenez wrote: > >According to the /usr/share/sendmail/README file, it is necessary to > add the "a" modifier to the line that define the MSA: "Additionally, by > using the M=a modifier you can require authentication before messages > ar

Re: OpenBSD 4.4: dnsbl just for port 25 (not msa 587)

2009-06-22 Thread Alvaro Mantilla Gimenez
Hi, The openbsd-proto.mc file has these lines: FEATURE(`no_default_msa')dnl DAEMON_OPTIONS(`Family=inet, Address=0.0.0.0, Name=MTA')dnl DAEMON_OPTIONS(`Family=inet6, Address=::, Name=MTA6, M=O')dnl DAEMON_OPTIONS(`Family=inet, Address=0.0.0.0, Port=587, Name=MSA, M=E')dnl DAEMON_OPTI

OpenBSD 4.4: dnsbl just for port 25 (not msa 587)

2009-06-22 Thread Alvaro Mantilla Gimenez
Hello, Is there any way to apply dnsbl feature just on port 25 on the default openbsd sendmail configuration and do not apply that on port 587 (just auth smtp)? I googled it looking for answers but it seems people disabled dnsbl feature on sendmail and used it with spamassasin (which is not