Add a new config option to dma(8). If a user wants to use plain text SMTP
authorMatthias Schmidt <matthias@dragonflybsd.org>
Mon, 4 Feb 2008 10:11:41 +0000 (10:11 +0000)
committerMatthias Schmidt <matthias@dragonflybsd.org>
Mon, 4 Feb 2008 10:11:41 +0000 (10:11 +0000)
commitb558d0986b5f12ba213d413b4a7c064ad33909a3
tree6e6e0bcd18c0bc5a2273ea85a44454fca9b21602
parent5c4cbc76abf483148a8fd6dc356bd49ba7fdd413
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