[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: relay possible, what can I do?
Do you actually use smtp-policy.conf? You can check that by doing (I
have zmailr in /local/zmailer):
$ cd /local/zmailer/db/
$ ls -lu smtp-policy.db
-rw-r--r-- 1 root zmailer 81920 Sep 30 19:16 smtp-policy.db
$ ../bin/smtpserver -g -i
220-lupinella.troll.no ZMailer Server 2.99.50-s9 #9 ESMTP ready
220 Local time is Wed, 30 Sep 1998 19:18:45 +0200
quit
221 2.0.0 lupinella.troll.no Out
$ ls -lu smtp-policy.db
-rw-r--r-- 1 root zmailer 81920 Sep 30 19:18 smtp-policy.db
$
The time in ls -lu changed, so the smtpserver process may be presumed
to have opened the file.
I think what you need is to point at smtp-policy.db in smtpserv.conf:
$ cat /local/zmailer/smtpserver.conf
PARAM policydb btree /local/zmailer/db/smtp-policy
$
Just a guess. There might be other problems.
--Arnt