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:Gordon Messmer (yiny@eburg.com)
Date:Nov 27, 2007 3:46:45 pm
List:net.sourceforge.lists.courier-users

cour@thefreecat.org wrote:

Detailing the debug logs, I see "Couldn't open smtpaccess.dat in /etc/courier" though the file has 644 permissions and belongs to daemon:daemon (Debian Etch vanilla 0.53.3-5 installation)

Where should I look next ?

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

Try:

$ file /etc/courier/smtpaccess.dat $ python

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