PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Nach Update von Amavis geht gar nichts mehr



semy
31.08.06, 01:55
Hallo,

erstmal alle Infos zum System:

Debian Sarge
Postfix 2.1
Courier

E-Mail-Postfächer werden in der MySQL-Datenbank gespeichert.

Nun mein Problem:

Also der E-Mail-Server hat vor dem Update von Amavis einwandfrei funktioniert. Ich wollte mein System mit Amavis, Clamd und SpamAssassin updaten um SPAM und Viren zu erkennen. Nach dem Update kommen einfach keine E-Mails mehr an und wenn ich welche senden möchte, kommen diese auch nicht an. Nachfolgend alle wichtigen Dateiinhalte:

/etc/postfix/main.cf

inet_interfaces = all
myhostname = server8324612130.serverpool.info.serverpool.info
mydestination = server8324612130.serverpool.info.serverpool.info, localhost.serverpool.info.serverpool.info, , localhost
mynetworks = 127.0.0.1/8
virtual_alias_domains =
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf mysql:/etc/postfix/mysql-virtual_subdomains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:6000
virtual_gid_maps = static:6000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings

/etc/postfix/master.cf

#
# Postfix master process configuration file. Each logical line
# describes how a Postfix daemon program should be run.
#
# A logical line starts with non-whitespace, non-comment text.
# Empty lines and whitespace-only lines are ignored, as are comment
# lines whose first non-whitespace character is a `#'.
# A line that starts with whitespace continues a logical line.
#
# The fields that make up each line are described below. A "-" field
# value requests that a default value be used for that field.
#
# Service: any name that is valid for the specified transport type
# (the next field). With INET transports, a service is specified as
# host:port. The host part (and colon) may be omitted. Either host
# or port may be given in symbolic form or in numeric form. Examples
# for the SMTP server: localhost:smtp receives mail via the loopback
# interface only; 10025 receives mail on port 10025.
#
# Transport type: "inet" for Internet sockets, "unix" for UNIX-domain
# sockets, "fifo" for named pipes.
#
# Private: whether or not access is restricted to the mail system.
# Default is private service. Internet (inet) sockets can't be private.
#
# Unprivileged: whether the service runs with root privileges or as
# the owner of the Postfix system (the owner name is controlled by the
# mail_owner configuration variable in the main.cf file). Only the
# pipe, virtual and local delivery daemons require privileges.
#
# Chroot: whether or not the service runs chrooted to the mail queue
# directory (pathname is controlled by the queue_directory configuration
# variable in the main.cf file). Presently, all Postfix daemons can run
# chrooted, except for the pipe, virtual and local delivery daemons.
# The proxymap server can run chrooted, but doing so defeats most of
# the purpose of having that service in the first place.
# The files in the examples/chroot-setup subdirectory describe how
# to set up a Postfix chroot environment for your type of machine.
#
# Wakeup time: automatically wake up the named service after the
# specified number of seconds. A ? at the end of the wakeup time
# field requests that wake up events be sent only to services that
# are actually being used. Specify 0 for no wakeup. Presently, only
# the pickup, queue manager and flush daemons need a wakeup timer.
#
# Max procs: the maximum number of processes that may execute this
# service simultaneously. Default is to use a globally configurable
# limit (the default_process_limit configuration parameter in main.cf).
# Specify 0 for no process count limit.
#
# Command + args: the command to be executed. The command name is
# relative to the Postfix program directory (pathname is controlled by
# the daemon_directory configuration variable). Adding one or more
# -v options turns on verbose logging for that service; adding a -D
# option enables symbolic debugging (see the debugger_command variable
# in the main.cf configuration file). See individual command man pages
# for specific command-line options, if any.
#
# General main.cf options can be overridden for specific services.
# To override one or more main.cf options, specify them as arguments
# below, preceding each option by "-o". There must be no whitespace
# in the option itself (separate multiple values for an option by
# commas).
#
# In order to use the "uucp" message tranport below, set up entries
# in the transport table.
#
# In order to use the "cyrus" message transport below, configure it
# in main.cf as the mailbox_transport.
#
# SPECIFY ONLY PROGRAMS THAT ARE WRITTEN TO RUN AS POSTFIX DAEMONS.
# ALL DAEMONS SPECIFIED HERE MUST SPEAK A POSTFIX-INTERNAL PROTOCOL.
#
# DO NOT SHARE THE POSTFIX QUEUE BETWEEN MULTIPLE POSTFIX INSTANCES.
#
# ================================================== ========================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ================================================== ========================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_etrn_restrictions=reject
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - - 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
relay unix - - - - - smtp
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
#
# 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}
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=bsmtp argv=/usr/lib/bsmtp/bsmtp -d -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}

