5 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Skipping greylist...
FromSent OnAttachments
cour...@thefreecat.orgNov 27, 2007 7:45 am 
Gordon MessmerNov 27, 2007 8:06 am 
cour...@thefreecat.orgNov 27, 2007 3:00 pm 
Gordon MessmerNov 27, 2007 3:46 pm 
cour...@thefreecat.orgNov 27, 2007 4:01 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Skipping greylisting for locally generated emailsActions...
From:cour...@thefreecat.org (cour@thefreecat.org)
Date:Nov 27, 2007 4:01:20 pm
List:net.sourceforge.lists.courier-users

Gordon Messmer a écrit :

Does your installation of python support the same dbm library with which courier was built?

Try:

[...]

this=anydbm.open('/etc/courier/smtpaccess.dat')

Traceback (most recent call last): File "<stdin>", line 1, in ? File "/usr/lib/python2.4/anydbm.py", line 82, in open mod = __import__(result) ImportError: No module named gdbm

Oops! Sorry...

sudo apt-get install python-gdbm

this=anydbm.open('/etc/courier/smtpaccess.dat') this.keys()

['192.168.0.xx', '127.0.0.1', '88.xx.yy.zz allow,RELAYCLIENT']

Thanks a lot !