[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Postfix geht nach Update nicht mehr



Hallo,

ich habe hier einen Testing-Server laufen, der per fetchmail ein paar pop3 Accounts holt und mit maildrop lokal in IMAP einsortiert.
Das lief bis heute früh problemlos, dann habe ich Updates installiert, wobei postfix auf die Version 2.3.3-1 raufgekommen ist.

Die gestrigen Mails sahen im log noch so aus:
Sep  9 22:10:07 dull postfix/qmgr[1571]: B236EF4B3: from=<debian-user-german-request@lists.debian.org>, size=4092, nrcpt=1 (queue active)
Sep  9 22:10:07 dull postfix/smtpd[32396]: disconnect from localhost[127.0.0.1]
Sep  9 22:10:07 dull postfix/local[32400]: B236EF4B3: to=<edward@localhost.blah.de>, orig_to=<edward@localhost>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/maildrop -d "$LOCAL")

Jetzt bekomme ich diese Fehlermeldung:
Sep 10 07:45:04 dull postfix/qmgr[5683]: A0472F4B9: from=<flottwell@web.de>, size=1461, nrcpt=1 (queue active)
Sep 10 07:45:04 dull fetchmail[4402]:  flushed
Sep 10 07:45:04 dull postfix/smtpd[5704]: disconnect from localhost[127.0.0.1]
Sep 10 07:45:04 dull postfix/local[5708]: A0472F4B9: to=<edward@localhost.de>, orig_to=<edward@localhost>, relay=local, delay=0.17, delays=0.08/0.04/0/0.06, dsn=4.3.0, status=deferred (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop: Temporary authentication failure. )

Erstmal eigenartig, dass er plötzlich nach "localhost.de" schicken will. Noch eigenartiger ist die plötzliche maildrop-Fehlermeldung.
Ich habe die Config nochmals mit http://www.postfix.org/MAILDROP_README.html verglichen, sieht für mich richtig aus:

Meine main.cf
-------------------
# see /usr/share/postfix/main.cf.dist for a commented, fuller
# version of this file.

# Do not change these directory settings - they are critical to Postfix
# operation.
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
setgid_group = postdrop
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = yes
myhostname = dull.blah.de
mydomain = blah.de
masquerade_domains = buhu.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
append_at_myorigin = yes
mydestination = dull.blah.de, localhost.blah.de, localhost, blah.de, blubb.org, buhu.de
#relayhost =
relayhost = post.strato.de
mynetworks = 127.0.0.0/8, 10.1.0.0/16
maildrop_destination_recipient_limit = 1
mailbox_command = /usr/bin/maildrop -d ${USER}
#mailbox_command = procmail -a "$EXTENSION"
#mailbox_command = procmail -d "$LOCAL"
mailbox_size_limit = 0
recipient_delimiter =
message_size_limit = 45000000
inet_interfaces = all
inet_protocols = ipv4
--------------------------------------------
In der master.cf steht:
---------------------------
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
-----------------------------------
Hat jemand eine Idee, woher plötzlich dieser Fehler kommt und wie ich wieder Mail zugestellt bekomme?

Beste Grüße

Edward



Reply to: