Tagged Questions
2
votes
3answers
34 views
Should I reject email on SPF and/or DKIM failures?
I’m administering a mail server (cPanel/WHM) running Exim. It handles normally a few hundreds incoming emails per day for our customers.
I’m not sure if I should reject SPF and/or DKIM failures for ...
0
votes
0answers
55 views
EXIM4 sent mail sometimes rejected, always put in spam. DKIM and SPF pass + reverse DNS
Recently I've been seeing some instances of Your access to this mail system has been rejected due to the sending MTA's poor reputation. in my maillog and have noticed that my emails have been getting ...
1
vote
1answer
379 views
FROM: header is forged, SENDER: is legit , spam is delivered. how to detect?
In short:
What happens: FROM: header is forged, SENDER: is legit , spam is delivered.
What i need: Detect forged FROM: when possible, block delivery
Explained:
I have a exim server (on cpanel ...
1
vote
1answer
667 views
How can I change exim's DKIM and SPF for emails sent?
I've now spent 2 hours trying to figure out this issue and I am about to give up and go to bed. I've been having issues with Gmail rejecting emails from my VPS server because of false spam alerts ...
0
votes
4answers
974 views
Exim mail server: When I send test mail to my Gmail, how can I hide my hostname after “via”?
I just set up Exim for sending email from a website using this guide:
http://library.linode.com/email/exim/send-only-mta-ubuntu-10.04-lucid
All done with no problem.
When I open a test mail I sent ...
1
vote
2answers
150 views
Trying to configure email server for sending only
I need to install Postfix or Exim to be able to send emails from my web server's php code. I have a few questions hopefully I can find answers to:
Could mail be rejected or sent to spam on ...
1
vote
2answers
1k views
Does Google/Gmail & Yahoo/YMail cache DNS information related to SPF?
I am configuring my linode server to send mail from my webapp to users. I could use GoogleApps, but the 500/day limit it too restrictive, hence I'm attempting to set it up myself.
I set up Exim4 on ...