Hi,
I am piping emails from a specific user to append a text file, I simply create .qmail-user and put the following
| tee -a /the/path/to/the/file
what I am looking for is piping only emails that pass the SPF and DKIM check, I want to make sure that the emails that is piped is coming from a specific domain that is also being sent legitimately from that domain.
I have access to the DNS records of the sender domain.
If your piping emails from a different server, the blocking needs completing on that server as the siteworx account on the IW server is only collecting the email
If I am wrong sorry and please provide exact setup of where the email is been piped from ie on same server or from third party server
However that said, all domains should have spf and dkims setup as default (ours do where the nameservers point to our platforms)
Please be aware though, some emails do get through where the spf and dkims match records even if email sent is using a different domain.
That make sense, but how would I make sure that emails are passing spam assassin before being piped? or does it already pass spam assassin by default if spam assassin is on?