Re: [exim] data timeout on connection

2019-10-19 Thread Hartmut Steffin via Exim-users

Slowly mails from this afternoon roll in...
Hope my excitement is not too early, but whenever I happen to learn what 
has been spooking there, I will let you know.


Thank for your head ups. Still would like to know what the hummus 
server's log had to tell about the timeout.


On 18.10.19 16:15, Cyborg wrote:

Am 18.10.19 um 15:32 schrieb Hardy via Exim-users:

Cyborg,

you mean it really may happen that "all of a sudden" my kernel is not
IP stack compatible with half of the other world?

Given, it is quite an old one, as I do not update productive systems
often, I prefer to build a new system and migrate - but not as often
then.

But again, all of a sudden incompatible with 50% in the world out there?



It does not happen with all tcp connections. It depends on
size,travelpath of the pakets, fragmentation etc etc..

So how old is your kernel ?

Best regards,
Marius





smime.p7s
Description: S/MIME Cryptographic Signature
-- 
## List details at https://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/


Re: [exim] lowest numbered MX record points to local host

2018-02-16 Thread Hartmut Steffin via Exim-users

A simple solution may be to read the

domainlist local_domains =

from a flat file that needs to hold the names of the user defined domains.

On 14.02.2018 10:28, Cyborg via Exim-users wrote:

Am 14.02.2018 um 09:59 schrieb Bambero via Exim-users:

So what shoud I do to fix that? I can't use local_domains, becouse it's
shared hosting, and users can add domains by hand.
If someone will add domain 'gmail.com' exim will treat it as local domain.

The only way is to check MX.



There is no easy solution to the problem. Local domains defines those
domains, the server shall receive email for.

You could add a rule  to the check_rcpt acl , to see, if  IN MX of the
domain points to your server. It's doable,
but could be tricked also.

Way easier is to blacklist domains, you will never serve emails for like
gmail.com.

domainlist local_domains = @ : localhost : localhost.localdomain :
${lookup mysql {  SELECT domainname FROM .. WHERE ... AND DOMAIN NOT IN
( "gmail.com","t-online.de","gmx.de","gmx.net","outlook.com"  ) }}

You could also build an sql with a db defined blacklist, which would be
easier to maintain.

Hope that helped,
Marius





smime.p7s
Description: S/MIME Cryptographic Signature
-- 
## List details at https://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/


Re: [exim] Wildcards in aliases

2018-02-16 Thread Hartmut Steffin via Exim-users

On 13.02.2018 13:14, Andrew C Aitchison via Exim-users wrote:
> On Tue, 13 Feb 2018, Hardy via Exim-users wrote:

>> my aim is to have something in the way of
>>
>> myname.*: myname
>>
>
> I wonder whether you are trying to implement a feature
> already explicitly supported in exim ?

This may well be the case. I am so deep into writing ACLs only, I tend 
to neglect all the other parts of configuration and possibilities there.


>
> If you want that for all users, you could use something like
>  local_part_suffix : .
> in the "userforward" router (if I have got that right).
>

I found it in the docs... sounds interesting, but actually no, I don't 
want to add it to all users, that is why I preferred the alias solution. 
But still this seeds ideas.


Thank you.

And all the others, thank you also for pointing me to my self study for 
expressions...


Hardy
--
No pasaran!



smime.p7s
Description: S/MIME Cryptographic Signature
-- 
## List details at https://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/