Editing Exim's Banner
Posted
by
Tiffany Walker
on Server Fault
See other posts from Server Fault
or by Tiffany Walker
Published on 2012-10-25T02:31:03Z
Indexed on
2012/10/25
5:06 UTC
Read the original article
Hit count: 452
Is there a way to place EXIM smtp banner on 1 line instead of 3 lines? The banner starts with 220. I've been searching but can not find a way.
under /etc/exim.conf I have
#todd host's
smtp_banner = "${primary_hostname} ESMTP Exim ${version_number} \
\#${compile_number} ${tod_full} \n\
We do not authorize the use of this system to transport unsolicited, \n\
and/or bulk e-mail."
do i make that one line?
© Server Fault or respective owner