This is for a shared server that I maintain. One of the accounts has recently been sending a high number of emails, and under the "Relayers" list, it shows a different account as the sender.
For example, assume that their domain is example.com, the Relayers list shows:
Sender: [email protected]
Destination: [email protected]
Nacha.org has a warning on their site about phishing emails, so I don't feel bad about showing their name here. It's not their fault; someone is just spoofing them as the sender.
Regardless, an account that usually sends 30-40 emails a day is now sending 800, so I'm sure that there's a virus on their end, somewhere.
The question is, how do I prevent their account from sending emails that do not list their domain as the sender? I tried adding an SPF filter, but I'm not sure if this will do it. To do so, I added this to their DNS zone:
example.com.
14400
IN TXT
"v=spf1 a mx -all"
Is this going to do what I want? I assume that, since there was no TXT item here before, then I won't find out for 14,400 seconds if it worked. If not, what can I do to prevent it, while waiting on the client to fix their virus?
For example, assume that their domain is example.com, the Relayers list shows:
Sender: [email protected]
Destination: [email protected]
Nacha.org has a warning on their site about phishing emails, so I don't feel bad about showing their name here. It's not their fault; someone is just spoofing them as the sender.
Regardless, an account that usually sends 30-40 emails a day is now sending 800, so I'm sure that there's a virus on their end, somewhere.
The question is, how do I prevent their account from sending emails that do not list their domain as the sender? I tried adding an SPF filter, but I'm not sure if this will do it. To do so, I added this to their DNS zone:
example.com.
14400
IN TXT
"v=spf1 a mx -all"
Is this going to do what I want? I assume that, since there was no TXT item here before, then I won't find out for 14,400 seconds if it worked. If not, what can I do to prevent it, while waiting on the client to fix their virus?