|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Address verification causing SMTP timeouts
From: Robert Fitzpatrick (lists
webtent.net)
Date: Thu Dec 14 2006 - 07:58:55 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 2006-12-14 at 07:44 -0600, Noel Jones wrote:
> >If I disable this feature, all is good, but queues begin
> >to build and continue to build not being able to keep up. It looks like
> >the only way I can fix this is to put all my user lists directly on the
> >server or in LDAP? I have a lot of domains that users are managed on by
> >the customer on different destination mail servers. Is there a way for
> >me to setup Postfix to look locally first, then do the verification if
> >is not found? Or, be able to go ahead and send to the content filter if
> >not found locally? I guess using smtpd_recipient_restrictions?
>
> Yes, something like:
> smtpd_recipient_restrictins =
> permit_mynetworks
> reject_unauth_destination
> ... local UCE controls ...
> check_recipient_access hash:/path/to/relay_recipinets
> reject_unverified_recipient
>
> Where relay_recipients contains a list of known valid recipients as:
> user1
example.com OK
> user2
example.com OK
> ...
>
Thanks again Noel! You've been a great help in determining the cause of
my issue. Just want to clarify one thing, I tried setting up the
relay_recipients as you suggested once a while back for one domain
getting slammed. I did exactly as you describe above, but I also added
'example.com REJECT' after all the OK entries for each user. Is that
needed?
--
Robert
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]