Júlio Manuel Olivares wrote:
Hello,
I run an email service based on the toaster. I use SORBS to block at
SMTP level incoming mail from spam sources and now I want to narrow my
protection by disallowing dynamic IPs to send mail, which is possible
through a SORBS’ zone. The problem is I want to keep allowing my users
to send mail from dynamic addresses. Since they use SMTP-AUTH I’m trying
to figure out how can just I use RBLs for non-authenticated incoming
connections. Because qmail-smtpd is invoked after rblsmtpd this seems
not to be possible but maybe some of you had already tried a different
approach and could give me some advice.
Thanks in advance,
Julio Olivares
Run another instance on a different port (say 587 or 2500) and only
allow authenticated users to use it.
This is possible with the latest chkuser code.
Regards,
Rick