dirtsimple / poste.io

poste.io mail server, but with IP management and custom webmail plugins
153 stars 28 forks source link

Reverse DNS does not match SMTP greeting #10

Closed dengine closed 3 years ago

dengine commented 3 years ago

Hi, rdns records set correct, but after installation poste.io smtp hello command use only hello from general server ip. outbound-hosts.yaml looks good. Check this issue please. I'm not the only one with this problem.

pjeby commented 3 years ago

Is the outbound IP selection working? Do the logs list the correct HELO and IP?

pjeby commented 3 years ago

Also, please note that outbound IP+HELO setting only occurs if you have more than one IP address on the machine. You might want to show me your configuration here, both your docker-compose.yml or comparable file, and your outbound-hosts.yml.

(Last, but not least, the file is supposed to be called outbound-hosts.yml, not .yaml -- so if the IPs aren't working either, then that's likely the problem.)

dengine commented 3 years ago

Problem fixed. I have 20 ips, and 1 ip from server, error was in outbound-hosts.yml file. The error was my fault, everything works. thanks for the answer