From a016460027f89e7c81106a0560d1d495f727c182 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 10 Mar 2002 19:59:59 +0000 Subject: Expose the ESMTP name and password options. svn path=/trunk/; revision=3596 --- fetchmail.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index d7dbf59c..fa7b4625 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -873,6 +873,7 @@ static int load_params(int argc, char **argv, int optind) def_opts.server.protocol = P_AUTO; def_opts.server.timeout = CLIENT_TIMEOUT; + def_opts.server.esmtp_name = user; def_opts.warnings = WARNING_INTERVAL; def_opts.remotename = user; def_opts.listener = SMTP_MODE; -- cgit v1.2.3