Hi, Thanks for your help! Here is the postconf -n.
Charles [root@es1 log]# 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 daemon_directory = /usr/libexec/postfix data_directory = /var/lib/postfix debug_peer_level = 2 html_directory = no inet_interfaces = all inet_protocols = all mail_owner = postfix mailq_path = /usr/bin/mailq.postfix manpage_directory = /usr/share/man mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mydomain = xyz.com myhostname = es1.xyz,com myorigin = $mydomain newaliases_path = /usr/bin/newaliases.postfix queue_directory = /var/spool/postfix readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES sample_directory = /usr/share/doc/postfix-2.6.6/samples sendmail_path = /usr/sbin/sendmail.postfix setgid_group = postdrop smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_local_domain = $mydomain smtpd_sasl_path = private/auth smtpd_sasl_security_options = noanonymous smtpd_sasl_type = dovecot smtpd_tls_auth_only = yes smtpd_tls_cert_file = /etc/pki/dovecot/certs/dovecot.pem smtpd_tls_key_file = /etc/pki/dovecot/private/dovecot.pem smtpd_tls_received_header = yes smtpd_use_tls = yes unknown_local_recipient_reject_code = 550 On Sat, Nov 2, 2013 at 4:30 PM, Viktor Dukhovni <[email protected]>wrote: > On Sat, Nov 02, 2013 at 04:17:11PM -0500, c cc wrote: > > > In /var/log/maillog, I do not see any outbound emails being logged, only > > inbound emails. Did I misconfigure anything? Thanks! > > Assuming you're talking about Postfix, if Postfix is logging incoming > mail then Postfix incoming mail is handled by Postfix. If Postfix > is not logging outbound mail, then outbound mail is not handled by > Postfix. > > The Postfix queue has no concept of outgoing vs. incoming mail. > All mail comes into the queue and then it leaves. Therefore, apart > from open-relay controls in smtpd(8), there is little distinction > between inbound and outbound mail in Postfix. In particular both > are logged via the same mechanisms at the same syslog facility and > priority. > > Since you've said nothing about where outbound mail originates, > how it is injected into the mail system or where it is going, nor > about the configuration of your system, very little further can be > said. > > -- > Viktor. >
