[exim] Re: SSL Certificates

2024-03-20 Thread Niels Dettenbach via Exim-users
Am 20.03.24 um 04:46 schrieb Jerry Stuckle via Exim-users : > > I'm a noob with Exim and am trying to implement TLS on the POP3 port but am > running into problems. just btw: Exim has no „POP3 port“… hth, niels. — Niels Dettenbach https://www.syndicat.com https://www.syndicat.com/pub_key.as

[exim] Re: SSL Certificates

2024-03-20 Thread Viktor Dukhovni via Exim-users
On Wed, Mar 20, 2024 at 06:17:48AM +0100, Niels Kobschätzki via Exim-users wrote: > Use https://whatsmychaincert.com/, put in your certificate and get a file > with a correct full chain with or without root back. This is prone to accidental pasting of one's private keys into the webform. A sa

[exim] Select a router per recipient on incoming messages

2024-03-20 Thread Marco van Tol via Exim-users
Hi there, I apologise if this has been handled before. I wasn’t sure what a quick path in the FAQ would be to the answer for this. I have a domain for which different local_parts need to be delivered to different SMTP servers. The decision depends on whether "host-a" accepts the local_part, an

[exim] Re: Select a router per recipient on incoming messages

2024-03-20 Thread Marco van Tol via Exim-users
Hi Again, I found something that works. So now all that’s left is that I wonder if any of you would have a more readable version. I will type what I changed to make it work inline below. Op 20 mrt 2024, om 14:36 heeft Marco van Tol het volgende geschreven: > > Hi there, > > I apologise if

[exim] Re: SSL Certificates

2024-03-20 Thread Jerry Stuckle via Exim-users
Thanks, I know Exim doesn't have POP3 ports. However, it does handle emails differently depending on if you're using POP3 or IMAP. The former places emails for a user in /var/mail while the latter places emails in the user's home directory. And there are other differences in how they are hand

[exim] Re: Select a router per recipient on incoming messages

2024-03-20 Thread Andrew C Aitchison via Exim-users
On Wed, 20 Mar 2024, Marco van Tol via Exim-users wrote: Hi there, I apologise if this has been handled before. I wasn’t sure what a quick path in the FAQ would be to the answer for this. I have a domain for which different local_parts need to be delivered to different SMTP servers. The dec

[exim] Re: SSL Certificates

2024-03-20 Thread Jeremy Harris via Exim-users
On 20/03/2024 22:09, Jerry Stuckle via Exim-users wrote: However, it does handle emails differently depending on if you're using POP3 or IMAP.  The former places emails for a user in /var/mail while the latter places emails in the user's home directory.  And there are other differences in how 

[exim] Re: Select a router per recipient on incoming messages

2024-03-20 Thread Jeremy Harris via Exim-users
On 20/03/2024 13:36, Marco van Tol via Exim-users wrote: Is there an easy way to decide per recipient which router will be used, based on the results of a callout/verify? That's not the simplest way of doing what you want. Or is there a different way to establish the same result? Just have

[exim] Re: SSL Certificates

2024-03-20 Thread Andrew C Aitchison via Exim-users
On Wed, 20 Mar 2024, Jerry Stuckle via Exim-users wrote: Thanks, I know Exim doesn't have POP3 ports. However, it does handle emails differently depending on if you're using POP3 or IMAP. The former places emails for a user in /var/mail while the latter places emails in the user's home direct

[exim] Re: SSL Certificates

2024-03-20 Thread Graeme Fowler via Exim-users
On 20 March 2024 22:19:43 Jerry Stuckle via Exim-users wrote: Thanks, I know Exim doesn't have POP3 ports. However, it does handle emails differently depending on if you're using POP3 or IMAP. No, it doesn't. Exim handles message delivery exactly as it is configured. At work I have neither PO