On Fri, May 28, 2021 at 10:40 AM Maurizio Caloro <mauri...@caloro.ch> wrote:

> Hello
>
> want to put this setup into operation and it failed. I have a Postfix
> server with this setup and Spamassassin.
>
> in the background there is an HCL Domino server. I was able to E-Mail from
> (LAN) to myself (WORLD), but
>
> E-mail that sending (WORLD) to (LAN INSIDE), never arrive.
>

What is the name of the domain of your server? "carag.com"?

Postfix accepts emails to "mydestination" or "relay_domains" from the
"WORLD".
It seems that you didn't set any of them (I do not see em in your postconf
-n output)
Default values could be checked with "postconf -d".

You probably should set mydestination = $mydomain to accept mail
Or relay_domains= $mydomain and then configure transport(5) to send
email to the Domino


>
>
> also didnt see the mechanisms from incomming mail that will send to HCL
> Domino Server?
>
That could be done with "relay_domains"  and transport(5)
Or with "mydestination", "mailbox_transport" and lmtp if Domino supports it.

See http://www.postfix.org/BASIC_CONFIGURATION_README.html

Reply via email to