Quoting Dino Ciuffetti <[EMAIL PROTECTED]>: > > Hi. > Is it possible to exclude smtp relay authenticated clients from DNSBL > blacklists? > > If yes, how? Hi Dino,
Are you sure that it isn't DSBL? I'm not aware of DNSBL but maybe I should be. edit yourcourier/esmtpd file, go to BLACKLISTS and follow the instructions. You might try something like: DSBL='-block=list.dsbl.org,BLOCK,"550 Mail not accepted from listed spam relay - see http://list.dsbl.org/"' BLACKLISTS="$DSBL" of course you can define as many as you like and the use all or none with the definition of BLACKLISTS. Hope this helps, ed > Thanks. Dino. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > courier-users mailing list > [email protected] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
