[exim] Mozilla Thunderbird Autoconfiguration

2015-01-01 Thread Matthias-Christian Ott
I don't know if this is appropriate for this list but I thought this might be of interest to some: Mozilla Thunderbird has an automatic email configuration wizard which is at present not interoperable with Exim in common configurations because it does not wait for the connection greeting before se

[exim] Redirect route data variable expansion

2011-03-13 Thread Matthias-Christian Ott
I have to following redirect router: list_redirect: driver = redirect domains = example.com senders = a...@example.com : b...@example.com: c...@example.com local_parts = list data = a...@example.com, b...@example.com, c...@example.com errors_to = a...@mirix.org headers_add = List-Id:

Re: [exim] open relay aftermath

2011-02-14 Thread Matthias-Christian Ott
On Sun, Feb 13, 2011 at 11:03:51PM +0100, Moritz Wilhelmy wrote: > Hi, Hi, > On Mon, Feb 14, 2011 at 10:49:49AM +1300, Jim Cheetham wrote: > > On 14/02/11 06:59, Moritz Wilhelmy wrote: > > > Just a stupid idea, but you could make exim append tcp_wrappers rules to > > > /etc/hosts.deny or whereeve

Re: [exim] open relay aftermath

2011-02-13 Thread Matthias-Christian Ott
On Sun, Feb 13, 2011 at 09:33:48PM +, Dave Evans wrote: > On Sun, Feb 13, 2011 at 05:53:53PM +0100, Matthias-Christian Ott wrote: > > Hi, > > > > lately I turned my SMTP server into an open relay > > > > Luckily, nearly all of the E-mails which were left in t

Re: [exim] open relay aftermath

2011-02-13 Thread Matthias-Christian Ott
On Sun, Feb 13, 2011 at 06:39:37PM +, Always Learning wrote: > > On Sun, 2011-02-13 at 18:53 +0100, Matthias-Christian Ott wrote: > > > The problem is that the bots IP addresses come from dynamic > > address pools and are changing. > > Do a WHOIS on the IP address

Re: [exim] open relay aftermath

2011-02-13 Thread Matthias-Christian Ott
On Sun, Feb 13, 2011 at 10:02:16AM -0800, Todd Lyons wrote: > On Sun, Feb 13, 2011 at 9:53 AM, Matthias-Christian Ott > wrote: > >> > Do you have any advice for what I should do additionally to ensure that > >> > this configuration mistake has no fu

Re: [exim] open relay aftermath

2011-02-13 Thread Matthias-Christian Ott
On Mon, Feb 14, 2011 at 06:43:40AM +1300, Jim Cheetham wrote: > On 14/02/11 05:53, Matthias-Christian Ott wrote: > > Do you have any advice for what I should do additionally to ensure that > > this configuration mistake has no further consequences (like being > > blac

[exim] open relay aftermath

2011-02-13 Thread Matthias-Christian Ott
Hi, lately I turned my SMTP server into an open relay, because I commented out the following in a hurry: acl_check_rcpt: [...] accept verify = recipient # verify = certificate [...] But what I intended was the following: acl_check_rcpt: [...] # accept verify = recipient

Re: [exim] Client Certificate Authentication

2010-11-23 Thread Matthias-Christian Ott
On Tue, Nov 23, 2010 at 01:55:36PM -0500, Phil Pennock wrote: > On 2010-11-22 at 23:14 +0100, Matthias-Christian Ott wrote: > > for fail-over I want to add a spooling relay to an existing Exim > > server. I would prefer to useauthentication via client certificates. Is > > th

[exim] Client Certificate Authentication

2010-11-22 Thread Matthias-Christian Ott
Hi, for fail-over I want to add a spooling relay to an existing Exim server. I would prefer to useauthentication via client certificates. Is this possible with Exim? Regards, Matthias-Christian -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://ww

Re: [exim] CNAME and recipient rewriting

2010-10-10 Thread Matthias-Christian Ott
On Sun, Oct 10, 2010 at 09:25:38PM +0100, Mike Cardwell wrote: > On 10/10/2010 19:41, Matthias-Christian Ott wrote: > > >> I recently got notified from a mailing list which is mangaged with > >> ezmlm that E-Mails could not be delivered because my mail server > >

Re: [exim] CNAME and recipient rewriting

2010-10-10 Thread Matthias-Christian Ott
On Sun, Oct 10, 2010 at 08:26:24PM +0200, Matthias-Christian Ott wrote: > Hi, > > I recently got notified from a mailing list which is mangaged with > ezmlm that E-Mails could not be delivered because my mail server > rejected them. It turned out that the SMTP server or ezmlm itsel

[exim] CNAME and recipient rewriting

2010-10-10 Thread Matthias-Christian Ott
Hi, I recently got notified from a mailing list which is mangaged with ezmlm that E-Mails could not be delivered because my mail server rejected them. It turned out that the SMTP server or ezmlm itself rewrote the recipient of the envelope from b...@example.com to b...@b.example.com, because examp

Re: [exim] Problem with RCPT TO: Rewriting

2010-04-26 Thread Matthias-Christian Ott
On Mon, Apr 26, 2010 at 07:32:01PM +0100, Dave Evans wrote: > On Mon, Apr 26, 2010 at 02:56:27PM +0200, Matthias-Christian Ott wrote: > > begin routers > > > > shadow_redirect: > > driver = redirect > > data = o...@mirix.org, exam...@example.com &

[exim] Problem with RCPT TO: Rewriting

2010-04-26 Thread Matthias-Christian Ott
Hi, I have the following config: local_interfaces = <; 127.0.0.1 ; ::1 acl_smtp_rcpt = accept begin routers shadow_redirect: driver = redirect data = o...@mirix.org, exam...@example.com unseen manual_route: driver = manualroute domains = * route_list = * server1.example.com tran

Re: [exim] Rewrite to Multiple Recipients

2010-03-23 Thread Matthias-Christian Ott
On Mon, Mar 22, 2010 at 09:52:40PM +, Dave Evans wrote: > On Mon, Mar 22, 2010 at 03:42:46PM +0100, Matthias-Christian Ott wrote: > > I have to following rewrite rule: > > > > *...@* exam...@example.com T > > > > How can I specify to rewrite it to multiple re

[exim] Rewrite to Multiple Recipients

2010-03-22 Thread Matthias-Christian Ott
Hi, I have to following rewrite rule: *...@* exam...@example.com T How can I specify to rewrite it to multiple recipients, so that all E-Mails are send to foo...@example.com and exam...@example.com? Regards, Matthias-Christian -- ## List details at http://lists.exim.org/mailman/listinfo/exim-

Re: [exim] server_advertise_condition and TLS

2010-02-22 Thread Matthias-Christian Ott
On Mon, Feb 22, 2010 at 02:23:49PM -0800, Phil Pennock wrote: > On 2010-02-22 at 21:57 +0100, Matthias-Christian Ott wrote: > > begin routers > > > > dns_lockup: > > "dns_lookup", it's not locking up, I hope. Well, I fixed this idiotic typo ;).

[exim] server_advertise_condition and TLS

2010-02-22 Thread Matthias-Christian Ott
Hi, I use the following configuration with Debian's exim-daemon-heavy: # cat /etc/exim4/exim4.conf primary_hostname = ... tls_advertise_hosts = * tls_certificate = /etc/ssl/certs/... tls_privatekey = /etc/ssl/private/... domainlist local_domains = $primary_hostname acl_smtp_rcpt = acl_check_r