SmtpGreetingMessage

SmtpGreetingMessage

Post by Chris Fairban » Tue, 16 Jun 1998 04:00:00



How do I modify my smtp greeting to have multiple lines?  I want to
put a little legal disclaimer something like AOL does on theirs.

                Thanks,
                Chris

220-relay22.mx.aol.com ESMTP Sendmail 8.8.5/8.8.5/AOL-4.0.0; Mon, 15
Jun 1998 04:38:16 -0400 (EDT)
220-America Online (AOL) does not authorize the use of its proprietary
220-computers and computer network to accept, transmit or distribute
220 unsolicited bulk e-mail sent from the Internet.    

 
 
 

SmtpGreetingMessage

Post by Chris Fairban » Tue, 16 Jun 1998 04:00:00


Never mind.  I am braindead.  I put a /n instead of a \n :)

        Chris



>How do I modify my smtp greeting to have multiple lines?  I want to
>put a little legal disclaimer something like AOL does on theirs.

>            Thanks,
>            Chris

>220-relay22.mx.aol.com ESMTP Sendmail 8.8.5/8.8.5/AOL-4.0.0; Mon, 15
>Jun 1998 04:38:16 -0400 (EDT)
>220-America Online (AOL) does not authorize the use of its proprietary
>220-computers and computer network to accept, transmit or distribute
>220 unsolicited bulk e-mail sent from the Internet.    


 
 
 

1. A couple of questions (m4 options + SmtpGreetingMessage)

Hi,

I'm back at working with Sendmail, and there a couple of things that
puzzle me:

1. In the MC sample I found, different quotes are used to define the
alias file:

define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl          
define('ALIAS_FILE','/etc/aliases')dnl

=> If I want to move the alias file to eg. /etc/mail/alias, m4 only
works if I use standard quotes `...` instead of '...`. Why is that?

2. To allow access to the mailer, what is the reason for keeping two
files /etc/mail/access and /etc/mail/relay-domains? Finer granularity
in the former?

3. Is there a setting available in m4 to stop Sendmail from displaying
its identity + version # in the login prompt (eg. 220 linux.acme.com
ESMTP Sendmail 8.11.0/8.11.0; Mon, 27 Nov 2000 )?

 I know that I can play with SmtpGreetingMessage in sendmail.cf, but
I'd rather keep all settings in the MC file

Thx
FF.

2. GetParentRows sample needed !!!

3. SmtpGreetingMessage

4. File copy with recovery