Hello,

I followed this guide :
https://poolp.org/posts/2019-09-14/setting-up-a-mail-server-with-opensmtpd-dovecot-and-rspamd/

It worked fine but I have a minor issue...

When I send an e-mail from a real user of a server ([email protected])
to a real user of the MX server ([email protected]), the e-mail lands into
the junk folder of the user foo.

I would want to create a whitelist of trusted servers with a simple
mechanism and I try to do that with smtpd filters but it does not work.

filter whitelist \
    phase connect \
    match rdns <whitelist> \
    match fcrdns \
    bypass

When I test smtpd.conf with "smtpd -n", I get an error on the line "match
fcrdns".

Is it not possible to chain multiple matches in a single filter ?


Regards.

Reply via email to