> btw, in a couple of logs, I cam across some stuff like below, 
> any thoughts where that came from???:
> 
> =======
> Nov 25 22:09:20 koala postfix/pickup[11442]: F0A04238960: 
> uid=103 from=<[EMAIL PROTECTED]> orig_id=9639A238966 Nov 
> 25 22:09:21 koala postfix/pickup[11442]: 8D3F8238966: uid=103 
> from=<[EMAIL PROTECTED]> orig_id=96F7123896A Nov 25 
> 22:09:21 koala postfix/pickup[11442]: AFF2423896A: uid=103 
> from=<[EMAIL PROTECTED]> orig_id=79CE523896E Nov 25 22:09:21 
> koala postfix/pickup[11442]: warning: CC1D523896E: message 
> has been queued for 11 days Nov 25 22:09:21 koala 
> postfix/pickup[11442]: CC1D523896E: uid=103 
> from=<[EMAIL PROTECTED]> orig_id=62EB523894C Nov 25 22:09:21 
> koala postfix/pickup[11442]: warning: DE63F23894C: message 
> has been queued for 50 days Nov 25 22:09:21 koala 
> postfix/pickup[11442]: DE63F23894C: uid=103 
> from=<[EMAIL PROTECTED]> orig_id=E7A85238114 =======
> 
> 

  8D3F8238966: uid=103 from=<[EMAIL PROTECTED]> orig_id=96F7123896A 
  AFF2423896A: uid=103 from=<[EMAIL PROTECTED]> orig_id=79CE523896E

These are local sendmail dropped messages.  When you use mail / sendmail
from the local machine, postfix simply dumps them into the queue, where they
are picked up by qmgr.  Postfix logs the user id of the local (to the
machine) sender.


  warning: CC1D523896E: message has been queued for 11 days
  warning: DE63F23894C: message has been queued for 50 days

These are letting you know you have some very old messages queued. Typically
these should be bounced or rejected after the default queue lifetime of 5
days.  Investigate further by examining the messages via postcat to
determine what you want to do with them.  You can use postsuper -d to delete
them, or attempt to requeue them with postsuper -r, but you'll need to
determine from your logs why they were not delivered in the first place.

MrC


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to