[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Three mail server questions





On Fri, Feb 25, 2011 at 2:03 PM, Camaleón <noelamac@gmail.com> wrote:
> Right, thats what merrimac is doing (managing for the domain). What I am not
> understanding, is since everything should be going to the mailboxes on
> merrimac, why it is trying to contact hornet again. The mail flow, as I see
> it, should be hornet -> merrimac -> local mailbox.


I see.

"192.168.0.13" is hornet with Postfix setup to relay all the e-mails to
merrimac, right? Then something looks wrong at merrimac's Postfix
main.cf, it should be setup to directly delivery e-mails and not
fowarding them again.

That is correct. But merrimac is working correctly for the other hosts on the network, all in the same range, though the rest are running exim4.
 
Can you post (or upload to www.pastebin.com) your merrimac's main.cf
file? (you can remove/hide any sensible information that file can
hold). That way maybe we can get a clue on what's going on.

Attached below. Also note that all hosts are properly entered in DNS, both forward and reverse lookups work.


header_checks =
virtual_mailbox_domains = proxy:ldap:/opt/zimbra/conf/ldap-vmd.cf
delay_warning_time = 0h
minimal_backoff_time = 300s
always_add_missing_headers = yes
broken_sasl_auth_clients = yes
mailbox_size_limit = 0
recipient_delimiter =
non_smtpd_milters =
smtpd_milters =
lmtp_connection_cache_destinations =
virtual_mailbox_maps = proxy:ldap:/opt/zimbra/conf/ldap-vmm.cf
lmtp_host_lookup = dns
virtual_alias_maps = proxy:ldap:/opt/zimbra/conf/ldap-vam.cf
smtpd_client_restrictions = reject_unauth_pipelining
bounce_queue_lifetime = 5d
sender_canonical_maps = proxy:ldap:/opt/zimbra/conf/ldap-scm.cf
policy_time_limit = 3600
smtpd_tls_loglevel = 1
transport_maps = proxy:ldap:/opt/zimbra/conf/ldap-transport.cf
smtpd_sasl_auth_enable = yes
bounce_notice_recipient = postmaster
command_directory = /opt/zimbra/postfix/sbin
content_filter = smtp-amavis:[127.0.0.1]:10024
queue_directory = /opt/zimbra/data/postfix/spool
relayhost =
alias_maps = hash:/etc/aliases
daemon_directory = /opt/zimbra/postfix/libexec
smtpd_data_restrictions = reject_unauth_pipelining
sendmail_path = /opt/zimbra/postfix/sbin/sendmail
smtpd_reject_unlisted_recipient = no
propagate_unmatched_extensions = canonical
maximal_backoff_time = 4000s
lmtp_connection_cache_time_limit = 4s
mail_owner = postfix
smtpd_tls_cert_file = /opt/zimbra/conf/smtpd.crt
smtpd_tls_auth_only = yes
myhostname = merrimac.bar.com
smtpd_tls_security_level = may
local_header_rewrite_clients = permit_mynetworks,permit_sasl_authenticated
virtual_transport = error
smtpd_helo_required = yes
newaliases_path = /opt/zimbra/postfix/sbin/newaliases
smtpd_sender_restrictions =
manpage_directory = /opt/zimbra/postfix/man
disable_dns_lookups = no
in_flow_delay = 1s
notify_classes = resource,software
smtpd_sasl_authenticated_header = no
mailq_path = /opt/zimbra/postfix/sbin/mailq
smtpd_tls_key_file = /opt/zimbra/conf/smtpd.key
message_size_limit = 10240000
mydestination = localhost
virtual_alias_domains = proxy:ldap://opt/zimbra/conf/ldap-vad.cf
mynetworks = 127.0.0.0/8 192.168.1.0/24 172.31.1.0/24
smtpd_recipient_restrictions = reject_non_fqdn_recipient, permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, reject_unlisted_recipient, reject_invalid_hostname, reject_non_fqdn_sender, permit
setgid_group = postdrop
queue_run_delay = 300s

Reply to: