From: Brendon Baumgartner (no email)
Date: Mon Dec 01 2003 - 05:39:57 EST
Hello All,
I'm fairly new to postfix, but I managed to virtual hosting to work with
LDAP and cyrus. I'm now trying to get root's email redirected to a
cyrus/ldap account.
I've located the "fallback_transport" option, but I'm not sure that is the
correct way to do it.
Can someone advise? Currently without fallback_transport, this is what the
logs show when emailing root. Thanks for any advise.
-bb
Dec 1 00:51:42 evplus cyrus/lmtpd[21255]: lmtp connection preauth'd as
postman
Dec 1 00:51:42 evplus postfix/pipe[21253]: 44638FD04:
to=<>, orig_to=<root>, relay=cyrus, delay=0,
status=bounced (data format error. Command output: root: Mailbox does not
exist )
Dec 1 00:51:42 evplus postfix/cleanup[21250]: B516BFD05:
message-id=<>
Dec 1 00:51:42 evplus postfix/qmgr[21237]: B516BFD05: from=<>, size=1958,
nrcpt=1 (queue active)
Dec 1 00:51:42 evplus cyrus/lmtpd[21255]: accepted connection
Dec 1 00:51:42 evplus cyrus/lmtpd[21255]: lmtp connection preauth'd as
postman
Dec 1 00:51:42 evplus postfix/pipe[21253]: B516BFD05:
to=<>, relay=cyrus, delay=0, status=bounced (data format
error. Command output: root: Mailbox does not exist )
evplus:/var/log# postconf -n
alias_maps = $alias_database
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
default_destination_concurrency_limit = 10
default_process_limit = 10
local_destination_concurrency_limit = 2
mailbox_transport = cyrus
mydestination = $mydomain, $myhostname, localhost.$mydomain,
hash:/etc/postfix/destination_domains
myhostname = evplus.xyz.com
mynetworks = 127.0.0.0/8, hash:/var/lib/pop-before-smtp/hosts
myorigin = /etc/mailname
program_directory = /usr/lib/postfix
relay_domains = $mydomain, $myhostname, localhost.$mydomain,
hash:/etc/postfix/relay_domains
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
smtpd_recipient_restrictions = reject_invalid_hostname,
reject_non_fqdn_sender, reject_non_fqdn_recipient,
reject_unknown_sender_domain, reject_unknown_recipient_domain,
permit_mynetworks, permit_sasl_authenticated,
reject_unauth_destination, reject_rbl_client relays.ordb.org,
reject_rbl_client bl.spamcop.net, reject_rbl_client dnsbl.sorbs.net,
reject_rbl_client opm.blitzed.org, reject_rbl_client list.dsbl.org,
reject_rbl_client sbl.spamhaus.org, reject_rbl_client cbl.abuseat.org,
permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
transport_maps = hash:/etc/postfix/transport
-- _BB
|
|
|