Hi there!

In my setup AUTH is obligatory to send emails, but sometimes user
can't connect to server becaus RBL drop the connection.
I've take advantage from pop-before-smtp (open_smtp) to disable RBL check.
About this feature, the essential is to change variable into open_smtp

fprintf( fs_tmp_file, "%s:allow,RELAYCLIENT=\"\",RBLSMTPD=\"\"\t%d\n",

become ->

fprintf( fs_tmp_file,
"%s:allow,QMAILQUEUE=\"/var/qmail/bin/simscan\",RBLSMTPD=\"\"\t%d\n",

Will it be possible to have in next version:

--set-opensmtp= , to specify those settings? ( for example not all use simscan )

Thanks

Reply via email to