serichards
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by serichards-
Re: Dinged for NDR spam, how to prevet the body copy from included in the bounce? Brilliant. I'll think I will add that in to mine too!
-
When I look on my centos installation it tells me spamassassin is in /usr/local/bin I used the which command. Installing mailscanner may lead to spamassassin being moved elsewhere. Found on anot...
-
[quote="Infopro, post: 1581802">Why not post this to your original thread on same topic? This thread is about the solutions so needs to have them right at the top where they can be found easily an...
-
[quote="jols, post: 1584211">PGP encryption requires that both parties, the sender and the receiver, have the same matched pair of encryption keys installed within each respective email client. Thi...
-
I use SSL with ios. It does work but needs a kick in the pants to make it work. There seems to be some issue with certain imap settings, imap server types. It dislikes courier. I could never make i...
-
Blocking people from their email when they need it seems like a good way of cheesing off clients to me. Just changing them and leaving the rest of the system insecure is hopeless as you'll annoy pe...
-
[quote="jols, post: 1581951">Hmmm, so far I've tried all of these in custom_begin_smtp_helo, and we still get all email rejected for invalid HELO as a result: deny condition = ${if match {$sender_...
-
Why do you allow plaintext logins? First thing I blocked... There are a few settings to only allow secure logins so anyone using basic scripts would hopefully be stopped. It also reduces ability to...
-
Most likely is weak and guessable passwords or using non encrypted means to send login credentials. An SSL vulnerability has been published recently that is in macosx and ios. Latter has been patc...
-
Had another go with the acl_check_mail method as I was recommended to use acl_smtp_mail = acl_check_mail but it is difficult to use as acl_smtp_mail is already defined and you cannot edit what is a...