OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
postfix quits before delivery

From: Andre Sourdiffe (sourdafrlcpa.com)
Date: Thu Sep 18 2003 - 11:49:40 CDT


I am trying to test my new postfix setup. It is the version that came
with Red Hat version 8 and uses amavis for filtering. When I try to send
mail through this box I get this error in the log file:

 Sep 18 12:28:08 spamnix postfix/smtp[4213]: 3E6F87E2A:
to=<SOURDAFRLCPA.COM>, relay=localhost[127.0.0.1], delay=1988,
status=deferred (lost connection with localhost[127.0.0.1] while
sending
end of data -- message may be sent more than once)

How can it lose connection the the localhost? I did some quick checking
with ping and everything looks normal. This is running on a relatively
slow machine, a pentium 200. Am I insane to try to run it on this?
Below is the result of postconf -n - BTW I am a relative Linux newbie
and brand new to Postfix. Andre

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[localhost]:10027
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
empty_address_recipient = aps
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = all
local_transport = error:local mail delivery is disabled on this
machine
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
maps_rbl_domains = sbl.spamhaus.org, relays.ordb.org
message_size_limit = 1000000000
mydestination = fiskreedlove.com, frlcpa.com
mydomain = fiskreedlove.com
myhostname = mail.fiskreedlove.com
myorigin = fiskreedlove.com
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
queue_minfree = 8000000
readme_directory = /usr/share/doc/postfix-1.1.11/README_FILES
sample_directory = /usr/share/doc/postfix-1.1.11/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = mail.fiskreedlove.com ESMTP
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname,
reject_unknown_hostname, reject_non_fqdn_hostname, reject_maps_rbl
smtpd_recipient_restrictions = permit_mynetworks,
reject_unauth_destination, reject_non_fqdn_recipient
smtpd_sender_restrictions = reject_unauth_pipelining
transport_maps = hash:/etc/postfix/transport