Mates: I am having fits getting postfix working on my suse 8.2 setup. Outbound mail works fine, but the server will not accept mail. Nothing gets spooled to /var/spool/mail/david. I can't even get "mail -s test david" to spool the mail. I get the following errors: Apr 5 09:45:53 skyline postfix/qmgr[18209]: 0077D26D03: from=<david@3111skyline.com>, size=458, nrcpt=1 (queue active) Apr 5 09:45:53 skyline postfix/qmgr[18209]: 30AAD26E67: from=<david@3111skyline.com>, size=446, nrcpt=1 (queue active) Apr 5 09:45:54 skyline postfix/smtp[21005]: connect to mail.3111skyline.com[192.168.7.14]: Connection refused (port 25) Apr 5 09:45:54 skyline postfix/smtp[21006]: connect to mail.3111skyline.com[192.168.7.14]: Connection refused (port 25) Apr 5 09:45:54 skyline postfix/smtp[21006]: 30AAD26E67: to=<david@3111skyline.com>, orig_to=<david>, relay=none, delay=79823, status=deferred (connect to mail.3111skyline.com[192.168.7.14]: Connection refused) Apr 5 09:45:54 skyline postfix/smtp[21005]: 0077D26D03: to=<david@3111skyline.com>, relay=none, delay=79943, status=deferred (connect to mail.3111skyline.com[192.168.7.14]: Connection refused) my main.cf file looks like this skyline:/home/david # cat /etc/postfix/main.cf | grep -v '#' queue_directory = /var/spool/postfix command_directory = /usr/sbin daemon_directory = /usr/lib/postfix mail_owner = postfix myorigin = $mydomain mydestination = $myhostname, localhost.$mydomain $mydomain unknown_local_recipient_reject_code = 450 debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin xxgdb $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = maildrop manpage_directory = /usr/share/man sample_directory = /usr/share/doc/packages/postfix/samples readme_directory = /usr/share/doc/packages/postfix/README_FILES mail_spool_directory = /var/mail canonical_maps = hash:/etc/postfix/canonical virtual_maps = 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 = skyline.3111skyline.com program_directory = /usr/lib/postfix inet_interfaces = 127.0.0.1 masquerade_domains = mydestination = $myhostname, localhost.$mydomain defer_transports = disable_dns_lookups = no relayhost = content_filter = mailbox_command = mailbox_transport = 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_mynetworks,reject_unauth_destination smtp_sasl_auth_enable = no smtpd_sasl_auth_enable = no smtpd_use_tls = no alias_maps = hash:/etc/aliases mailbox_size_limit = 51200000 message_size_limit = 10240000 I know this must be something simple, but I'm not sure where to look. Any help will be appreciated. -- David C. Rankin, J.D., P.E. RANKIN * BERTIN, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 (936) 715-9333 (936) 715-9339 fax www.rankin-bertin.com -- --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.642 / Virus Database: 410 - Release Date: 3/24/04
Quoting David Rankin <drankin@cox-internet.com>:
Mates:
I am having fits getting postfix working on my suse 8.2 setup. Outbound mail works fine, but the server will not accept mail. Nothing gets spooled to /var/spool/mail/david. I can't even get "mail -s test david" to spool the mail. I get the following errors:
[snip]
inet_interfaces = 127.0.0.1 [snip]
This is your problem. Get rid of it. This says that Postfix only listens to connections from the same computer it is on. No other computer can send it e-mail. Also "postconf -n" gives more useful output. It prints only the values changed from the default, not all values. HTH, Jeffrey
participants (2)
-
David Rankin
-
Jeffrey L. Taylor