Re: [EXIM] Customising Welcome Banners (??)

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Sheldon Hearn
日付:  
To: Andromeda
CC: Exim
題目: Re: [EXIM] Customising Welcome Banners (??)


On Tue, 10 Nov 1998 16:51:26 +0200, Andromeda wrote:

> I would like to know if there is a way to customise the default message
> (welcome banner) that Exim displays to include a custom message?
>
> Any ideas?


Yes. Read the documentation.

>From the Exim Specification:


| smtp_banner *option*
| --------------------
| 
| Option: smtp_banner
| Type: string
| Default: "see below"
| 
| This string, which is expanded every time it is used, is output as the
| initial positive response to an SMTP connection. The default setting is:
| 
|      smtp_banner = "${primary_hostname} ESMTP Exim ${version_number} \
|        #${compile_number} ${tod_full}"
| 
| Failure to expand the string causes a panic error. If you want to
| create a multiline response to the initial SMTP connection, use `\n' in
| the string at appropriate points, but not at the end.  Note that the
| 220 code is not included in this string. Exim adds it automatically
| (several times in the case of a multiline response).


Quoted section may wrap poorly for your MUA.

Ciao,
Sheldon.

--
*** Exim information can be found at http://www.exim.org/ ***