Re: [AMaViS-user] HELO name / myheloname

2008-05-20 Thread Mark Martinec
Thomas, > Amavisd-new seems to use localhost_name for it's own EHLO, > but is using $myheloname for it's own SMTP greeting banner > (and 250 reply to HELO)... > I agree that localhost is a safe option if amavisd-new is running on the > very same host as the MTA is running on. In larger setups thi

Re: [AMaViS-user] HELO name / myheloname

2008-05-16 Thread Thomas Gelf
mouss schrieb: > Thomas Gelf wrote: >> Amavisd-new seems to use localhost_name for it's own EHLO, >> but is using $myheloname for it's own SMTP greeting banner >> (and 250 reply to HELO)... > > if it helos with myhostname and this happens to be the hostname of the > MTA, then the MTA will reject

Re: [AMaViS-user] HELO name / myheloname

2008-05-15 Thread mouss
Thomas Gelf wrote: > Amavisd-new seems to use localhost_name for it's own EHLO, > but is using $myheloname for it's own SMTP greeting banner > (and 250 reply to HELO). I'm curious to find out why this > variable is defined as follows: > >my($myheloname); > # $myheloname = c('myhostname'); > # $

[AMaViS-user] HELO name / myheloname

2008-05-15 Thread Thomas Gelf
Amavisd-new seems to use localhost_name for it's own EHLO, but is using $myheloname for it's own SMTP greeting banner (and 250 reply to HELO). I'm curious to find out why this variable is defined as follows: my($myheloname); # $myheloname = c('myhostname'); # $myheloname = 'localhost'; # $myhel