Email with Postfix, Dovecot, and MySQL one virtual_user work the other go in SPAM
i have followed the linode guide step by step:
i have added two virtual users:
and two aliases:
Then i have tried to send some email test to:
and pass all test with a score of 10/10, but when i send an email from "
That give me some warning, I do not know if this is somehow related to my problem.
Anyway i don't know if helps but this is my postfix conf in main.cf:
myhostname = kingofmagic.it
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = kingofmagic.it
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailboxsizelimit = 0
recipient_delimiter = +
inet_interfaces = all
anyone can suggest me something?