remove Exim version number

Hello,

update /etc/exim.conf and set your custom smtp_banner.

http://www.exim.org/exim-html-current/doc/html/spec_html/ch-main_configuration.html

Note, you might lose your customization as soon as custombuild script updates the exim.conf.

If you use custombuild 2.x you might follow this:

Code:
echo "smtp_banner=\$smtp_active_hostname ESMTP Exim \$tod_full" >> /etc/exim.variables.conf.custom
cd /usr/local/directadmin/custombuild/
./build update
./build exim_conf

And the try:

Code:
# telnet localhost 25

you might see something similar to:

Code:
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 server.domain.com ESMTP Exim Tue, 25 Aug 2015 23:41:57 +0600
 
Last edited:
Back
Top