hi all, i have set up a server on suse 10.1 on ispconfig. mail server is postfix. when i send a letter from outside server (@mail.ru) to my server (@sinclair-dc.net), it is not delivered to my work computer by outlook express, though it's delivered to server (as far as i realized reading the postfix log). here is a piece of log (/var/log/mail): ============================================ Mar 30 23:20:41 s1 postfix/smtpd[25380]: connect from mx.itcn.ru[85.159.40.34] Mar 30 23:20:41 s1 postfix/smtpd[25380]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead Mar 30 23:20:41 s1 postfix/smtpd[25380]: C52718E53E: client=mx.itcn.ru[85.159.40.34] Mar 30 23:20:41 s1 postfix/cleanup[25385]: C52718E53E: message-id=<38A34AEEF0B74A82A156887A55FC35F6@BACK2NORTH> Mar 30 23:20:41 s1 postfix/qmgr[24952]: C52718E53E: from=<{censored}@mail.ru>, size=2121, nrcpt=1 (queue active) Mar 30 23:20:41 s1 postfix/smtpd[25380]: disconnect from mx.itcn.ru[85.159.40.34] Mar 30 23:20:41 s1 postfix/local[25386]: C52718E53E: to=<{censored}@sinclair-dc.net>, relay=local, delay=0, status=sent (delivered to mailbox) Mar 30 23:20:41 s1 postfix/qmgr[24952]: C52718E53E: removed Mar 30 23:20:43 s1 pop3d: Connection, ip=[{censored}] Mar 30 23:20:43 s1 pop3d: LOGIN, user={censored}, ip=[{censored}] Mar 30 23:20:43 s1 pop3d: LOGOUT, user={censored}, ip=[{censored}], top=0, retr=0, time=0 ================================= as i understand the log, the letter was delivered to server in 20.41, and when i have connected to the server in 20:43 the letter was NOT delivered by outlook... what's the problem there?
queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix unknown_local_recipient_reject_code = 550 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = maildrop html_directory = /usr/share/doc/packages/postfix/html manpage_directory = /usr/share/man sample_directory = /usr/share/doc/packages/postfix/samples readme_directory = /usr/share/doc/packages/postfix/README_FILES inet_protocols = all biff = no mail_spool_directory = /var/mail canonical_maps = hash:/etc/postfix/canonical virtual_alias_domains = hash:/etc/postfix/virtual relocated_maps = hash:/etc/postfix/relocated transport_maps = hash:/etc/postfix/transport sender_canonical_maps = hash:/etc/postfix/sender_canonical masquerade_exceptions = root masquerade_classes = envelope_sender, header_sender, header_recipient myhostname = s1.$mydomain program_directory = /usr/lib/postfix inet_interfaces = all masquerade_domains = defer_transports = mynetworks_style = subnet disable_dns_lookups = no relayhost = mailbox_command = mailbox_transport = strict_8bitmime = no disable_mime_output_conversion = no smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_client_restrictions = smtpd_helo_required = no smtpd_helo_restrictions = strict_rfc821_envelopes = no smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains smtp_sasl_auth_enable = no smtpd_sasl_auth_enable = yes smtpd_use_tls = yes smtp_use_tls = yes alias_maps = hash:/etc/aliases mailbox_size_limit = 0 message_size_limit = 10240000 mydomain = sinclair-dc.net smtpd_sasl_local_domain = smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_tls_auth_only = no smtp_tls_note_starttls_offer = yes smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom virtual_maps = hash:/etc/postfix/virtusertable mydestination = /etc/postfix/local-host-names
I think that pop3d uses mbox, so you can either disable Maildir in ISPConfig, or you install Courier as shown in chapter 10 on http://www.howtoforge.com/perfect_server_opensuse10.3_p5 .