|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Access.db / Access file from sendmail [resolved]
From: Carl O (carlo
bluecoreit.com)
Date: Tue Oct 10 2006 - 14:50:48 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
K it works now.
Thanks bunches.
carl
----- Original Message -----
From: "Noel Jones" <njones
megan.vbhcs.org>
To: <postfix-users
postfix.org>
Sent: Tuesday, October 10, 2006 12:38 PM
Subject: Re: Access.db / Access file from sendmail
> At 02:19 PM 10/10/2006, Carl O wrote:
>>Hello
>>
>>I have recently moved from sendmail to a postfix
>>configuration. I cannot however get my old access.db/
>>access file to be loaded and working. Upon consulting this
>>thread ( http://news.umailcampaign.com/message/74557.aspx
>>) I have made the simplest of acccess files to test from:
>>
>>Code:
>>
>>1.1.1.1 REJECT YAY
>>
>>Where 1.1.1.1 is another mailserver i can send mail from.
>>After running
>>>postmap hash:/etc/postfix/access
>>
>>And then
>>>/etc/init.d/postfix restart
>>
>>The mail is still not rejected. Do I have some formatting
>>wrong? Why are these mails not being rejected?
>>
>>In my main.cf I have added :
>>
>>Code:
>>
>>smtpd_sender_restrictions = hash:/etc/postfix/access
>
> Postfix is looking for a sender address. Your access file
> lists an IP. Your file format is correct, but postfix is
> using a different lookup key than you expect.
>
> try :
> smtpd_sender_restrictions =
> check_client_access hash:/etc/postfix/access
>
> Note it is not necessary to reload postfix after using
> postmap to index a file - postfix will detect the changes
> automatically.
>
> Here are some links you may find helpful:
> http://www.postfix.org/SMTPD_ACCESS_README.html
> http://jimsun.linxnet.com/misc/postfix-anti-UCE.txt
> http://www.mengwong.com/misc/postfix-uce-guide.txt
>
> --
> Noel Jones
>
>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]