LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   sendmail allow authenticated sender with dnsbl (https://www.linuxquestions.org/questions/linux-server-73/sendmail-allow-authenticated-sender-with-dnsbl-698305/)

hua 01-19-2009 05:29 AM

sendmail allow authenticated sender with dnsbl
 
Hi

I use sendmail for my mail server. My OS is slackware 12.1 and I have just set up my sendmail for FEATURE(`dnsbl', ...) to filter spam.

How can I allow authenticated user to be able to send mails from IP which is on dnsbls.

I have servers with postfix too. In postfix I has to move the permit_sasl_authenticated option befor dnsbl.

How can I make it in sendmail?

datopdog 01-21-2009 01:24 AM

You need to add this

Code:

FEATURE(delay_checks)dnl

hua 01-26-2009 04:36 AM

FEATURE(`delay_checks')dnl

Thank you, it works.


All times are GMT -5. The time now is 12:11 AM.