From: K bharathan (no email)
Date: Wed Nov 18 2009 - 15:31:35 EST
On Wed, Nov 18, 2009 at 9:46 PM, Stan Hoeppner <>wrote:
> K bharathan put forth on 11/18/2009 1:36 PM:
>
> > -is anything wrong with my settings?!
> > help appreciated
>
> Try:
>
> grep warning: /the/maillog/file
>
> --
> Stan
>
when i do a fgrep 2n.cz /var/log/mail i get the following:
Nov 18 20:06:10 relay1 postfix/smtpd[21876]: connect from ex.2n.cz
[90.182.112.11]
Nov 18 20:06:10 relay1 postfix/smtpd[21876]: NOQUEUE: reject: RCPT from
ex.2n.cz[90.182.112.11]: 451 4.3.5 Server configurati
on error; from=<> to=<> proto=ESMTP helo=<ex.2n.cz>
Nov 18 20:06:11 relay1 postfix/smtpd[21876]: disconnect from ex.2n.cz
[90.182.112.11]
Nov 18 20:07:15 relay1 postfix/smtpd[22321]: connect from ex.2n.cz
[90.182.112.11]
Nov 18 20:07:16 relay1 postfix/smtpd[22321]: NOQUEUE: reject: RCPT from
ex.2n.cz[90.182.112.11]: 451 4.3.5 Server configurati
on error; from=<> to=<> proto=ESMTP helo=<ex.2n.cz>
Nov 18 20:07:16 relay1 postfix/smtpd[22321]: disconnect from ex.2n.cz
[90.182.112.11]
Nov 18 20:09:26 relay1 postfix/smtpd[22326]: connect from ex.2n.cz
[90.182.112.11]
Nov 18 20:09:27 relay1 postfix/smtpd[22326]: NOQUEUE: reject: RCPT from
ex.2n.cz[90.182.112.11]: 451 4.3.5 Server configurati
on error; from=<> to=<> proto=ESMTP helo=<ex.2n.cz>
Nov 18 20:09:27 relay1 postfix/smtpd[22326]: disconnect from ex.2n.cz
[90.182.112.11]
Nov 18 20:15:03 relay1 postfix/smtpd[22649]: connect from ex.2n.cz
[90.182.112.11]
Nov 18 20:15:10 relay1 postfix/smtpd[22649]: 301221611F5: client=ex.2n.cz
[90.182.112.11]
Nov 18 20:15:11 relay1 postfix/smtpd[22649]: disconnect from ex.2n.cz
[90.182.112.11]
but when i do a egrep '(warning|error|fatal|panic):' /var/log/mail | more i
don't see any log details related to this client!
the posconf -n :
alias_maps = hash:/etc/aliases
biff = no
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = amavisd-new:[127.0.0.1]:10024
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
disable_mime_output_conversion = no
disable_vrfy_command = yes
header_checks = regexp:/etc/postfix/header_checks
html_directory = /usr/share/doc/packages/postfix23/html
inet_interfaces = all
inet_protocols = all
local_recipient_maps =
local_transport = error:local mail delivery is disabled
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport =
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions = root
message_size_limit = 10240000
mime_header_checks = pcre:/etc/postfix/mime_header_checks
mydestination =
myhostname = relay1.example.com
mynetworks = 192.168.1.0/24 127.0.0.0/8 192.168.2.0/24
mynetworks_style = subnet
myorigin = example.com
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix23/README_FILES
relay_domains = example.com
relay_recipient_maps = hash:/etc/postfix/relay_recipients
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix23/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = no
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_data_restrictions =
reject_multi_recipient_bounce
reject_unauth_pipelining
permit
smtpd_helo_required = yes
smtpd_helo_restrictions =
smtpd_recipient_restrictions =
reject_non_fqdn_recipient
reject_non_fqdn_sender
reject_unknown_sender_domain
reject_unknown_recipient_domain
permit_mynetworks
reject_unauth_destination
check_recipient_access hash:/etc/postfix/roleaccount_exceptions
check_client_access hash:/etc/postfix/backscatterer_whitelist
check_sender_access hash:/etc/postfix/check_backscatterer
reject_non_fqdn_hostname
reject_invalid_hostname
check_client_access cidr:/etc/postfix/spam_cidr
check_helo_access pcre:/etc/postfix/helo_checks
check_recipient_access hash:/etc/postfix/whitelist_recipients
reject_rbl_client zen.spamhaus.org
reject_rhsbl_sender dsn.rfc-ignorant.org
permit
smtpd_restriction_classes = strict_client_domain
smtpd_sasl_auth_enable = no
smtpd_sender_restrictions = hash:/etc/postfix/access
check_sender_access hash:/etc/postfix/strict_sender_map
smtpd_use_tls = no
strict_8bitmime = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_client_reject_code = 554
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/virtual
virtual_alias_maps = hash:/etc/postfix/virtual
pcre:/etc/postfix/virtual_pcre
|
|
|