Jethro R Binks | 2 Nov 2009 10:36
Picon
Picon
Favicon
Gravatar

Re: Autoresponder limit not working correctly

On Fri, 30 Oct 2009, Phil Pennock wrote:

> You should really be using a senders filter on auto-responders, so you
> could add more to that.
> 
> Eg, config.samples/C006 includes:
> 
>   senders = !^.*-request <at> .* : !^owner-.* <at> .* : !^postmaster <at> .* : \
>             ! ^listmaster <at> .* : !^mailer-daemon <at> .*
> 
> You probably want to build on that.
> 
> Probably also:
> 
>   condition = ${if and{\
> 		{!def:h_Auto-Submitted:}\
> 		{!def:h_Precedence:}\
> 		{!def:h_List-Id:}\
> 		}}
> 
> to try to filter out some mailing-lists, auto-submitted stuff, etc.

See also the following for a more complete list of other conditions you 
may want to consider:

  http://wiki.exim.org/EximAutoReply

Jethro.

.  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .
(Continue reading)

Jonathan Gilpin | 2 Nov 2009 18:28
Picon
Favicon

Auth not advertising to EHLO

Hi there,

I have a server which is not advertising SMTP Authentication even  
though it is enabled..

mailstore# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mailstore.fluent.ltd.uk ESMTP Sendmail 8.14.3/8.14.3; Mon, 2 Nov  
2009 17:26:04 GMT
ehlo there
250-mailstore.fluent.ltd.uk Hello localhost [127.0.0.1], pleased to  
meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-DELIVERBY
250 HELP

The config shows it should be working fine.. Anyone got any ideas?

mailstore# exim -bP authenticators

fixed_plain authenticator:
client_condition =
driver = plaintext
(Continue reading)

Nigel Metheringham | 2 Nov 2009 18:44
Picon
Gravatar

Re: Auth not advertising to EHLO


On 2 Nov 2009, at 17:28, Jonathan Gilpin wrote:
> I have a server which is not advertising SMTP Authentication even
> though it is enabled..
>
> mailstore# telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 mailstore.fluent.ltd.uk ESMTP Sendmail 8.14.3/8.14.3; Mon, 2 Nov
> 2009 17:26:04 GMT

This is not an exim server unless you have modified the banner - and  
your config has no sign have you having changed the banner in this way.

	Nigel.

--
[ Nigel Metheringham             Nigel.Metheringham <at> InTechnology.com ]
[ - Comments in this message are my own and not ITO opinion/policy - ]

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Jonathan Gilpin | 2 Nov 2009 18:54
Picon
Favicon

Re: Auth not advertising to EHLO

Two daemons running on the same box on different IPs! duh!

Thanks,

Jonathan

On 2 Nov 2009, at 17:44, Nigel Metheringham wrote:

>
> On 2 Nov 2009, at 17:28, Jonathan Gilpin wrote:
>> I have a server which is not advertising SMTP Authentication even
>> though it is enabled..
>>
>> mailstore# telnet localhost 25
>> Trying 127.0.0.1...
>> Connected to localhost.
>> Escape character is '^]'.
>> 220 mailstore.fluent.ltd.uk ESMTP Sendmail 8.14.3/8.14.3; Mon, 2 Nov
>> 2009 17:26:04 GMT
>
> This is not an exim server unless you have modified the banner - and
> your config has no sign have you having changed the banner in this  
> way.
>
> 	Nigel.
>
> --
> [ Nigel Metheringham             Nigel.Metheringham <at> InTechnology.com ]
> [ - Comments in this message are my own and not ITO opinion/policy - ]
>
(Continue reading)

Ted Cooper | 2 Nov 2009 20:57
Favicon

[Fwd: [karmasphere-users] ** IMPORTANT: Karmasphere Reputation Service End of Life ***]

FYI

-------- Forwarded Message --------
From: D J Stewart <dave <at> karmasphere.com>
Reply-to: karmasphere-users <at> v2.listbox.com
To: karmasphere-users <at> v2.listbox.com
Cc: karmasphere-announce <at> v2.listbox.com
Subject: [karmasphere-users] ** IMPORTANT: Karmasphere Reputation
Service End of Life ***
Date: Mon, 2 Nov 2009 19:31:55 +0000 (GMT)

Hello,

As a registered user of Karmasphere Reputation Services, we wanted to let 
you know that we are discontinuing the service, effective November 16, 
2009. If you are using the services through DNS, BQuery or email plugins, 
please make plans to adjust your configurations ideally prior to November 
9 and no later than November 16, 2009.

On that final date, we will disable the reputation servers so that you can 
no longer query them. Anybody who still has not removed Karmasphere's 
reputation service from their mail configuration when this happens may 
find that their mail servers appear to slow down while they wait for their 
queries to Karmasphere to time out.

You may be thinking "why are they doing this?". The answer is that we are 
moving the business in a different direction. We have applied the 
experience gained in manipulating and analysing large data sets in 
reputation services into developing software that makes it easier to use 
Hadoop.
(Continue reading)

