Добрый день!Подскажите пожалуйста, в чем может быть проблема? Ранее все работало нормально, теперь
в логах, при попытке разослать письма на алиас, заведенный в постфиксадмине, в логах возникают такие ошибки:
May 4 16:55:25 mail postfix/smtp[1390]: 6D5AA84551: to=<user@domain>, orig_to=<maillist@domain>, relay=127.0.0.1[127.0.0.1]:10024, delay=3, delays=0.21/0.01/0.01/2.8, dsn=4.5.0, status=deferred (host 127.0.0.1[127.0.0.1] said: 451 4.5.0 id=01315-03 - Temporary MTA failure on relaying, From MTA(smtp:[127.0.0.1]:10025) during fwd-data-chkpnt (Bail out, DATA accepted but tempfailed recips, not a LMTP input at (eval 117) line 964.): id=01315-03 (in reply to end of DATA command))
Эти ошибки возникают для каждого user@domain, который включен в рассылку maillist@domain.
Обыкновенная почта ходит вполне нормально.
[root@mail /var/amavis]# sockstat -4 | grep 10025
postfix smtpd 1663 6 tcp4 127.0.0.1:10025 *:*
root master 968 92 tcp4 127.0.0.1:10025 *:*
<cut of master.cf>
amavisfeed unix - - n - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o smtp_tls_note_starttls_offer=no
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o smtpd_error_sleep_time=0
-o smtpd_soft_error_limit=1001
-o smtpd_hard_error_limit=1000
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d $(recipient)
<cut of master.cf>
<cut of main.cf>
content_filter=amavisfeed:[127.0.0.1]:10024
message_size_limit=31457280
<cut of main.cf>