Toon posts:

[postfix] rare meldingen mbt mail transport

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb een mailserver thuis en sindskort krijg ik rare meldingen in mijn /var/mail.log
code:
1
2
3
4
5
Jul  9 14:28:39 muhlenbaumer postfix/qmgr[3417]: 730902361F: from=<xxxxx(lokaal)>, size=430, nrcpt=1 (queue active)
Jul  9 14:28:39 muhlenbaumer postfix/qmgr[3417]: 1345923618: from=<xxxxx>, size=1705, nrcpt=1 (queue active)
Jul  9 14:28:39 muhlenbaumer postfix/qmgr[3417]: AC19D2361B: from=<xxxxx>, size=33534, nrcpt=1 (queue active)
Jul  9 14:29:38 muhlenbaumer postfix/qmgr[3417]: E613B23622: from=<xxxxx>, size=76889, nrcpt=1 (queue active)
Jul  9 14:29:38 muhlenbaumer postfix/qmgr[3417]: E613B23622: to=<xxxxx(lokaal)>, relay=none, delay=8168, status=deferred (unknown mail transport error)

Na een half uurtje komt de mail wel aan, maar dit doet me toch niet goed :( Wie weet wat er fout is ? "postfix check" geeft niks.

Verwijderd

Topicstarter
Niemand die dit ook heeft ? Ik ben er dus niet zeker van of mijn postfix systeem wel zo goed werkt als ik dacht :(

Verwijderd

Topicstarter
Dit wordt wel heel erg: ik krijg een mailtje op Jul 9 14:16:31.

Dan krijg ik een hele rits foutmeldingen (status=deferred (unknown mail transport error)).

Op Jul 10 20:55:19 (dus ruim 1 dag later!!) krijg ik dat mailtje pas :(

Waar kan dit aan liggen? Ik weet nl. niet meer of mijn mailserver wel zo goed is als ik denk :(

  • Mark
  • Registratie: Juni 1999
  • Laatst online: 08-08 09:24
Check je queue directories en vooral de permissions daarop eens.

  • Buffy
  • Registratie: April 2002
  • Laatst online: 26-12-2024

Buffy

Fire bad, Tree pretty

Op donderdag 18 juli 2002 23:09 schreef Mark het volgende:
Check je queue directories en vooral de permissions daarop eens.
Doet postfix check dit dan niet?


Probeer ook eens debug meldingen aan te zetten. Die fout melding is namelijk te algemeen.
Debugging

1. If things are acting strangely here is a simple and quick first step that could save you a lot of time.

To check the current configuration:

/usr/sbin/postfix check

validates the Postfix mail system configuration and will warn about bad directory/file ownership or permissions, and create missing directories.

2. In debug mode Postfix will spew out more info than you might ever want so look at /var/log/mail.log to verify that you need more information first. If more information is needed then restart the postfix daemon in "verbose" mode with the "-v" option. To do this you would stop the daemon first:

/etc/init.d/postfix stop

then start by hand with the "-v" option and put on the reading glasses to view /var/log/mail.log:

/usr/sbin/postfix -v start

3. Another cool Postfix debug feature is accessible through 2 configuration parameters:

debug_peer_level = 2
debug_peer_list = some.domain

The "debug_peer_level" parameter specifies the increment in verbose logging level when an SMTP client or server host name or address matches a pattern in the "debug_peer_list" parameter.

The "debug_peer_list" parameter specifies an optional list of domain or network patterns, /file/name patterns or type:name tables. When an SMTP client or server host name or address matches a pattern, increase the verbose logging level by the amount specified in the "debug_peer_level" parameter.

That which doesn't kill us, makes us stranger - Trevor (AEon FLux)
When a finger points at the moon, the imbecile looks at the finger (Chinese Proverb)