skip to Main Content

SPF and DMARC PASS but DKIM 'FAIL' with domain XXX? – Debian

After searching a lot and checking lots of tutorials and q&a, I didn't find the answer! I'm using virtualmin on Debian. I enabled DKIM and use PHPMailer: require("external/mail2/class.phpmailer.php"); require("external/mail2/class.smtp.php"); $mail= new PHPMailer(); $mail->IsSMTP(); $mail->SMTPAuth=true; $mail->Host = "mail.rexobit.com"; $mail->Username= "my user…

VIEW QUESTION
Back To Top
Search