exim4, avoid emails end up in spam folder
Posted
by
MultiformeIngegno
on Server Fault
See other posts from Server Fault
or by MultiformeIngegno
Published on 2013-10-27T18:13:16Z
Indexed on
2013/10/27
21:55 UTC
Read the original article
Hit count: 321
I have a VPS: I set up exim, problem is emails always go in the spam folder.. this is a sample header:
http://pastebin.com/raw.php?i=4NJ2ZaUs
As you can see it PASSes SPF test but still emails don't pass spam filters (I tried with Gmail).. Here's my exim config:
dc_eximconfig_configtype='internet'
dc_other_hostnames='MY_DOMAIN'
dc_local_interfaces=''
dc_readhost='MY_DOMAIN'
dc_relay_domains='MY_DOMAIN'
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost='MY_DOMAIN'
CFILEMODE='644'
dc_use_split_config='false'
dc_hide_mailname=''
dc_mailname_in_oh='true'
dc_localdelivery='mail_spool'
Why does this happen?
© Server Fault or respective owner