From: Florian <ts...@ag...> - 2007-06-07 01:24:33
|
Hello List, i installed fetchmail 6.3.8+SSL on Trustix. Fetching of Mails works, but delivering the mails crashes: fetchmail: SMTP< 220 mail.mydomain.de ESMTP Postfix fetchmail: SMTP> EHLO myhostname fetchmail: SMTP< 250-mail.mydomain.de fetchmail: SMTP< 250-PIPELINING fetchmail: SMTP< 250-SIZE 10240000 fetchmail: SMTP< 250-VRFY fetchmail: SMTP< 250-ETRN fetchmail: SMTP< 250 8BITMIME fetchmail: SMTP> MAIL FROM:<yy...@zz...> BODY=7BIT SIZE=1020 fetchmail: SMTP< 250 Ok fetchmail: SMTP> RCPT TO:<xx...@my...> fetchmail: SMTP< 450 <myhostname>: Helo command rejected: Host not found fetchmail: SMTP error: 450 <myhostname>: Helo command rejected: Host not found fetchmail: SMTP> RSET fetchmail: SMTP< 250 Ok How can the HELO/EHLO string be changed? According to rfc 2821 i'd like use the fqdn "myhostname.mydomain.de" as EHLO-String. "4.1.1.1 Extended HELLO (EHLO) or HELLO (HELO) [...] The argument field contains the fully-qualified domain name of the SMTP client if one is available." Thanks in advance, Florian |