Tech C**P
15 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
Why Axigen Mail Server log gives the error of Unable to perform STARTTLS and how to solve it?

Axigen by default initiate a TLS connection with the target mail server. When the target mail server does not accept TLS, Axigen will mark the mail message as Relay error with the error of Unable to perform STARTTLS.

It is suggest to leave this behaviour as is, but in case there is an exception that you want to send mail to that mail server you need to ignore TLS for the target. In order to do so login to Axigen webadmin interface and:

1- Navigate to Security & Filtering -> Acceptance & Routing -> Advanced Settings

2- Click the Add Acceptance / Routing Rule button

3- Write a suggestive name for the rule like disable_tls_example_com

4- In the Conditions section add the following two conditions:
- Recipient -> Domain -> add the condition -> select 'Is' from the combo box -> write Name_of_the_domain (example.com) in the combo box.
- Delivery -> Relaying mail -> click add the condition

5- Select at the top of the Conditions section For incoming messages that match -> ALL of the conditions below (instead of the default `ANY of the conditions below`)

6- in the Actions section select Settings -> Allow StartTLS -> add the action. DO NOT tick the check-box next to Allow StartTLS.

Now click SAVE CONFIGURATION button. Your're done and you should see something like below in your axigen log file:

Set recipient <info@example.com> state to SENT

#mailserver #axigen #TLS #STARTTLS