python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Regular expression test ; (\bSubject:\b)(?!=\bSubject:test.com\b)
Ok I need this to be working.
As postfix bodycheck go through each line...I need some sort of if else.
If this is subject line and I want to check subject and NOT subject:test.com to be true
(\bSubjec...
alex K
Votes: 0
Answers: 1
POSTFIX- BODY_CHECK - Regular expression not working
/etc/postfix/smtp_body_checks
/(?!X-PPP-Vhost: test.com)(?!.|\n|\r)*(\btest.com\b)/ REJECT SPAM EMAIL
Basically email body will have domain at end if its valid email send my users not some spam send...
alex K
Votes: 0
Answers: 1
How can Postfix filter email (DKIM) without keeping the message in memory and without writing it to disc twice?
I need to DKIM sign possibly huge emails (up to 150MB). I’m running Postfix and so far want to keep that MTA.
Conceptually DKIM needs to go over the email twice: once to calculate and sign the checksu...
Robert Siemer
Votes: 0
Answers: 1
Connection refused when trying to send mail using postfix
I want to use the mail() function in PHP. In order to do that, I've installed postfix. I am running on Ubuntu 18.04.
My problem is that I can't send mail as I have a "connection refused" out...

Ailiganon
Votes: 0
Answers: 2