* mts/smtp/smtp.c: added SASL support if mts configuration
authorEarl Hood <earl@earlhood.com>
Wed, 3 Feb 2010 05:56:56 +0000 (05:56 +0000)
committerEarl Hood <earl@earlhood.com>
Wed, 3 Feb 2010 05:56:56 +0000 (05:56 +0000)
commit352fe458a57061db81240c19fa4b356c7448463b
tree2a5e15e34cd6448bbf885e782b7db9683b1c08d4
parentd8916ff5d389de5ab225cd6f40aeda1b285d0f28
* mts/smtp/smtp.c: added SASL support if mts configuration
  setting is set to "sendmail".  This is useful if sendmail
  conf option is to a custom script that creates a proxy
  connection to an smtp server.

* sbr/mts.c: added support for MHMTSCONF and MHMTSUSERCONF
  envvars.  The former specifies an alternative system
  mts.conf to use.  The later specifies a user-specific
  mts.conf to use.  This one will be read after the system
  conf, so the user's conf only needs to set options they
  want to override.  The MHMTSUSERCONF allows a user to set
  personal alternative mail submission methods w/o affecting
  other users on the system.

* uip/whom.c: added SASL-based options so address checking
  can work against a server that requires SASL.
ChangeLog
mts/smtp/smtp.c
sbr/mts.c
uip/whom.c