projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ba87b1
)
We ignore the fact that the user requested SASL, since the pipe to the
author
Kimmo Suominen
<kimmo@suominen.com>
Sun, 16 Jul 2000 04:23:50 +0000
(
04:23
+0000)
committer
Kimmo Suominen
<kimmo@suominen.com>
Sun, 16 Jul 2000 04:23:50 +0000
(
04:23
+0000)
mailer is secure. This allows for easier sharing of the MH profile
across hosts.
mts/sendmail/sendmail.c
patch
|
blob
|
history
diff --git
a/mts/sendmail/sendmail.c
b/mts/sendmail/sendmail.c
index
8273f14
..
9a9c725
100644
(file)
--- a/
mts/sendmail/sendmail.c
+++ b/
mts/sendmail/sendmail.c
@@
-120,10
+120,6
@@
sm_init (char *client, char *server, int watch, int verbose,
client = LocalName(); /* no clientname -> LocalName */
}
- if (sasl)
- return sm_ierror("SASL authentication not supported with the "
- "Sendmail MTA");
-
#ifdef ZMAILER
if (client == NULL || *client == '\0')
client = "localhost";