CartMetrix - Do you know yours?

« Bookmarklet For emailURL.com and anonURL.com | Home | Coding on a Live Site »

6/28/2007

Exim Queue Snippets

These are all useful when trying to track down an open formmail script.

List bounce messages

exiqgrep -f ‘^<>$’

Freeze bounce messages

exiqgrep -i -f ‘^<>$’ | xargs exim -Mf

Freeze messages from user@domain.com

exiqgrep -i -f user@domain.com| xargs exim -Mf

Find out what user your webserver runs as. Use this as the email address to key on. For example, my Apache runs as nobody so I want to freeze all messages sent from the user nobody@domain.com so I can look through them to see if I can deduce where the insecure formmail script is.

Delete frozen messages

exiqgrep -z -i | xargs exim -Mrm

Popularity: 25%

Trackback:

Related Posts

Post your opinion

Verification Image

Please type the letters you see in the picture.

Subscribe without commenting


damonparker.org is proudly powered by WordPress
Entries (RSS) and Comments (RSS).

copyright © 2002-2008 damonparker.org. all rights reserved.

Close
E-mail It