# only used by postfix-tls
#tlsmgr fifo - - n 300 1 tlsmgr
#smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#587 inet n - n - - smtpd -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
amavis unix - - - - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,rej ect
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o receive_override_options=no_unknown_recipient_chec ks,no_header_body_checks

Hier noch ein Auszug aus den Maillogs:

mail.warn

Aug 30 22:50:36 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.35.250]
Aug 30 22:55:44 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.35.250]
Aug 30 23:00:46 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.35.250]
Aug 30 23:06:02 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.35.250]
Aug 30 23:11:23 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.35.250]
Aug 30 23:16:38 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.66.52]
Aug 30 23:17:02 server8324612130 postfix/local[30473]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 30 23:17:27 server8324612130 courierpop3login: LOGIN FAILED, ip=[::ffff:62.246.66.52]
Aug 30 23:18:50 server8324612130 postfix/smtpd[30627]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:07:08 server8324612130 postfix/postfix-script: fatal: usage: postfix start (or stop, reload, abort, flush, check, set-permissions, upgrade-configuration)
Aug 31 00:08:46 server8324612130 postfix/smtpd[3360]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:08:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:09:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:10:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:11:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:12:02 server8324612130 postfix/smtpd[3659]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:12:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:13:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:14:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:15:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:16:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:17:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:18:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:19:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:20:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:21:35 server8324612130 postfix/smtpd[4469]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:21:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:22:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:23:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:24:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:25:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:26:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:27:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:28:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:29:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:30:29 server8324612130 postfix/smtpd[5227]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:30:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:31:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:32:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:33:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:34:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:35:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:36:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:37:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:38:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:39:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:40:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:41:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:42:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:43:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:44:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:45:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:46:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory
Aug 31 00:47:30 server8324612130 postfix/qmgr[5198]: warning: connect to transport amavis: No such file or directory


mail.log

Aug 31 00:07:08 server8324612130 postfix/postfix-script: fatal: usage: postfix start (or stop, reload, abort, flush, check, set-permissions, upgrade-configuration)
Aug 31 00:07:46 server8324612130 amavis[3262]: starting. amavisd-new at server8324612130.serverpool.info amavisd-new-20030616-p10, Unicode aware, LANG=en_GB
Aug 31 00:07:46 server8324612130 amavis[3262]: Perl version 5.008004
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Amavis::Conf 1.15
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Archive::Tar 1.23
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Archive::Zip 1.14
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Compress::Zlib 1.34
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Convert::TNEF 0.17
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Convert::UUlib 1.051
Aug 31 00:07:46 server8324612130 amavis[3262]: Module DBI 1.46
Aug 31 00:07:46 server8324612130 amavis[3262]: Module DB_File 1.808
Aug 31 00:07:46 server8324612130 amavis[3262]: Module MIME::Entity 5.417
Aug 31 00:07:46 server8324612130 amavis[3262]: Module MIME::Parser 5.417
Aug 31 00:07:46 server8324612130 amavis[3262]: Module MIME::Tools 5.417
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Mail::Header 1.62
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Mail::Internet 1.62
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Mail::SpamAssassin 3.000003
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Net::Cmd 2.26
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Net::SMTP 2.29
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Net::Server 0.87
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Time::HiRes 1.59
Aug 31 00:07:46 server8324612130 amavis[3262]: Module Unix::Syslog 0.100
Aug 31 00:07:46 server8324612130 amavis[3270]: Found $file at /usr/bin/file
Aug 31 00:07:46 server8324612130 amavis[3270]: No $arc, not using it
Aug 31 00:07:46 server8324612130 amavis[3270]: Found $gzip at /bin/gzip
Aug 31 00:07:46 server8324612130 amavis[3270]: No $bzip2, not using it
Aug 31 00:07:46 server8324612130 amavis[3270]: No $lzop, not using it
Aug 31 00:07:46 server8324612130 amavis[3270]: No $lha, not using it
Aug 31 00:07:46 server8324612130 amavis[3270]: Found $unarj at /usr/bin/arj
Aug 31 00:07:46 server8324612130 amavis[3270]: Found $uncompress at /bin/uncompress
Aug 31 00:07:46 server8324612130 amavis[3270]: No $unfreeze, not using it
Aug 31 00:07:46 server8324612130 amavis[3270]: No $unrar, not using it
Aug 31 00:07:46 server8324612130 amavis[3270]: Found $zoo at /usr/bin/zoo
Aug 31 00:07:46 server8324612130 amavis[3270]: Found $cpio at /bin/cpio
Aug 31 00:07:46 server8324612130 amavis[3270]: Using internal av scanner code for (primary) Clam Antivirus-clamd
Aug 31 00:07:46 server8324612130 amavis[3270]: Found secondary av scanner Clam Antivirus - clamscan at /usr/bin/clamscan
Aug 31 00:08:27 server8324612130 courierpop3login: Connection, ip=[::ffff:62.246.66.52]
Aug 31 00:08:27 server8324612130 courierpop3login: LOGIN, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52]
Aug 31 00:08:28 server8324612130 courierpop3login: LOGOUT, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52], top=0, retr=0, time=1
Aug 31 00:08:43 server8324612130 courierpop3login: Connection, ip=[::ffff:62.246.66.52]
Aug 31 00:08:44 server8324612130 courierpop3login: LOGIN, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52]
Aug 31 00:08:44 server8324612130 courierpop3login: LOGOUT, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52], top=0, retr=0, time=0
Aug 31 00:08:46 server8324612130 postfix/smtpd[3360]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:08:46 server8324612130 postfix/smtpd[3360]: connect from server83246114120.serverpool.info[83.246.114.120]
Aug 31 00:08:46 server8324612130 postfix/smtpd[3360]: DBE55A0224: client=server83246114120.serverpool.info[83.246.114.120]
Aug 31 00:08:46 server8324612130 postfix/cleanup[3367]: DBE55A0224: message-id=<20060831000429.2EC305600A5@server83246114120.serve rpool.info.serverpool.info>
Aug 31 00:08:46 server8324612130 postfix/smtpd[3360]: disconnect from server83246114120.serverpool.info[83.246.114.120]
Aug 31 00:08:46 server8324612130 postfix/qmgr[3102]: DBE55A0224: from=<galler@die-webdesigner.biz>, size=5107, nrcpt=1 (queue active)
Aug 31 00:08:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:08:51 server8324612130 courierpop3login: Connection, ip=[::ffff:62.246.66.52]
Aug 31 00:08:52 server8324612130 courierpop3login: LOGIN, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52]
Aug 31 00:08:52 server8324612130 courierpop3login: LOGOUT, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52], top=0, retr=0, time=0
Aug 31 00:09:26 server8324612130 postfix/smtpd[3360]: connect from p62.246.66.52.tisdip.tiscali.de[62.246.66.52]
Aug 31 00:09:27 server8324612130 postfix/smtpd[3360]: 76D95A022B: client=p62.246.66.52.tisdip.tiscali.de[62.246.66.52], sasl_method=LOGIN, sasl_username=info@die-webhoster.biz
Aug 31 00:09:28 server8324612130 postfix/cleanup[3367]: 76D95A022B: message-id=<20060830230927.76D95A022B@server8324612130.serverp ool.info.serverpool.info>
Aug 31 00:09:28 server8324612130 postfix/qmgr[3102]: 76D95A022B: from=<info@die-webhoster.biz>, size=3183, nrcpt=1 (queue active)
Aug 31 00:09:28 server8324612130 postfix/qmgr[3102]: 76D95A022B: to=<galler@die-webdesigner.biz>, relay=none, delay=1, status=deferred (delivery temporarily suspended: transport is unavailable)
Aug 31 00:09:30 server8324612130 postfix/smtpd[3360]: disconnect from p62.246.66.52.tisdip.tiscali.de[62.246.66.52]
Aug 31 00:09:31 server8324612130 courierpop3login: Connection, ip=[::ffff:62.246.66.52]
Aug 31 00:09:31 server8324612130 courierpop3login: LOGIN, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52]
Aug 31 00:09:32 server8324612130 courierpop3login: LOGOUT, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52], top=0, retr=0, time=1
Aug 31 00:09:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:09:54 server8324612130 courierpop3login: Connection, ip=[::ffff:62.246.66.52]
Aug 31 00:09:54 server8324612130 courierpop3login: LOGIN, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52]
Aug 31 00:09:55 server8324612130 courierpop3login: LOGOUT, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52], top=0, retr=0, time=1
Aug 31 00:10:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:11:46 server8324612130 postfix/qmgr[3102]: warning: connect to transport amavis: No such file or directory
Aug 31 00:12:02 server8324612130 postfix/smtpd[3659]: warning: dict_nis_init: NIS domain name not set - NIS lookups disabled
Aug 31 00:12:02 server8324612130 postfix/smtpd[3659]: connect from server83246114120.serverpool.info[83.246.114.120]
Aug 31 00:12:02 server8324612130 postfix/smtpd[3659]: C8646A0232: client=server83246114120.serverpool.info[83.246.114.120]
Aug 31 00:12:02 server8324612130 postfix/cleanup[3664]: C8646A0232: message-id=<20060831000750.280E65600A5@server83246114120.serve rpool.info.serverpool.info>
Aug 31 00:12:02 server8324612130 postfix/smtpd[3659]: disconnect from server83246114120.serverpool.info[83.246.114.120]
Aug 31 00:12:02 server8324612130 postfix/qmgr[3102]: C8646A0232: from=<galler@die-webdesigner.biz>, size=5092, nrcpt=1 (queue active)
Aug 31 00:12:02 server8324612130 postfix/qmgr[3102]: C8646A0232: to=<info@die-webhoster.biz>, relay=none, delay=0, status=deferred (delivery temporarily suspended: transport is unavailable)
Aug 31 00:12:09 server8324612130 courierpop3login: Connection, ip=[::ffff:62.246.66.52]
Aug 31 00:12:09 server8324612130 courierpop3login: LOGIN, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52]
Aug 31 00:12:09 server8324612130 courierpop3login: LOGOUT, user=info@die-webhoster.biz, ip=[::ffff:62.246.66.52], top=0, retr=0, time=0


Ich verstehe es einfach nicht! Wiso funktioniert das jetzt nicht mehr? Ich hoffe mir kann jemand weiterhelfen.

Liebe Grüße
Semy

mbo
31.08.06, 14:14
Ist die Darstellung der config-Dateien Zeichengetreu? Wenn ja, solltest Du in der master.cf die Leerzeichen / das Tab vor dem amavis-Einrag löschen.
Postfix muß bei solchen Änderungen neu gestartet werden, ein reload reicht nicht. Und Du mußt die Queue danach recovern.

cu/2

semy
31.08.06, 20:11
Hallo,

alles klar das war's ;). Vielen Dank :D.

Gruß Semy.