User Tools

Site Tools


linux:postfix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:postfix [2017/03/10 19:41] rlunarolinux:postfix [2017/03/12 15:33] – [Config] rlunaro
Line 30: Line 30:
 # See /usr/share/postfix/main.cf.dist for a commented, more complete version # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  
 +
 +mail_owner = postfix
  
 # Debian specific:  Specifying a file name will cause the first # Debian specific:  Specifying a file name will cause the first
Line 45: Line 47:
  
 relay_domains = $mydestination relay_domains = $mydestination
 +
 +smtp_generic_maps = hash:/etc/postfix/generic
  
 smtpd_banner = $myhostname ESMTP $mail_name smtpd_banner = $myhostname ESMTP $mail_name
Line 56: Line 60:
  
 readme_directory = no readme_directory = no
 +compatibility_level = 2
 +
 +inet_interfaces = all
 +inet_protocols = all
 +
 +smtpd_use_tls = no
 +smtp_use_tls = no 
  
  
Line 64: Line 75:
  
 <code> <code>
-ufw allow 25 465 586+ufw allow 25 465 587
 </code> </code>
  
linux/postfix.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1