Add a new config option to dma(8). If a user wants to use plain text SMTP
commit2ae77b7600bddf8c6255b874d438729b26684858
authorMatthias Schmidt <matthias@dragonflybsd.org>
Mon, 4 Feb 2008 10:11:41 +0000 (4 10:11 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Mon, 4 Feb 2008 10:11:41 +0000 (4 10:11 +0000)
tree7a1d52efab125dcfe8d6a1ef810f08fec81eadac
parent0d917c7ef88748554e02b395b1f91743c59991d6
Add a new config option to dma(8).  If a user wants to use plain text SMTP
login over an insecure connection, he has to set the INSECURE option in
the config file.  Otherwise plain text login is only available over encrypted
connections.

Discussed-with: corecode@
etc/dma/dma.conf
libexec/dma/conf.c
libexec/dma/dma.8
libexec/dma/dma.h
libexec/dma/net.c