Exim Frequently Asked Questions
Top Questions
How can I send a copy of all outgoing messages to another mailbox?
How can I check addresses against a Microsoft Exchange server?
I've got a queue full of "bounce" messages. How do I get rid of them?
Does Exim support POP and/or IMAP, or do I have to install something else to do that?
- How do I filter out spam?
- Yeah, a can of worms, I know. But I suspect it's a question people keep asking...
If your question wasn't in the list above, try a search, or consult the complete categorised list below:
FAQ Categories
This was originally converted using a script from the main FAQ source. There may be problems with the translation - if so please let me (NigelMetheringham) know.
- OS-specific FAQs:
Missing FAQ Entries:
- How can I select messages from my queue for deletion or other processing?
Solution: exipick/exiqgrep | xargs exim -Mfoo
- Q: How can I quickly disable a router?
- A: Put a line "condition = false" into the router options. Note that "condition = false # disabled" does not work, since the # character is only regarded as a comment when it appears at the beginning of a line.
