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

Postfix liefert keine Mails aus



Hallo,

Als MTA ist bei mir Postfix installiert.
/etc/postfix/main.cf:
biff = no
append_dot_mydomain = no
myhostname = delta596.xxxx.de
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = delta596.xxxx.de, localhost.xxxx.de, , localhost
home_mailbox = .maildir/
mynetworks = 127.0.0.0/8
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all

/etc/postfix/master.cf:
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================
smtp      inet  n       -       -       -       -       smtpd -v
#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



Nun versuche ich per
echo "Dies ist eine Testmail" | mail -s "Test" admin@localhost

Eine Testmail zu schreiben, gleichzeitig habe ich ein anderes Terminal offer der über
tail -f /var/log/mail.log
auf die Logfile zugreift.

Ich hatte auch testweise versucht manuell das Verzeichnis /var/mail/nobody anzulegen, teilweise auch mit 0777 chmod, aber es half alles nichts.

Fehlermeldung in /var/log/mail.log: 	
Mar 24 16:14:49 delta596 postfix/pickup[10872]: 06BFA22C5A3: uid=0 from=<root>
Mar 24 16:14:49 delta596 postfix/cleanup[11019]: 06BFA22C5A3: message-id=<20060324151449.06BFA22C5A3@xxxx> Mar 24 16:14:49 delta596 postfix/qmgr[10873]: 06BFA22C5A3: from=<root@xxxx>, size=332, nrcpt=1 (queue active) Mar 24 16:14:49 delta596 postfix/local[11020]: 06BFA22C5A3: to=<admin@localhost>, relay=local, delay=0, status=bounced (can't create user output file. Command output: procmail: Couldn't create "/var/mail/admin" ) Mar 24 16:14:49 delta596 postfix/cleanup[11019]: 0BE9822C5A5: message-id=<20060324151449.0BE9822C5A5@xxxx>
Mar 24 16:14:49 delta596 postfix/qmgr[10873]: 0BE9822C5A5: from=<>, size=2190, nrcpt=1 (queue active)
Mar 24 16:14:49 delta596 postfix/qmgr[10873]: 06BFA22C5A3: removed
Mar 24 16:14:49 delta596 postfix/local[11020]: 0BE9822C5A5: to=<root@xxxx>, relay=local, delay=0, status=bounced (can't create user output file. Command output: procmail: Couldn't create "/var/mail/nobody" )
Mar 24 16:14:49 delta596 postfix/qmgr[10873]: 0BE9822C5A5: removed


In /var/mail/ existiert nur eine Datei: mail



Reply to: