Здравствуй, мнгоуважаемый All!
Проблема такая. Как заставить postfix отправлять уведомления?
Это когда в бате или в каком-нить клиенте ставишь галочку - подтверждение доставки. У меня что-то не работает. Ставишь галочку, а мой postfix молчит :( хотя письмо принимает и доставляет. Спасибо.
Конфиг:
soft_bounce = no
bounce_size_limit = 50000
message_size_limit = 3145728
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_owner = postfix
default_privs = nobody
myhostname = mx.xxx.ru
mydomain = xxx.ru
inet_interfaces = 172.18.2.22, xxx.xxx.xxx.xxx, 127.0.0.1
mydestination = $myhostname, $mydomain, localhost.$mydomain
local_recipient_maps = $alias_maps unix:passwd.byname
unknown_local_recipient_reject_code = 550
mynetworks = 172.18.2.0/24, 172.18.4.0/24, 127.0.0.0/8
relay_domains = $mydestination
#relayhost = $myhostname
in_flow_delay = 1s
alias_database = hash:/etc/mail/aliases
#header_checks = regexp:/etc/postfix/header_checks
smtpd_banner = ESMTP $mail_name for domain $mydomain is glad to see you!
#smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 20
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = postdrop
html_directory = /usr/local/services/apache/htdocs/postfix
manpage_directory = /usr/local/man
sample_directory = /etc/postfix
readme_directory = /usr/local/services/apache/htdocs/postfix/readme
smtpd_helo_required = yes
smtpd_delay_reject = yes
disable_vrfy_command = yes
maps_rbl_reject_code = 550
smtp_always_send_ehlo = yes
#notify_classes = delay, protocol, resource, software, policy
default_process_limit=500
maximal_queue_lifetime = 1h
delay_warning_time = 1h
bounce_queue_lifetime = 1h
#bounce_notice_recipient = sda@xxx.ru
#2bounce_notice_recipient =
#error_notice_recipient = sda@xxx.ru
smtp_skip_4xx_greeting = yes
smtp_skip_5xx_greeting = no
access_map_reject_code = 550
reject_code = 550
unknown_client_reject_code = 550
smtpd_helo_restrictions =
permit_mynetworks,
reject_invalid_hostname,
reject_non_fqdn_hostname
smtpd_sender_restrictions =
reject_unknown_sender_domain,
reject_non_fqdn_sender
smtpd_client_restrictions =
reject_rbl_client list.dsbl.org,
reject_rbl_client dul.ru,
reject_rbl_client dynablock.wirehub.net,
reject_rbl_client dynablock.easynet.nl,
reject_rbl_client dnsbl.njabl.org,
reject_rbl_client relays.ordb.org,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client bl.spamcop.net
# reject_unknown_client
smtpd_recipient_restrictions =
reject_rbl_client list.dsbl.org,
reject_rbl_client dul.ru,
reject_rbl_client dynablock.wirehub.net,
reject_rbl_client dynablock.easynet.nl,
reject_rbl_client dnsbl.njabl.org,
reject_rbl_client relays.ordb.org,
reject_rbl_client sbl.spamhaus.org,
reject_rbl_client bl.spamcop.net,
permit_mynetworks,
reject_unauth_destination,
reject_invalid_hostname,
reject_unknown_sender_domain,
reject_non_fqdn_recipient,
check_helo_access hash:/etc/postfix/helo_checks,
reject_unknown_recipient_domain
smtpd_recipient_limit = 10
mailbox_size_limit = 10485760