Oscar Mas wrote: > Hi to all: > > I use exim4 with split configuration. When a user send a mail to my > server he say: > > 2007-11-23 17:22:41 rejected EHLO from [217.116.29.3]: syntactically > invalid argument(s): domain_domain.net > > The problem is the "_", I edit > Thanks to all, but when I modify:
server:/etc/exim4/conf.d/acl# vi 00_exim4-config_header # This option can be set to a string of rogue characters that are permitted in # all EHLO and HELO names in addition to the standard letters, digits, hyphens, # and dots. .ifdef HELO_ALLOW_CHARS helo_allow_chars = HELO_ALLOW_CHARS else default set helo_allow_chars = _ .endif server:/etc/exim4/conf.d/acl# update-exim4.conf && /etc/init.d/exim4 restart server:/etc/exim4/conf.d/acl# exim4 -bP | grep helo_allow_chars helo_allow_chars = server:/etc/exim4/conf.d/acl# telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 220 quini-office.quinielista.com ESMTP Exim 4.50 Mon, 26 Nov 2007 10:21:07 +0100 helo domain_test 501 Syntactically invalid HELO argument(s) ^] telnet> quit Connection closed. Thanks -- ilimit... *Oscar Mas* [EMAIL PROTECTED] ÀREA SISTEMES 0034 937 333 375 VOLTA 1, PIS 5 08224 TERRASSA.BCN Aquest enviament és confidencial i està destinat únicament a la persona a qui s'ha enviat. Pot contenir informació privada sotmesa al secret professional, la distribució de la qual està prohibida per la legislació vigent. -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
