Fehlersuche
Ausgabe der aktuellen Konfiguration
http://www.exim.org/mailman/mmsearch/exim-users
Does
give any hints?
Is your DNS and /etc/hosts setup ok? Did you read the Debian specific documentation?
Test der eingetragenen Werte durch Angabe der option z.B.
Start des daemons
xim as a daemon, awaiting incoming SMTP connections. }}}
wie viele Mails sind in der que
mailq kannste sehen, welche mails noch nicht ausgeliefert wurden, mit Status frozen
mailq | grep frozen | wc -l like exim4 -bp
alle mit Status frozen löschen
8.6.30 'Frozen' E-Mail aus dem lokalen Spooler entfernen
Um nicht weiter vermittelbare E-Mail aus dem lokalen Spooler zu entfernen und eine Fehlermeldung zurückzugeben dient:
exim -Mg `mailq | grep frozen | awk '{ print $3 }'`
Q5022: Is there an easy way of removing all queued messages at once in a safe way?
exim -qf kannste exim
wohin gehen die frozen ?
25m 2.9K 0t5C6f-0000c8-00 <alice@wonderland.fict.example> 25m ---- time the message has been on the queue 2.9K --- the size of 0t5C6f-0000c8-00 --- unique local identifier for the message, <alice@wonderland.fict.example> --- the message sender delivered are marked with the letter D For bounce messages, the sender address is empty, and appears as "<>". If the message was submitted locally by an untrusted user who overrode the default sender address, the user's login name is shown in parentheses before the sender address. If the message is frozen (attempts to deliver it are suspended) then the text "*** frozen ***" is displayed at the end of this line. The recipients of the message (taken from the envelope, not the headers) are displayed on subsequent lines. Those addresses to which the message has already been delivered are marked with the letter D. If an original address gets expanded into several addresses via an alias or forward file, the original is displayed with a D only when deliveries for all of its child addresses are complete.
- only undelivered top-level addresses
- -bpu This option operates like -bp but shows only undelivered top-level addresses for each message displayed. Addresses generated by alias-
- ing or forwarding are not shown, unless the message was deferred after processing by a router with the one_time option set.
- -bpu This option operates like -bp but shows only undelivered top-level addresses for each message displayed. Addresses generated by alias-
Linux/Internet/Mail/Exim4/console (last modified 2008-11-04 07:00:19)