Topic: enable port 465
==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): pro latest
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version: debian 9
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): mysql
- Web server (Apache or Nginx):nginx
- Manage mail accounts with iRedAdmin-Pro? yes
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
for enabling postfix smtp service on port 465 as per
https://docs.iredmail.org/enable.smtps.html
had a few questions
1) # Submission, port 587, force TLS connection.
submission inet n - n - - smtpd
-o syslog_name=postfix/submission
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o content_filter=smtp-amavis:[127.0.0.1]:10026
# SSL PORT 465
465 inet n - n - - smtpd
-o syslog_name=postfix/smtps
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o content_filter=smtp-amavis:[127.0.0.1]:10026
QUESTION 1
We are starting an addition service ie smtps on 465
can we call two amavis instances using same port number ie 10026 in the postfix master.cf or do we need to add another port say 10023 in amavs?
normally for different types of service we start amavis on multiple ports
$inet_socket_port = [10024, 10026, 10027, 9998];
QUESTION 2) do we need to increase the number of connections in postfix master.cf due to port 465 ?
smtp-amavis unix - - n - 252 smtp
############
# Amavisd integration.
smtp-amavis unix - - n - 252 smtp
-o syslog_name=postfix/amavis
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o max_use=20
thanks
rajesh
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.