FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


middleware:postfix:main.cf.html



Differences

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

Link to this comparison view

Next revision
Previous revision
middleware:postfix:main.cf.html [2017/11/22 00:53]
kurihara created
middleware:postfix:main.cf.html [2018/02/19 01:25]
kurihara
Line 1: Line 1:
 [[middleware:postfix:index.html|]] [[middleware:postfix:index.html|]]
-====== Postfix /etc/postfix/main.cf Configuration ======+====== Postfix Configuration /etc/postfix/main.cf ======
  
 +\\
 +{{INLINETOC}}
 +\\
  
-<sxh bash toolbar:false gutter:false>+===== My /etc/postfix/main.cf ===== 
 + 
 +<sxh python toolbar:false gutter:false>
 #============================================================================== #==============================================================================
 #/etc/postfix/main.cf #/etc/postfix/main.cf
Line 41: Line 46:
 #relay_domains #relay_domains
 relay_domains = $mydestination relay_domains = $mydestination
-relay_domains =  # this mail server doesn't receive mail.+#relay_domains =  # this mail server doesn't receive mail.
  
 alias_maps = hash:/etc/aliases alias_maps = hash:/etc/aliases
Line 66: Line 71:
 </sxh> </sxh>
  
 +\\
 +===== Note =====
 +==== Specify the source IP with multiple Postfix ====
 +<sxh python toolbar:false gutter:false>
 +#Postfix A
 +inet_interface=all
 +smtp_bind_address=192.168.1.10
 +</sxh>
 +
 +<sxh python toolbar:false gutter:false>
 +#Postfix B
 +inet_interface=all
 +smtp_bind_address=192.168.2.10
 +</sxh>
 +
 +
 +
 +
 +
 +\\
 +<WRAP box 90%>
 +<catlist -noAddPageButton -smallHead -sortAscending>
 +</WRAP>
  
  


middleware/postfix/main.cf.html.txt · Last modified: 2018/02/19 01:25 by kurihara