How can I ignore the policy server if it's down? Any suggest to my
server config?
thanks
Israel.
(server.domain) postconf output:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 0
mydestination = server.domain, localhost.domain, , localhost
myhostname = server.domain
mynetworks = 127.0.0.0/8 xx.xx.xx.x/xx
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = [lbsmtp]
smtp_host_lookup = dns,native
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = check_policy_service
inet:server_policy.domain:9997 permit_mynetworks,
reject_unauth_destination
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
--
Regards;
Israel Garcia
There is no config directive to ignore a broken policy server.
Use a system monitor utility to restart your policy service,
or use a more reliable policy service.
-- Noel Jones
What about avoid the NOQUEUE error on the smtp server when policy
service is down? I mean, queue all mail until the policy server is UP
again. Is it possible?
thanks
Israel.
>
> -- Noel Jones
>
--
Regards;
Israel Garcia
The mail is queued on the remote client and will be retried later.
Your server can't queue the mail because the policy server
must be consulted before the mail is queued.
-- Noel Jones
Got it!
thanks
Israel.
>
>
--
Regards;
Israel Garcia