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:
"*
REJECT* /optional text.../
Reject the address etc. that matches the pattern. Reply with
"*$access_map_reject_code
<http://www.postfix.org/postconf.5.html#access_map_reject_code>*
/optional/ /text.../" when the optional text is specified, otherwise
reply with a generic error response message."
Further information I found here
http://www.postfix.org/postconf.5.html#access_map_reject_code. As I
figure, I will take a look at http://www.postfix.org/pcre_table.5.html.
<http://www.postfix.org/postconf.5.html#access_map_reject_code>
Best Regards