`postconf -n` output
| May 29 03:15:01 elspeth postfix/master[33051]: daemon started -- version 2.8.4, configuration /etc/postfix | |
| May 29 03:15:02 elspeth postfix/pickup[33052]: E49E04AA5400: uid=0 from=<root> | |
| May 29 03:15:02 elspeth postfix/cleanup[33054]: E49E04AA5400: message-id=<20130528171502.E49E04AA5400@elspeth.DOMAIN> | |
| May 29 03:15:02 elspeth postfix/qmgr[33053]: E49E04AA5400: from=<root@DOMAIN>, size=2269, nrcpt=1 (queue active) | |
| May 29 03:15:03 elspeth postfix/smtp[33061]: E49E04AA5400: to=<root@DOMAIN>, orig_to=<root>, relay=192.168.123.200[192.168.123.200]:25, delay=1.9, delays=1.2/0.08/0.11/0.5, dsn=2.0.0, status=sent (250 2.0.0 r4SHF3WM077144 Message accepted for delivery) | |
| May 29 03:15:03 elspeth postfix/qmgr[33053]: E49E04AA5400: removed | |
| May 29 03:16:01 elspeth postfix/master[33051]: master exit time has arrived | |
| May 29 18:37:05 elspeth postfix/master[49833]: daemon started -- version 2.8.4, configuration /etc/postfix | |
| May 29 18:37:05 elspeth postfix/pickup[49834]: 779854AA8C5A: uid=1000 from=<jashank> | |
| May 29 18:37:05 elspeth postfix/cleanup[49836]: 779854AA8C5A: message-id=<20130529083703.GB18552@DOMAIN> | |
| May 29 18:37:05 elspeth postfix/qmgr[49835]: 779854AA8C5A: from=<jashank@DOMAIN>, size=1247, nrcpt=1 (queue active) | |
| May 29 18:37:07 elspeth postfix/smtp[49841]: 779854AA8C5A: to=<jashankj@DOMAIN>, relay=192.168.123.200[192.168.123.200]:25, delay=1.8, delays=0.23/0.06/0.04/1.5, dsn=2.0.0, status=sent (250 2.0.0 r4T8b5Tw038529 Message accepted for delivery) | |
| May 29 18:37:07 elspeth postfix/qmgr[49835]: 779854AA8C5A: removed |
| alias_database = hash:/etc/aliases | |
| alias_maps = hash:/etc/aliases | |
| biff = yes | |
| command_directory = /usr/sbin | |
| config_directory = /etc/postfix | |
| daemon_directory = /usr/libexec/postfix | |
| data_directory = /Library/Server/Mail/Data/mta | |
| debug_peer_level = 2 | |
| html_directory = /usr/share/doc/postfix/html | |
| inet_interfaces = loopback-only | |
| inet_protocols = all | |
| mail_owner = _postfix | |
| mailbox_size_limit = 0 | |
| mailq_path = /usr/bin/mailq | |
| manpage_directory = /usr/share/man | |
| message_size_limit = 10485760 | |
| mydestination = $myhostname, localhost.$mydomain, localhost | |
| mydomain = DOMAIN | |
| mydomain_fallback = DOMAIN | |
| myhostname = elspeth.DOMAIN | |
| mynetworks_style = host | |
| myorigin = $mydomain | |
| newaliases_path = /usr/bin/newaliases | |
| queue_directory = /Library/Server/Mail/Data/spool | |
| readme_directory = /usr/share/doc/postfix | |
| recipient_delimiter = + | |
| relay_domains = | |
| relayhost = [192.168.123.200] | |
| sample_directory = /usr/share/doc/postfix/examples | |
| sendmail_path = /usr/sbin/sendmail | |
| setgid_group = _postdrop | |
| smtp_tls_CAfile = /etc/postfix/server-ca.crt | |
| smtp_tls_cert_file = /etc/postfix/mail_privatekey.pem | |
| smtp_tls_fingerprint_digest = md5 | |
| smtp_tls_key_file = $smtp_tls_cert_file | |
| smtp_tls_policy_maps = hash:/etc/postfix/tls_policy | |
| smtp_use_tls = yes | |
| smtpd_banner = $myhostname ESMTP $mail_name | |
| smtpd_client_restrictions = permit_mynetworks permit_sasl_authenticated permit | |
| smtpd_tls_ciphers = medium | |
| smtpd_tls_exclude_ciphers = SSLv2, aNULL, ADH, eNULL | |
| tls_random_source = dev:/dev/urandom | |
| unknown_local_recipient_reject_code = 550 | |
| use_sacl_cache = yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment