Duane Hill wrote:
On Fri, 31 Oct 2008, Asai wrote:
Greetings. I've got this log entry over the past few days at the
same time I've been getting this
really strange spam from "worldswidedomainnames.com". This entry is
appearing 50 or 60 times per day
in the logs:
1 Oct 30 18:59:19 triata postfix/smtp[14090]: EADE6FD8084: host
mx.wmint.net[80.247.227.180] refuse
d to talk to me: 554 mx4.fr.wmint.net ESMTP not accepting messages
I don't know if the two are related. Does anyone have any insight
they'd be willing to share?
That's a message going OUT and it states the host mx.wmint.net is
refusing your connection. Are you accepting messages destined for
unknown accounts? Post the results of 'postconf -n'.
Thanks Duane. Here's postconf -n:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailbox_size_limit = 0
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
maximal_backoff_time = 600s
message_size_limit = 0
minimal_backoff_time = 300s
mydestination = $myhostname, localhost.$mydomain, localhost
mydomain = globalchangemultimedia.net
myhostname = triata.globalchangemultimedia.net
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
queue_run_delay = 300s
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
show_user_unknown_table_name = no
smtpd_delay_reject = yes
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, check_helo_access
hash:/etc/postfix/helo_access,
reject_invalid_hostname,reject_non_fqdn_hostname, permit
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated,reject_unauth_destination,
check_policy_service inet:127.0.0.1:2501, reject_non_fqdn_hostname,
reject_non_fqdn_sender, reject_non_fqdn_recipient,
reject_unauth_pipelining, reject_invalid_hostname,
reject_unknown_sender_domain, permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_exceptions_networks = $mynetworks
smtpd_sasl_path = private/auth
smtpd_sasl_security_options = noanonymous
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_sasl_authenticated,
permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain,
permit
smtpd_tls_cert_file =
/etc/ssl/triata.globalchangemultimedia.net/mailserver/mail-cert.pem
smtpd_tls_key_file =
/etc/ssl/triata.globalchangemultimedia.net/mailserver/mail-key.pem
smtpd_tls_loglevel = 0
smtpd_tls_received_header = no
smtpd_tls_security_level = may
smtpd_tls_session_cache_database =
btree:/var/spool/postfix/smtpd_tls_session_cache
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual_aliases,
mysql:/etc/postfix/mysql_virtual_alias_maps.cf
virtual_gid_maps = static:1001
virtual_mailbox_base = /vmail
virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
virtual_mailbox_limit = 0
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_minimum_uid = 1001
virtual_uid_maps = static:1001
--
asai