From a43b8133fd524395bf38ff7d7576dad197c11747 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 12 Sep 1996 19:31:09 +0000 Subject: Make SMTP forwarding the default. svn path=/trunk/; revision=93 --- options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'options.c') diff --git a/options.c b/options.c index 78693e0f..8a86dc16 100644 --- a/options.c +++ b/options.c @@ -334,7 +334,8 @@ struct hostrec *queryctl; strcpy(queryctl->localname,pw->pw_name); strcpy(queryctl->remotename,pw->pw_name); sprintf(queryctl->userfolder, USERFOLDER, pw->pw_name); - queryctl->output = TO_MDA; + strcpy(queryctl->smtphost, "localhost"); + queryctl->output = TO_SMTP; (void) sprintf(queryctl->mda, DEF_MDA, queryctl->localname); poprcfile = -- cgit v1.2.3