Stefan Schüffler

Results 6 comments of Stefan Schüffler

In our current setup (not using postal, but "exim"), we are using the exact same approach to have a "dedicated" bounce address per sent message. This way, we unambiguously can...

As I understand it, helo_hostname is the name it uses for _outgoing_ connections (i.e. acting as a client when sending emails), and defaults to smtp_hostname if not explicitly set. This...

The code in "app/lib/smtp_client/..." is used for outbound connections, and properly uses the helo_hostname (if set), and falls back to smtp_hostname (otherwise). The code in "app/lib//smtp_server/..." is used for inbound...

Since we're running the patched version of postal with the batch_queue_messages_limit set to 10 in our own infrastructure, we never had any of those messages mentioned in https://github.com/orgs/postalserver/discussions/2917 (we had...