This is a discussion on Re: [courier-users] Greylisting and Courier-MTA within the Courier-Imap forums, part of the Mail Servers and Related category; Marco Balmer wrote: > The whithlist.py filter doesn't work. I got the message > > courierfilter: Couldn't ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Marco Balmer wrote:
> The whithlist.py filter doesn't work. I got the message > > courierfilter: Couldn't open smtpaccess.dat in /etc/courier Run "python", and enter these commands: import anydbm access=anydbm.open('/etc/courier/smtpaccess.dat') print access['10'] See what you get. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?p...rge&CID=DEVDEV _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |