Suggestion for new functions Tommy
    Suggestion for new functions Synametrics Support
        Suggestion for new functions Tommy
            Suggestion for new functions Synametrics Support

From: Tommy
Date: 10/2/25 4:13 AM
Topic: Suggestion for new functions
Type: General Discussions
Post a follow up

1: No STARTTLS funtion for some ip/ ip range. Like MDaemon,the they such functions:

# No STARTTLS List
# SMTP connections to hosts/IPs on this list will not use STARTTLS.
# SMTP connections from hosts/IPs on this list cannot use STARTTLS.

Sometimes,there is tls issue but hard to find out the reason,we don't have any problem with others sending or receiving,and the sender said they didn't have any problem with all other except us.

2025-09-20 17:23:48,528 - [ 84724] ************ New connection from: 162.130.196.231:25
2025-09-20 17:23:48,589 - [ 84724] C --> EHLO smtp03.marriott.com
2025-09-20 17:23:48,768 - [ 84724] S <-- 250-smtp03.marriott.com. Pleased to meet you
2025-09-20 17:23:48,769 - [ 84724] S <-- 250-SIZE 36700160
2025-09-20 17:23:48,769 - [ 84724] S <-- 250-STARTTLS
2025-09-20 17:23:48,769 - [ 84724] S <-- 250 OK
2025-09-20 17:23:48,888 - [ 84724] C --> STARTTLS
2025-09-20 17:23:48,889 - [ 84724] S <-- 220 Go ahead
2025-09-20 17:23:49,031 - [ 84724] ~~~~~~~~~~~~ Connection Terminated (503:999999) Unexpected input termination. Connection terminated without a graceful QUIT.

2025-09-20 22:36:54,203 - [ 85014] ************ New connection from: 162.130.196.234:25
2025-09-20 22:36:54,263 - [ 85014] C --> EHLO smtp09.marriott.com
2025-09-20 22:36:54,335 - [ 85014] S <-- 250-smtp09.marriott.com. Pleased to meet you
2025-09-20 22:36:54,335 - [ 85014] S <-- 250-SIZE 36700160
2025-09-20 22:36:54,335 - [ 85014] S <-- 250-STARTTLS
2025-09-20 22:36:54,335 - [ 85014] S <-- 250 OK
2025-09-20 22:36:54,454 - [ 85014] C --> STARTTLS
2025-09-20 22:36:54,455 - [ 85014] S <-- 220 Go ahead
2025-09-20 22:36:54,588 - [ 85014] ~~~~~~~~~~~~ Connection Terminated (385:999999) Unexpected input termination. Connection terminated without a graceful QUIT.

 

2: NDR always BCC function

Already bcc to an email address for NDR,it is very import for administrator to know the emails status.

Top

From: Synametrics Support
Date: 10/3/25 7:56 PM
Topic: Suggestion for new functions
Type: General Discussions
Post a follow up

Tommy,

Your suggestion #1 will be implemented in the next version. This will be done by specifying desired IP addresses (one per line) in the $INSTALL_DIR\config\starttls_exceptions.txt file. 

Your suggestion #2 is already there. Please send us your AppConfig.xml file via email. We will modify it and send it back to you, which will enable this feature.

 

Top

From: Tommy
Date: 10/4/25 9:47 AM
Topic: Suggestion for new functions
Type: General Discussions
Post a follow up

Just tell how to motify the setting public,I think other also need such setting.

The best way is that it can be set from the control pannel.

Top

From: Synametrics Support
Date: 10/6/25 12:00 PM
Topic: Suggestion for new functions
Type: General Discussions
Post a follow up

Tommy,

Many parameters in Xeams can only be configured by modifying specific files. This is done by design to avoid cluttering the web interface. For example, you're the second person to ask for this feature in the past twenty years. Therefore, it does not make any sense to put it in the web interface. 

In any case, here is how you would change the value:

  • Stop Xeams
  • Modify AppConfig.xml
  • Refer to the parameter called configFlags, which is a 64-bit integer containing 64 boolean flags. You need to change the 23rd bit to true. 
  • Save the file
  • Restart Xeams

 

Top