# This file contains a list of remote servers to which to send each # message. Each line of this file contains a remote host name or # address followed by an optional protocol string, separated by # white space. The protocol name defaults to smtp, and may be # followed by command-line arguments for that module. For example, to # connect to port 2525 on your SMTP smart host, which also requires # SMTP authentication, use: # smarthost.dom smtp --port=2525 --user=user --pass=pass # If your smarthost requires LOGIN authentication instead of the # default PLAIN method, use: # smarthost.dom smtp --port=2525 --auth-login --user=user --pass=pass