Morten Stevens: > On Thu, 8 Sep 2011 08:21:26 -0400 (EDT), Wietse Venema wrote: > > Morten Stevens: > >> Hi, > >> > >> Is it possible to define a custom tempfail response for unverified > >> recipients? > > There are no undocumented or invisible unverified_recipient_** > > configuration parameters, so your question can be answered 100% > > by reading the find documentation, and by doing > > Hi Wietse, > > That's why I ask here... > > # postconf | grep unverified_recipient_ > unverified_recipient_defer_code = 450 > unverified_recipient_reject_code = 550 > unverified_recipient_reject_reason = User unknown > unverified_recipient_tempfail_action = $reject_tempfail_action > > So there is no way to define a defer reject reason.
There is no unverified_recipient_defer_reason parameter, because there is no defer_unverified_recipient action. You are using reject_unverified_recipient. As documented, unverified_recipient_reject_reason applies to all mail that is rejected with reject_unverified_recipient. Wietse > That would be an idea for postfix 2.9? For example: > unverified_recipient_defer_reason > > Thanks. > > Best regards, > > Morten >