I love this perfect server its perfect except... ...well i followed the Perfect Server Ubuntu 9.04 install procedures and everything seems to working except receiving mail from from any of my external email account. the reason for my mail server to to eliminate all but one of my external email accounts. Any Help would be gratifying, Wayne
here is my postconf -n Code: 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_interfaces = all inet_protocols = all mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 mydestination = /etc/postfix/local-host-names myhostname = server1.mlmamplifier.com mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 myorigin = /etc/mailname readme_directory = no recipient_delimiter = + relayhost = smtp_tls_note_starttls_offer = yes smtp_tls_session_cache_database = btree:${data_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_authenticated_header = 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:${data_directory}/smtpd_scache smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes tls_random_source = dev:/dev/urandom
Same issue I'm having the same issue with one of my ISP2 servers. The server operated without any issues for over 3 months now. About a week ago, I have started receiving complaints from one of the users on that machine. Basically the user was able to send e-mails to outside world. He can also send messages and receive within his domain. But he does not receive any message from external network. I have checked the mail logs and seen that without any errors, the messages received from external world were "removed" from the queue. Any ideas on how this would have evolved? All of the services are in operational status. Thanks, Hakan
Please check if the MX record of that domain is ok. You can check it like this: Code: dig mx yourdomain.com
No problems with the MX records. Double checked. This clearly is not a DNS issue at all. This server was functional for the past few months without ant problems.