>if you must, that requires multiple IPv4 addresses (hint: an SMTP over
TLS session starts in plaintext, and there is no plaintext SNI feature).
Wietse
If have diffrent IPv6 IP-Addresses. My Problem is:
telnet smtp.mydomain01.com 587 or 25
Response smtp.mydomain01.com ESMTP Postfix
220 smtp.mydomain01.com ESMT
EHLO smtp.mydomain01.com
250-smtp.mydomain01.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
telnet smtp.mydomain02.com 587 or 25
Response smtp.mydomain02.com ESMTP Postfix
220 smtp.mydomain02.com ESMT
EHLO smtp.mydomain02.com
250-smtp.mydomain02.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
I can send emails from telnet smtp.mydomain02.com (with reponse 220
smtp.mydomain02.com) but i geht this
if i receive the mail with an EMail Progamm like Thunderbird or Mutt.
"Received: from smtp.mydomain01.com"
"by smtp.mydomain01.com (Dovecot) with LMTP id jMydI//Z3VUIOAAACRxwyw"
I simply want "Received: from smtp.mydomain01.com" if it was send over
smtp.mydomain01.com and
"Received: from smtp.mydomain02.com" if it was sended via smtp.mydomain02.
I noticed it depends on the main.cf param myhostname=mail.example.com but i
cannot see how to change
this value dynamicly.
So far,
Darvion