Re: [SLE] postfix email problem
From: Mark (mcrean_at_snowpetrel.net)
Date: 12/13/03
- Previous message: Ged: "Re: [SLE] booting SuSE over the network (getting closer)"
- In reply to: Tom Nielsen: "Re: [SLE] postfix email problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 13 Dec 2003 16:59:18 +0000 To: suse-linux-e@suse.com
Tom Nielsen wrote:
[snip]
> I didn't change anything in my master.cf. I'm not sure if AntiVir did.
> Here's part of my master.cf
>
Just my 2 cents, but I think what's happening is that your config files
are incomplete as a result of installing different things at different
times.
I installed amavis, antivir and spamassassin all in one session and
configured them in YaST. Then I hand-edited the conf files, because
there are quite a lot of fiddly bits that you must change by hand.
My config is different from the one here. Note the crucial first line
and the absence of a spamc directive at the end. Without that first
line, incoming mail isn't piped into the amavis system.
Have you installed and configured amavis? That's the vital one.
Installing antivir should not interfere with postfix config files!
Have you been through the settings in YaST and ticked all the boxes for
using amavis, antivir, spammassin and all the rest? My suggestion is
that you do that and then run SuSEConfig. If the result is a file like
the one below you could be in business, though you will still need to
change some parameters in amavis, and if I recall, set up some aliases
so that virus alerts are sent to recognized users on your machine.
smtp inet n - n - 2 smtpd -o
content_filter=smtp:[localhost]:10024
#smtps inet n - n - 2 smtpd -o
smtpd_tls_wrappermode=yes -o content_filter=smtp:[localhost]:10024
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#628 inet n - n - - qmqpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 nqmgr
#tlsmgr fifo - - n 300 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
relay unix - - n - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
localhost:10025 inet n - n - - smtpd -o
content_filter=
#
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# maildrop. See the Postfix MAILDROP_README file for details.
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m
${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu 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=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
vscan unix - n n - 10 pipe
user=vscan argv=/usr/sbin/amavis ${sender} ${recipient}
procmail unix - n n - - pipe
flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc
${sender} ${recipient}
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Ged: "Re: [SLE] booting SuSE over the network (getting closer)"
- In reply to: Tom Nielsen: "Re: [SLE] postfix email problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|