Picon
Favicon

Obligatory SMTP Authentication in Exim

Dear colleagues! 

The sence of issue is in the following: how can I set up Exim's "configure"
so that it doesn't send mail from users without OBLIGATORY authentication but
exchanges messages with other MTAs without one? I've already broken my mind to
do this..

What should be configuration? May you give me real examples TODO? For example:
"you must set up authenticators (I'll be satisfied by simple PLAIN
authentication), and an ACL like this: ..."

May you help me?

I could explain: I have users outside my local network. They MUST be
authenticated  in any way. Local network users MAY BE passed without
authentication.

When I tried to set up it real, legal mail-servers takes Reject from my Exim.

I don't know what can I do?..

Sorry, if it isn't real bug.. :-) Please, answer to eyatsko <at> ngs.ru <mailto:eyatsko <at> ngs.ru>

Kind regards,
Ellad Yatsko

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
(Continue reading)

Andrew | 3 Nov 2009 11:16

Re: Obligatory SMTP Authentication in Exim

Howdy Ellad,

You may want to have a look at http://wiki.exim.org/Authentication

If that doesn't help getting you get your SMTP authentication system up 
and running, let us know.

HTH
Andrew

Яцко Эллад Геннадьевич (ngs) wrote:
> Dear colleagues! 
> 
> 
> The sence of issue is in the following: how can I set up Exim's "configure"
> so that it doesn't send mail from users without OBLIGATORY authentication but
> exchanges messages with other MTAs without one? I've already broken my mind to
> do this..
> 
> What should be configuration? May you give me real examples TODO? For example:
> "you must set up authenticators (I'll be satisfied by simple PLAIN
> authentication), and an ACL like this: ..."
> 
> May you help me?
> 
> I could explain: I have users outside my local network. They MUST be
> authenticated  in any way. Local network users MAY BE passed without
> authentication.
> 
> When I tried to set up it real, legal mail-servers takes Reject from my Exim.
(Continue reading)

Mike Cardwell | 4 Nov 2009 13:10

Custom retry bounce messages

Hi,

I was making some modifications to a third parties Exim system last 
night and came across something I couldn't solve. There is a retry rule 
for a specific type of error which has no retry times meaning it bounces 
immediately. The bounce messages looks like this:

========================================================================
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

   local_part <at> domain
     retry timeout exceeded
========================================================================

Is it possible for me to customise that response? "retry timeout 
exceeded" is technically correct, but it doesn't explain why the 
"timeout" was reached, and I'd like to add further information...

-- 
Mike Cardwell - IT Consultant and LAMP developer
Cardwell IT Ltd. (UK Reg'd Company #06920226) http://cardwellit.com/
Technical Blog: https://secure.grepular.com/blog/

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
(Continue reading)

Eli | 4 Nov 2009 15:36
Favicon

extra_local_interfaces in dnslookup router

I decided today to fix a long-standing issue in my config where a domain
that I may host (for web) would not necessarily mean they have email
services on the system as well.  This was causing errors in the logs that
said "remote host address is the local host", and I believe caused a
temporary defer of the email (meaning the problem never went away until the
remote host gave up retrying the message).

In my configuration, it's set to verify recipients via dnslookup if they
aren't in the list of known domains with email services via a dnslookup
router.  The issue that I noticed is if you have additional interfaces
configured with "extra_local_interfaces", there seems to be no way to get
access to that complete list when you're in the dnslookup router.  When Exim
goes to check DNS for the domain (via the dnslookup router), it considers a
domain to be local if the IP points to an ip in "local_interfaces" or
"extra_local_interfaces", which in this case here (of a domain that has it's
IP pointing to the system, though no mail services) causes a problem.

Currently, I have "ignore_target_hosts" (in my dnslookup router) set to
"127.0.0.0/8 : $received_ip_address", however that only gives me access to
the IP address in which the request came in on (and in the case of some
virtual hosting systems... that may be a bogus/internal IP address which is
really mapped to an external IP that you've explicitly configured in
"extra_local_interfaces").  Having to manually enter all of the IPs that
Exim may consider to be local, although possible, is not very portable and
means that you have to stay on top of that list any time it changes... not
really a viable option in some peoples cases.

So, I am wondering if there is an expansion variable that exists which
contains the full list of interfaces that Exim considers as local?  If not,
is it possible to have this added to Exim for the next release (not 4.70
(Continue reading)

Phil Pennock | 4 Nov 2009 19:29

Re: extra_local_interfaces in dnslookup router

On 2009-11-04 at 09:36 -0500, Eli wrote:
> So, I am wondering if there is an expansion variable that exists which
> contains the full list of interfaces that Exim considers as local?  If not,
> is it possible to have this added to Exim for the next release (not 4.70
> since that's at RC2 already)?

Not a variable, but a match item:   <at> []

-Phil

--

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/


Gmane