Question related to reject_unverified_recipient

This is a discussion on Question related to reject_unverified_recipient within the mailing.postfix.users forums, part of the Mail Servers and Related category; Hi Group, I have set up Postfix to forward mail from and to our Domino Server. To avoid queueing mails ...


Go Back   Usenet Forums > Mail Servers and Related > mailing.postfix.users

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 09-12-2006
Peter Fahsel
 
Posts: n/a
Default Question related to reject_unverified_recipient

Hi Group,

I have set up Postfix to forward mail from and to our Domino Server. To
avoid queueing mails that cannot be delivered to Domino I have
configured Postfix to ask Domino if a user exists while receiving a mail
and eventually rejecting the mail right away. No problem. When the
Domino server rejects a user, Postfix rejects the mail with code 550.

But if the Domino server is down for some reason, Postfix also rejects
the mail, but with code 450.

So far everything works correctly as it's written in the docs:
http://www.postfix.org/postconf.5.ht...fied_recipient

But now I want to configure that Postfix queues all mails as long as the
Domino server is down and not rejecting them with code 450. How can I
achieve that?

Related options in main.cf

smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination, reject_unknown_recipient_domain,
reject_unverified_recipient

unverified_recipient_reject_code = 550

Thanks in advance

Peter
Reply With Quote
  #2 (permalink)  
Old 09-13-2006
Greg Hackney
 
Posts: n/a
Default Re: Question related to reject_unverified_recipient

Peter Fahsel wrote:
> Hi Group,
>
> I have set up Postfix to forward mail from and to our Domino Server. To
> avoid queueing mails that cannot be delivered to Domino I have
> configured Postfix to ask Domino if a user exists while receiving a mail
> and eventually rejecting the mail right away. No problem. When the
> Domino server rejects a user, Postfix rejects the mail with code 550.
>
> But if the Domino server is down for some reason, Postfix also rejects
> the mail, but with code 450.
>
> So far everything works correctly as it's written in the docs:
> http://www.postfix.org/postconf.5.ht...fied_recipient
>
> But now I want to configure that Postfix queues all mails as long as the
> Domino server is down and not rejecting them with code 450. How can I
> achieve that?
>
> Related options in main.cf
>
> smtpd_recipient_restrictions = permit_mynetworks,
> reject_unauth_destination, reject_unknown_recipient_domain,
> reject_unverified_recipient
>
> unverified_recipient_reject_code = 550
>
> Thanks in advance
>
> Peter



What might work for you is to increase the expiry values of
the cached database, especially the negative probes which are set
to a low value. These are the latest default values:

address_verify_positive_expire_time (31d)
The time after which a successful probe expires from the
address verification cache.

address_verify_positive_refresh_time (7d)
The time after which a successful address verification probe
needs to be refreshed.

address_verify_negative_cache (yes)
Enable caching of failed address verification probe results.

address_verify_negative_expire_time (3d)
The time after which a failed probe expires from the address
verification cache.

address_verify_negative_refresh_time (3h)
The time after which a failed address verification probe needs
to be refreshed.


--
Greg






Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:34 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0