|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Subject: outgoing mail failure
From: Daniel Meredith (dmeredith
CMCVAX.MCKENNA.EDU)Date: Fri Jun 02 2000 - 15:47:41 CDT
- Next message: Archie Harris: ".forward file being skipped?"
- Previous message: Liviu Daia: "Re: Postfix Full Content Filtering Support"
- Next in thread: Ralf Hildebrandt: "Re: outgoing mail failure"
- Reply: Ralf Hildebrandt: "Re: outgoing mail failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all,
I recently setup postfix on one of my servers to act as a replacement for
sendmail (I was just not willing to deal with M4 macros any longer). Postfix
receives mail for the domain and all the virtual domains without issue.
The problem is centered around the delivery of mail. All the outbound mail is
being funneled into deferred and then never leaving. So basically the server
cannot send outgoing mail, local mail is delivered quite promptly.
Here are the config files, perhaps you see something I have missed.
Thanks,
~Dan
-- As a side note: no logs are showing up in /var/log. This would seem to be and
independent problem, but equally as puzzling
# Daniel Meredith
# Search123.com
#
# file: main.cf
# date: /05/24/2000
# comment: This file is the basic postfix configuration for the corporate
# servers
#
#
queue_directory = /var/spool/mail
program_directory = /usr/libexec/postfix
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail
myhostname = mail.search123.com
mydomain = search123.com
myorigin = $mydomain
mydestination = search123.com, mail.search123.com
inet_interfaces = all
notify_classes = resource, software, bounce, policy, delay, protocol
virtual_maps = hash:/etc/postfix/virtual
alias_maps = hash:/etc/postfix/aliases
default_transport = smtp
mail_owner = postfix
default_privs = nobody
local_destination_concurrency_limit = 2
default_destination_concurrency_limit = 10
debug_peer_level = 3
# EOF
#/etc/postfix/master.cf
smtp inet n - y - - smtpd
pickup fifo n n y 60 1 pickup
cleanup unix - - y - 0 cleanup
qmgr fifo n - y 300 1 qmgr
rewrite unix - - y - - trivial-rewrite
bounce unix - - y - 0 bounce
defer unix - - y - 0 bounce
smtp unix - - y - - smtp
showq unix n - y - - showq
error unix - - y - - error
local unix - n n - - local
cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
uucp unix - n n - - pipe
flags=F user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=F. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
# EOF
- Next message: Archie Harris: ".forward file being skipped?"
- Previous message: Liviu Daia: "Re: Postfix Full Content Filtering Support"
- Next in thread: Ralf Hildebrandt: "Re: outgoing mail failure"
- Reply: Ralf Hildebrandt: "Re: outgoing mail failure"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]