Roundcube Community Forum

 

Messages sent by a filter ends up in spam

Started by bcnx, August 11, 2023, 03:00:55 PM

Previous topic - Next topic

bcnx

Quote from: Dmitry42 on August 14, 2023, 08:58:45 PMAs I remember I have similar problem when I setup postfix first time.
So now I have configs (who can affect to server name or use it):


root@mail:~# hostname
Quotemail.domain.ru

/etc/postfix/main.cf :

Quote#myorigin = /etc/mailname
...
# appending .domain is the MUA's job.
append_dot_mydomain = no
...
myhostname = mail.domain.ru
mydestination = localhost.$mydomain, localhost, localhost.localdomain, $myhostname
virtual_mailbox_domains =  domain.ru




Hi,

Because we still have separate SPF issues because of the fact that RoundCube managesieve messages have the @FQDN as Message-ID instead of the domain, we try to change that, but the Postfix line

append_dot_mydomain = no

does not work, even though mydomain is configured correctly. What else could be wrong?

Thanks,

BC