ich möchte auf meinen Rootie (SUSE inux 7.2) zu meinem installierten sendmail nun den MailScanner und sophos installieren. So weit so gut, installiert habe ich alles, nur habe ich das Problem, wenn ich nun
Code: Select all
rcMailScanner start folgende Fehlermendung bekomme:
Code: Select all
p15106096:/usr/lib/MailScanner/MailScanner-4.23-11 # rcMailScanner start
Initializing incoming sendmail/usr/sbin/sendmail: illegal option -- A
startproc: exit status of parent of /usr/sbin/sendmail: 64
Initializing outgoing sendmailInitializing MailScannerp15106096:/usr/lib/MailScanner/MailMeine config (/etc/sysconfig/MailScanner) sieht so aus:
Code: Select all
MTA=sendmail
#MTA=postfix
#
# MailScanner Settings
#
#
# where does MailScanner unpack messages for scanning?
# normal sites use "/var/spool/MailScanner/incoming".
#
MAILSCANNER_WORKDIR=/var/spool/MailScanner/incoming
#
# Postfix Settings
#
POSTFIX=/usr/sbin/postfix
POSTFIXINCF=/etc/postfix.in
POSTFIXOUTCF=/etc/postfix
#
# Sendmail Settings
#
#
# where does the incoming sendmail deposit messages, so that
# MailScanner can collect and scan them?
# normal sites use "/var/spool/mqueue.in".
#
MAILSCANNER_INQDIR=/var/spool/mqueue.in
#
# where is the main sendmail binary?
# Configurable in case you use a non-RPM local build of sendmail
#
SENDMAIL=/usr/sbin/sendmail
#
# with what parameters should the incoming sendmail be started?
# this is used to provide SMTP service and queue mail into
# /var/spool/mqueue.in, ready for scanning by MailScanner.
# normal sites use "-bd -om".
#
#
#SENDMAIL_IN_ARGS="-L sendmail-in -Am -bd -om"
SENDMAIL_IN_ARGS="-L sendmail-in -bd -om"
#
# with what parameters should the outgoing sendmail be started?
# this is used to deliver mail that has been scanned by MailScanner.
# normal sites use "-q30m -om".
#
#SENDMAIL_OUT_ARGS="-L sendmail-out -Am -q30m -om"
SENDMAIL_OUT_ARGS="-L sendmail-out -q30m -om"cu
Michael