Hi

I have a strange problem. I have 2 mail servers there cannot send mail to me.

Installation information:
HAProxy version 2.9.9-1ppa1~jammy 2024/06/14 - https://haproxy.org/
Status: stable branch - will stop receiving fixes around Q1 2025.
Known bugs: http://www.haproxy.org/bugs/bugs-2.9.9.html
Running on: Linux 5.15.0-117-generic #127-Ubuntu SMP Fri Jul 5 20:13:28 UTC 
2024 x86_64

I have this configuration

frontend FrontEnd_XMail_SMTP_SMTPS
        mode tcp
        log global
        option socket-stats
        option tcplog
        maxconn 1000
        timeout client 30000

        bind ##.##.##:##:25
        bind ##.##.##:##:587

        acl SMTP dst_port 25
        acl SMTPS dst_port 587

        use_backend HA_DAG_XMail_SMTP if SMTP
        use_backend HA_DAG_XMail_STARTTLS if SMTPS

But I get many of these in the log file
192.3.3.138:64809 [26/Aug/2024:12:46:52.574] FrontEnd_XMail_SMTP_SMTPS 
HA_DAG_XMail_SMTP/XMailDB01 1/0/5873 6533 -- 12/1/0/0/0 0/0.

But I cannot see what is wrong.
I have tried to see in the mail server to se what the error message is here, 
but my configuration removes the source IP and exchange it with the IP from 
HAProxy, which make it difficult to follow the message.

Is there a way to write payload from the request to the logfile, so I have a 
change to see what is the problem.

Regards
Henning

Reply via email to