General Mail: > On 9/7/2012 3:27 PM, Wietse Venema wrote: > > General Mail: > >> /etc/postfix/access > >> ad...@bombshellz.net OK > >> no-re...@bombshellz.net OK > >> * REJECT "$access_map_reject_code You can't send E-Mails from this > >> server any longer. This is for Admin E-Mails only" > > There is no documentation for "$access_map_reject_code" in access maps. > > That feature does not exist. > > > > There is no documentation for "*" in access maps. There is documentation > > for using PCRE or REGEXP patterns in access maps. > > > > http://www.postfix.org/access.5.html > > http://www.postfix.org/pcre_table.5.html > > http://www.postfix.org/regexp_table.5.html > > > > Wietse > Hello, > > Thanks for the quick reply. > > According to the documentation you referred me to, it does contain > '$access_map_reject_code' in the example as follows:
The text in question is: REJECT optional text... Reject the address etc. that matches the pattern. Reply with "$access_map_reject_code optional text..." when the optional Here, - YOU provide "REJECT optional text..." in the access table. - POSTFIX provides the $access_map_reject_code value, using the parameter setting in main.cf. So it should now be 100% crystal clear that YOU DO NOT provide $access_map_reject_code in the access table. Wietse