Tales From The Geek Side

The geeky musings of Greg Rowe.

Exim tips

March 14th, 2006 by greg

  • If you have a message stuck in your queue and you want to see why it is there run exim -Mvl. I’m assuming “vl” is short for “view log”.
  • In alias files or in the main config file you can use :fail: as an address to force a failure. Under certain convoluted circumstances this can be quite helpful.
  • When running as root the -d option is a life saver. Running -d 9 with the -bv option can really help you understand how mail is delivered on your system.
  • The -C option is important for testing changes with out interrupting the live config. This with -bv is really nice.
  • The -brw command line option lets you see exactly how an address will be rewritten.

This entry was posted on Tuesday, March 14th, 2006 at 9:05 pm and is filed under Geek, Tips. You can follow any responses to this entry through the RSS 2.0 feed. You can skip to the end and leave a response. Pinging is currently not allowed.

Leave a Reply

You must be logged in to post a comment.