This is a discussion on Re: [AMaViS-user] spam reports get spam treatment, within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; > btw, in a couple of logs, I cam across some stuff like below, > any thoughts where that came ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> 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=<services@DWIGANS.COM> orig_id=9639A238966 Nov > 25 22:09:21 koala postfix/pickup[11442]: 8D3F8238966: uid=103 > from=<same@WINDSORVINEYARDS.COM> orig_id=96F7123896A Nov 25 > 22:09:21 koala postfix/pickup[11442]: AFF2423896A: uid=103 > from=<more@WEBMASTER.com> 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=<eusbp@nadcp.org> 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=<coach@coachforgoal.com> orig_id=E7A85238114 ======= > > 8D3F8238966: uid=103 from=<same@xxx.COM> orig_id=96F7123896A AFF2423896A: uid=103 from=<more@xxx.com> 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?p...rge&CID=DEVDEV _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |