Advertisement
dalagiorgos

Untitled

Feb 15th, 2022
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  2.  
  3.  
  4. # Debian specific: Specifying a file name will cause the first
  5. # line of that file to be used as the name. The Debian default
  6. # is /etc/mailname.
  7. #myorigin = /etc/mailname
  8.  
  9. smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
  10. biff = no
  11.  
  12. # appending .domain is the MUA's job.
  13. append_dot_mydomain = no
  14.  
  15. # Uncomment the next line to generate "delayed mail" warnings
  16. #delay_warning_time = 4h
  17.  
  18. readme_directory = no
  19.  
  20. # See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on
  21. # fresh installs.
  22. compatibility_level = 2
  23.  
  24. relayhost=[mail.sch.gr]:587
  25. smtp_sasl_auth_enable = yes
  26. smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
  27. smtp_sasl_security_options = noanonymous
  28. smtp_tls_CAfile = /etc/postfix/cacert.pem
  29. smtp_use_tls=yes
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement