Hi ALL,

please find the below error from the postfix + amavis
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feb  1 10:21:15 D1OKH680RL postfix/master[11324]: daemon started -- version
2.7.2-RC2, configuration /etc/postfix
Feb  1 10:21:39 D1OKH680RL postfix/postsuper[11331]: Requeued: 1 message
Feb  1 10:21:43 D1OKH680RL postfix/pickup[11326]: C37B84A3BF: uid=502
from=<kshitij.mali@apl.local> orig_id=EDD8F4A3BC
Feb  1 10:21:43 D1OKH680RL postfix/cleanup[11334]: C37B84A3BF: message-id=<>
Feb  1 10:21:43 D1OKH680RL postfix/qmgr[11325]: C37B84A3BF:
from=<kshitij.mali@apl.local>, size=550, nrcpt=1 (queue active)
Feb  1 10:21:43 D1OKH680RL postfix/master[11324]: warning: process
/usr/libexec/postfix/smtpd pid 11339 killed by signal 11
Feb  1 10:21:43 D1OKH680RL postfix/master[11324]: warning:
/usr/libexec/postfix/smtpd: bad command startup -- throttling
Feb  1 10:21:43 D1OKH680RL amavis[10849]: (10849-01) (!)FWD via SMTP:
<kshitij.mali@apl.local> -> <kshitij.mali@apl.local>, 451 4.5.0 From
MTA([127.0.0.1]:10025) during fwd-connect (Negative greeting:  at (eval 72)
line 596.): id=10849-01
Feb  1 10:21:44 D1OKH680RL amavis[10849]: (10849-01) Blocked MTA-BLOCKED,
MYNETS LOCAL [127.0.0.1] <kshitij.mali@apl.local> -> <kshitij.mali@apl.local>,
mail_id: 6U1+v+c9a2rh, Hits: -, size: 550, 186 ms
Feb  1 10:21:44 D1OKH680RL postfix/smtp[11336]: C37B84A3BF:
to=<kshitij.mali@apl.local>, relay=127.0.0.1[127.0.0.1]:10024, delay=1380,
delays=1379/0.01/0.02/0.18, dsn=4.5.0, status=deferred (host
127.0.0.1[127.0.0.1] said: 451 4.5.0 From MTA([127.0.0.1]:10025) during
fwd-connect (Negative greeting:  at (eval 72) line 596.): id=10849-01 (in
reply to end of DATA command))
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++

main.cf  file
+++++++++++++++++++++++++++++++++++++++++++++++++++++
remote_header_rewrite_domain =
local_header_rewrite_clients =


# the server parameters section
# don not forget to run the postmap command when changing relay_domains or
transport_maps file
#
mydomain = apl.com
myhostname = D1OKH680RL.$mydomain
mynetworks = cidr:/etc/postfix/network_table
alias_maps = hash:/etc/postfix/aliases
canonical_maps = hash:/etc/postfix/canonical
relay_domains = hash:/etc/postfix/relay_domains
transport_maps = hash:/etc/postfix/transport
message_size_limit = 20971520
append_dot_mydomain = no

# Addresses translation
recipient_canonical_classes = envelope_recipient, header_recipient
recipient_canonical_maps = hash:/etc/postfix/recipient_canonical

#################################################################
# Recipient filter
#

smtpd_sender_restrictions= check_sender_access hash:/etc/postfix/sender_hold

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
        check_recipient_access hash:/etc/postfix/recipient_access,
        permit_mynetworks,
        reject_unauth_destination

#client filter
smtpd_client_restrictions =  check_client_access
hash:/etc/postfix/access_client,  check_client_access
cidr:/etc/postfix/network_table, reject

##Queue life time change as per Lingsy 22/2/2011

bounce_queue_lifetime = 3d
maximal_queue_lifetime = 3d

################################################################
# Clam Scan for Postfix - done by Augustine on 30th July 2010
##content_filter = smtp-filter:[127.0.0.1]:10025

content_filter = smtp-amavis:[127.0.0.1]:10024
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

master.cf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
smtp-amavis unix -      -       y     -       2  smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o max_use=20

127.0.0.1:10025 inet n  -       y     -       -  smtpd
    -o content_filter=
    -o local_recipient_maps=
    -o relay_recipient_maps=
    -o smtpd_restriction_classes=
    -o smtpd_delay_reject=no
    -o smtpd_client_restrictions=permit_mynetworks,reject
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    -o smtpd_end_of_data_restrictions=
    -o mynetworks=127.0.0.0/8
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000
    -o smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
    -o
receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_address_mappings
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Regards,
Kshitij

Reply via email to