U
UFHH01
Guest
Hi Shiney,
for your modification:
Pls. try to follow the official postfix documentation when you edit postfix configuration files:
for your modification:
SO I then added:
# ================================================================================
# Special configurations to fit SMTP banner and certificates - Plesk-modified
# ================================================================================
plesk-domainname.co.uk-123.45.67.89- unix - n n - - smtp
-o smtpd_tls_key_file=/domain/ssl/certs/domainname.key
-o smtpd_tls_cert_file=/domain/ssl/certs/domainname.pem
-o smtpd_enforce_tls=yes
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
... you should rather use:
Code:
plesk-domainname.co.uk-123.45.67.89- unix - n n - - smtp
-o smtpd_tls_key_file=/domain/ssl/certs/domainname.key
-o smtpd_tls_cert_file=/domain/ssl/certs/domainname.pem
-o smtpd_enforce_tls=yes
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtp_bind_address=123.45.67.89
-o smtp_bind_address6=
-o smtp_address_preference=ipv4
-o smtp_helo_name=domainname.co.uk
-o myhostname=mail.domainname.co.uk
-o cleanup_service_name=pre-cleanup
Pls. try to follow the official postfix documentation when you edit postfix configuration files:
http://www.postfix.org/postfix-manuals.html
You will notice, that it is very important, that you follow the instructions, as for example the usage of whitespaces and new ( logical ) lines, because if you ignore that, you will experience issues/errors/problems.
It might be as well a good idea to CHECK your modifications for syntax errors ( and permission issues ) with the following command over your command line: "postfix check"
You will notice, that it is very important, that you follow the instructions, as for example the usage of whitespaces and new ( logical ) lines, because if you ignore that, you will experience issues/errors/problems.
It might be as well a good idea to CHECK your modifications for syntax errors ( and permission issues ) with the following command over your command line: "postfix check"