]> git.sur5r.net Git - openldap/commit
Added support for doing routing at the MTA, that is the right thing
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 5 Apr 2000 19:15:33 +0000 (19:15 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Wed, 5 Apr 2000 19:15:33 +0000 (19:15 +0000)
commit4cf241aa69f4e03dedbac1fc0f51e295ee85ed02
treedbea4a10995e33af128fdec05fd6a91b2d10656d
parentf67aea132164b3d79894279a4cfbfdc5d5a97830
Added support for doing routing at the MTA, that is the right thing
anyway.  A new syntax is defined, "present", that indicates that
values of an attribute type are not used, only presence is
significant.  To do routing at the MTA, define both mailHost and
mailRoutingAddress with syntax "present".  Otherwise, use "host" and
"rfc822" and mail500 will try to do routing by itself, if possible.
Read the comments in the code for the ugly details.
Added a new configuration line "own-address" that describes the FQDN of
our host to compare with mailHost.  The line can be repeated.
clients/mail500/main.c