John Schmerold
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 25
Posts
Recent activity by John Schmerold-
List of all hosted email addresses
This four liner produces a list of your email addresses, it is helpful if you are using an external spam filter #!/bin/bash find /etc/valiases/* -type f | xargs -ifile sed -e 's/:.*//' file > /us...
-
Odd spam - looks as if directly injected via IMAP
Lately, I have been getting odd spam, not many a few every couple of days. What's odd is that these messages seem to be bypassing EXIM and going directly into my inbox. Any idea what could be happe...
-
All deliveries are handled by MailScanner
We are experiencing the situation where emails are stuck in the Pending Queue. When we try re-sending the message, the error message is: All deliveries are handled by MailScanner After searching a...
-
Lots of email
I have a couple clients with large mail storage requirements. If we mount an additional drive whose job it is to store these clients' message stores, is it as simple as this: mkdir /big/home/exam...