Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 17:52:44 +0200
From:      Christopher Illies <Christopher.Illies@ki.se>
To:        Wayne Sierke <ws@au.dyndns.ws>
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   RE: Sendmail as client via smarthost and ssl
Message-ID:  <F3AFB0E3A0FF1F44833C16C79ED54F724BE42A5C72@KIMSXCLU01.user.ki.se>
In-Reply-To: <1288280390.32933.128.camel@predator-ii.buffyverse>
References:  <F3AFB0E3A0FF1F44833C16C79ED54F724BE42A5C70@KIMSXCLU01.user.ki.se>, <1288280390.32933.128.camel@predator-ii.buffyverse>

next in thread | previous in thread | raw e-mail | index | archive | help

>On Thu, 2010-10-28 at 14:49 +0200, Christopher Illies wrote:
><snip>
>>
>> define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5
>> LOGIN PLAIN')dnl FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dn=
l
>>
>> dnl Set port define(`RELAY_MAILER_ARGS', `IPC $h 587')
<
>I can't speak to the validity of the technique that you're attempting to
>use, however the 'dnl' directive is an instruction to ignore the rest of
>the line (c.f. '#' in shell scripts, etc., in fact I believe 'dnl' is a
>mnemonic for something like "delete to newline" or "discard to
>newline").
>
>In which case these are probably intended to be:
>
>        define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5=
 LOGIN PLAIN')dnl
>        FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dnl
>
>        dnl Set port
>        define(`RELAY_MAILER_ARGS', `IPC $h 587')dnl
>
>
>Wayne

Yes, you are right. This is not only how these lines are intended to
be, this is how they actually look like. Some newlines were deleted while
copy-and-pasting these lines. Sorry for the confusion.

Christopher





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F3AFB0E3A0FF1F44833C16C79ED54F724BE42A5C72>