- Server operating system version
- Centos 7.7
- Plesk version and microupdate number
- Plesk Obsidian 18.0.74.3
Hello,
I'm trying to reduce the "Concurrent Connections" for sending hotmail/outlook emaails.
The default value is 20. Hotmail requires a value of 3.
So, I;ve added certain lines at *the end* of the following files in postfix.
master.cf
hotmail-throttle unix - - n - 3 smtp
-o syslog_name=postfix-hotmail
-o smtp_destination_rate_delay=1s
-o smtp_destination_concurrency_limit=3
transport
hotmail.com hotmail-throttle:
outlook.com hotmail-throttle:
live.com hotmail-throttle:
msn.com hotmail-throttle:
main.cf
transport_maps = hash:/etc/postfix/transport
When either of the the following commands are run
# postmap /etc/postfix/transport
# postfix reload
This message is displayed"
postmap: warning: /etc/postfix/main.cf, line 735: overriding earlier entry: transport_maps=, hash:/var/spool/postfix/plesk/transport
line 735:
This is the line I added at the bottom of the file "main.cf"
transport_maps = hash:/etc/postfix/transport
What am I doing wrong, please?
I'm trying to reduce the "Concurrent Connections" for sending hotmail/outlook emaails.
The default value is 20. Hotmail requires a value of 3.
So, I;ve added certain lines at *the end* of the following files in postfix.
master.cf
hotmail-throttle unix - - n - 3 smtp
-o syslog_name=postfix-hotmail
-o smtp_destination_rate_delay=1s
-o smtp_destination_concurrency_limit=3
transport
hotmail.com hotmail-throttle:
outlook.com hotmail-throttle:
live.com hotmail-throttle:
msn.com hotmail-throttle:
main.cf
transport_maps = hash:/etc/postfix/transport
When either of the the following commands are run
# postmap /etc/postfix/transport
# postfix reload
This message is displayed"
postmap: warning: /etc/postfix/main.cf, line 735: overriding earlier entry: transport_maps=, hash:/var/spool/postfix/plesk/transport
line 735:
This is the line I added at the bottom of the file "main.cf"
transport_maps = hash:/etc/postfix/transport
What am I doing wrong, please?
Last edited by a moderator: