Thank you for all explications,

it's resolved :)

Thank you !

Le samedi 08 mars 2014 à 11:49 +0100, Heiko Schlittermann a écrit :

> Hi,
> 
> Alexandre Russo <[email protected]> (Fr 07 Mär 2014 10:24:48 CET):
> > Hi all,
> > 
> > Someone can say me, how i can resolve my problem :
> > When i try to send one e-mail to [email protected] for example, i 
> > have this error :
> > 
> > «Helo command rejected: need fully-qualified hostname»
> > 
> > No problem for others servers (Gmail, etc.)
> > my hostname et mailname are same (with full address «mazool.ar.daevel.fr») 
> > with Exim 4.80
> 
> Per default Exim sends the contents primary_hostname config option to the 
> remote
> server. (This can be overridden in the transport options, see below).
> 
> Check the output of:
> 
>     exim -bP primary_hostname
> 
> The contents is autodetected. If the detection goes wrong, you may need
> to fix this (try "hostname -f" if supported on your system, check
> /etc/hosts, /etc/resolv.conf, /etc/hostname, and consult your systems
> documentation about how to set a FQDN for the local hostname).
> 
> If you can't fix the origin of the problem, you may tell Exim the
> primary hostname in the config file
> 
>     primary_hostname = <insert a FQDN for your host>
> 
> But take care, this option influences the expansion of "@" in domain
> lists, which in turn may have influence on the routing of mails to your
> node name (short hostname).
> 
> If you just want to change the helo string sent by your system, you need
> to set the "helo_data" option in your smtp transport (defaults to
> $primary_hostname, which is an expansion variable containing the value
> of the primary_hostname config option)
> 
>     Best regards from Dresden/Germany
>     Viele Grüße aus Dresden
>     Heiko Schlittermann


-- 
## List details at https://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/

Reply via email to