Re: Question regarding new domains on server
Timo Brandt <[email protected]>
| Newsgroups | gmane.mail.virus.amavis.user |
|---|---|
| Message-ID | <[email protected]> |
Hey. I removed the dots and restarted postfix and amavis but nothing changed. For umweltsynergien.de Spam-Header are set, for timo-brandt.de not Timo Am 2022-05-19 15:28, schrieb Matus UHLAR - fantomas: > On 19.05.22 15:18, Timo Brandt wrote: > >> I added the domains inside the 05-domain_id under /etc/amavis/conf.d >> in this way: >> >> @local_domains_acl = ( ".$mydomain", ".umweltsynergien.de", >> ".timo-brandt.de"); >> >> For umweltsynergien.de the spam headers are added - for timo-brandt.de >> not. > > try to remove leading dots: > > @local_domains_acl = ( "umweltsynergien.de", "timo-brandt.de" ); > > Am 2022-05-19 14:44, schrieb Benny Pedersen: > > On 2022-05-19 14:28, Timo Brandt wrote: > > Maybe you can advise me what to do? > Do you need any config files to be shown? > amavisd does not add headers to recipints not local, so make sure all > domains is known to be local with a domain list for amavisd, if not > that, post amavisd logs for what happens > > i do not use amavisd anymore, but i remember how amavisd works still :)