v902
October 28th, 2003, 01:11
Was going through elmore's write-up (Very nice :D) and I have come across a couple questions, first off, I plan to route vlad902@blah and v902@blah to vlad@blah, the question is do I add vlad902 and v902 to /etc/postfix access?
Also, when I try to run postmap access I get the following:
[code:1:dd8d7cc43a]# postmap access
postmap: fatal: /usr/local/etc/postfix/main.cf, line 355: missing '=' after attribute name: "check_client_access hash:/etc/postfix/client_access,"
# cat main.cf | head -n 373 | tail -n 20
smtpd_client_restrictions =
check_client_access hash:/etc/postfix/client_access,
reject_maps_rbl,
reject_unauth_pipelining
smtpd_recipient_restrictions = regexp:/etc/postfix/regexp_access,
check_recipient_acces hash:/etc/postfix/access,
permit_mynetworks,
reject_unknown_recipient_domain,
reject_unknown_hostname,
reject_maps_rbl,
reject_unauth_pipelining,
reject
smtpd_sender_restrictions = regexp:/etc/postfix/sender_checks.regexp,
check_sender_access hash:/etc/postfix/sender_access,
reject_unknown_sender_domain,
reject_non_fqdn_sender,
reject_maps_rbl,
reject_unauth_pipelining[/code:1:dd8d7cc43a]
Krusty says that it works on his Postfix 1.1 system (*snicker* :lol:), so I'm guessing there has been syntax changes since then, anyone care to correct it? :)
Also, when I try to run postmap access I get the following:
[code:1:dd8d7cc43a]# postmap access
postmap: fatal: /usr/local/etc/postfix/main.cf, line 355: missing '=' after attribute name: "check_client_access hash:/etc/postfix/client_access,"
# cat main.cf | head -n 373 | tail -n 20
smtpd_client_restrictions =
check_client_access hash:/etc/postfix/client_access,
reject_maps_rbl,
reject_unauth_pipelining
smtpd_recipient_restrictions = regexp:/etc/postfix/regexp_access,
check_recipient_acces hash:/etc/postfix/access,
permit_mynetworks,
reject_unknown_recipient_domain,
reject_unknown_hostname,
reject_maps_rbl,
reject_unauth_pipelining,
reject
smtpd_sender_restrictions = regexp:/etc/postfix/sender_checks.regexp,
check_sender_access hash:/etc/postfix/sender_access,
reject_unknown_sender_domain,
reject_non_fqdn_sender,
reject_maps_rbl,
reject_unauth_pipelining[/code:1:dd8d7cc43a]
Krusty says that it works on his Postfix 1.1 system (*snicker* :lol:), so I'm guessing there has been syntax changes since then, anyone care to correct it? :)