Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Postfix Documentation
Previous Page Home Next Page

Forced probe routing examples

In a typical scenario one would override the relayhost setting for address verification probes and leave everything else alone:

/etc/postfix/
main.cf:
    
relayhost = $
mydomain
    
address_verify_relayhost =
    ...

Sites behind a network address translation box might have to use a different SMTP client that sends the correct hostname information:

/etc/postfix/
main.cf:
    
relayhost = $
mydomain
    
address_verify_relayhost =
    
address_verify_default_transport = direct_smtp

/etc/postfix/
master.cf:
    direct_smtp .. .. .. ..  .. .. .. .. .. smtp
        -o 
smtp_helo_name=nat.box.tld
Postfix Documentation
Previous Page Home Next Page