\documentclass{article}
\usepackage{ulem}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{headings}
\begin{document}
\part{See /usr/share/postfix/main.cf.dist for a commented, more complete version}
\part{Debian specific:  Specifying a file name will cause the first}
\part{line of that file to be used as the name.  The Debian default}
\part{is /etc/mailname.}
\#myorigin = /etc/mailname

smtpd\_banner = \$myhostname ESMTP \$mail\_name (Ubuntu)<br />
biff = no

\part{appending .domain is the MUA's job.}
append\_dot\_mydomain = no

\part{Uncomment the next line to generate "delayed mail" warnings}
\#delay\_warning\_time = 4h

readme\_directory = no

\part{TLS parameters}
smtpd\_tls\_cert\_file=/etc/ssl/certs/ssl-cert-snakeoil.pem<br />
smtpd\_tls\_key\_file=/etc/ssl/private/ssl-cert-snakeoil.key<br />
smtpd\_use\_tls=yes<br />
smtpd\_tls\_session\_cache\_database = btree:\$\{data\_directory\}/smtpd\_scache<br />
smtp\_tls\_session\_cache\_database = btree:\$\{data\_directory\}/smtp\_scache

\part{See /usr/share/doc/postfix/TLS\_README.gz in the postfix-doc package for}
\part{information on enabling SSL in the smtp client.}
smtpd\_relay\_restrictions = permit\_mynetworks permit\_sasl\_authenticated defer\_unauth\_destination<br />
myhostname = spencer.horde.org<br />
alias\_maps = hash:/etc/aliases<br />
alias\_database = hash:/etc/aliases<br />
myorigin = /etc/mailname<br />
mydestination = spencer.horde.org, localhost.horde.org, , localhost<br />
relayhost =<br />
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128<br />
mailbox\_command = procmail -a "\$EXTENSION"<br />
mailbox\_size\_limit = 0<br />
recipient\_delimiter = +<br />
inet\_interfaces = all<br />
inet\_protocols = all

\end{document}
