# port to connect to; defaults to 25 for non-SSL, 465 for 'ssl', 587 for 'starttls'
our$smtp_server_port=25;
# this is the helo we [the vacation script] use on connection; you may need to change this to your hostname or something,
# depending upon what smtp helo restrictions you have in place within Postfix.
our$smtp_client='localhost';
# SMTP encryption protocol used for sending.
# Can be '', 'starttls' or 'ssl'
# see "perldoc Email::Sender" (search for "ssl") for details
# Leave it blank if you don't use authentication
# send mail encrypted or plaintext
# if 'starttls', use STARTTLS; if 'ssl' (or 1), connect securely; otherwise, no security
our$smtp_ssl='';
# Options passed to Net::SMTPS constructor for 'ssl' connections or to starttls for 'starttls' connections; should contain extra options for IO::Socket::SSL
# see "perldoc Email::Sender" (search for "ssl_options") for details
our$smtp_ssl_options='';
# Maximum time in secs to wait for server; default is 120
# see "perldoc Email::Sender" (search for "timeout") for details
# maximum time in secs to wait for server; default is 120
our$smtp_timeout='120';
# username used to login to the server
our$smtp_authid='someuser';
# password used to login to the server
our$smtp_authpwd='somepass';
# sasl_username: the username to use for auth; optional
our$smtp_authid='';
# sasl_password: the password to use for auth; required if username is provided
our$smtp_authpwd='';
# This specifies the mail 'from' name which is shown to recipients of vacation replies.
# If you leave it empty, the vacation mail will contain: