Hallo,
sehe ich etwas anders:
Domino gives its hostname when it connects to an external smtp server to deliver mail. It does this by opening the SMTP session with:
HELO host.domain.net
I got a problem with this because:
a. The RFC821 states that the name given should be the domain-name (HELO domain.net) not the host-name.
b. The internal hostname of our domino server differs from the internet internet-node-name (cable) from where smtp traffic orignates. I expect this will cause problems in the near future (due to SPAM control).
Question is how to change the name that is given in the (E)HELO command. I know I can change the SMTPGreeting, but this is for incomming SMTP traffic only (at least on iSeries).
I want to change the name that is given when our server connects to an external smtp server to deliver mail.
Und als Antwort darauf:
ini parameter SMTPGreeting
Posted by Gerco Wolfswinkel on 18.Dec.03 at 07:57 using Lotus Notes
Category: Domino ServerRelease: 6.0.2 CF2Platform: iSeries
There's an ini parameter that may be useful to you:
http://www.drcc.com/A55711/ref/notesini.nsf/all/87D04B83BCA3FAD7C125699B008137AFIt does exactly what you want. lets you specify the text of the helo message.