netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 *:mysql *:* LISTEN 3745/mysqld
tcp 0 0 *:10000 *:* LISTEN 4056/perl
tcp 0 0 mail.the12345.n:domain *:* LISTEN 3542/named
tcp 0 0 localhost.locald:domain *:* LISTEN 3542/named
tcp 0 0 *:smtp *:* LISTEN 9278/master
tcp 0 0 localhost.localdoma:953 *:* LISTEN 3542/named
tcp6 0 0 *:imaps *:* LISTEN 3619/couriertcpd
tcp6 0 0 *

op3s *:* LISTEN 3654/couriertcpd
tcp6 0 0 *

op3 *:* LISTEN 3634/couriertcpd
tcp6 0 0 *:imap2 *:* LISTEN 3594/couriertcpd
tcp6 0 0 *:www *:* LISTEN 4033/apache2
tcp6 0 0 *:ftp *:* LISTEN 3989/proftpd: (acce
tcp6 0 0 *:ssh *:* LISTEN 3914/sshd
tcp6 0 0 *:smtp *:* LISTEN 9278/master
tcp6 0 0 ip6-localhost:953 *:* LISTEN 3542/named
tcp6 0 0 *:https *:* LISTEN 4033/apache2
tcp6 0 1928 mail.12345.net:ssh CPE-75-81-8-102.kc:4981
ESTABLISHED14879/0
postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
inet_protocols = all
mailbox_command = procmail -a $EXTENSION
mailbox_size_limit = 0
mydestination = the12345.net, mail.the12345.net, localhost.the12345.net, , localhost
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
smtp_tls_note_starttls_offer = yes
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
I saw some errors last night in the logs saying fatal errors on sending-they are no longer there now.
I can also telnet
telnet localhost pop3
server1:/etc/postfix# telnet localhost pop3
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK Hello there.
quit
+OK Better luck next time.
Connection closed by foreign host.
Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 15 hours ago
1 day 17 hours ago
2 days 6 hours ago
2 days 8 hours ago