Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

Problem with undefined sub domain

Problem with undefined sub domain

2007-01-16 by remy_d1

Hello,


I have some troubleshootings with some sub domain.


For example :

Jan 15 11:29:07 messagerie sendmail[14116]: l0FASuun014116:
ruleset=check_mail, arg1=<stardieu@...>,
relay=mail.reprox3.com [195.25.249.156], reject=553 5.1.8
<stardieu@...>... Domain of sender address
stardieu@... does not exist

When you try to do a dns report on this domain you have that answer :

http://www.dnsreport.com/tools/dnsreport.ch?domain=orbite.toshiba.fr

However toshiba.fr exists and is correctly define.

Have you got an idea to correct this without whitelisting this toshiba
address or declare orbite.toshiba.fr in my host file (or on my DNS
server) ???

I know that the domain's checking is to avoid spam but for some sub
domains, it's not spam. So, should we try to disable anti-spam
Milter-Greylist control on sub domain with regExp ?? Or is there a
best solution ?

Thanks.

Re: [milter-greylist] Problem with undefined sub domain

2007-01-16 by Matthias Scheler

On Tue, Jan 16, 2007 at 03:42:40PM -0000, remy_d1 wrote:
> For example :
> 
> Jan 15 11:29:07 messagerie sendmail[14116]: l0FASuun014116:
> ruleset=check_mail, arg1=<stardieu@...>,
> relay=mail.reprox3.com [195.25.249.156], reject=553 5.1.8
> <stardieu@...>... Domain of sender address
> stardieu@... does not exist

That message is *not* generated by "milter-greylist". It's generated by
"sendmail" itself. You need "FEATURE(accept_unresolvable_domains)" in
your ".mc" file to turn that feature off. But I would *not* recomment
to do that.

	Kind regards

-- 
Matthias Scheler                                  http://zhadum.org.uk/

Re: Problem with undefined sub domain

2007-01-16 by remy_d1

--- In milter-greylist@yahoogroups.com, Matthias Scheler <tron@...> wrote:
>
> On Tue, Jan 16, 2007 at 03:42:40PM -0000, remy_d1 wrote:
> > For example :
> > 
> > Jan 15 11:29:07 messagerie sendmail[14116]: l0FASuun014116:
> > ruleset=check_mail, arg1=<stardieu@...>,
> > relay=mail.reprox3.com [195.25.249.156], reject=553 5.1.8
> > <stardieu@...>... Domain of sender address
> > stardieu@... does not exist
> 
> That message is *not* generated by "milter-greylist". It's generated by
> "sendmail" itself. You need "FEATURE(accept_unresolvable_domains)" in
> your ".mc" file to turn that feature off. But I would *not* recomment
> to do that.
> 
> 	Kind regards
> 
> -- 
> Matthias Scheler                                  http://zhadum.org.uk/
>

Sorry for this error not related to milter-greylist.
But, do you think that this problem is related to my DNS configuration ?


Thanks.

Re: [milter-greylist] Re: Problem with undefined sub domain

2007-01-16 by eclark

No, no error. This is perfectly normal. I would dump this email myself in a 
heartbeat.
Show quoted textHide quoted text
On Tuesday 16 January 2007 11:36 am, remy_d1 wrote:
> --- In milter-greylist@yahoogroups.com, Matthias Scheler <tron@...> wrote:
> > On Tue, Jan 16, 2007 at 03:42:40PM -0000, remy_d1 wrote:
> > > For example :
> > >
> > > Jan 15 11:29:07 messagerie sendmail[14116]: l0FASuun014116:
> > > ruleset=check_mail, arg1=<stardieu@...>,
> > > relay=mail.reprox3.com [195.25.249.156], reject=553 5.1.8
> > > <stardieu@...>... Domain of sender address
> > > stardieu@... does not exist
> >
> > That message is *not* generated by "milter-greylist". It's generated by
> > "sendmail" itself. You need "FEATURE(accept_unresolvable_domains)" in
> > your ".mc" file to turn that feature off. But I would *not* recomment
> > to do that.
> >
> > 	Kind regards
> >
> > --
> > Matthias Scheler                                  http://zhadum.org.uk/
>
> Sorry for this error not related to milter-greylist.
> But, do you think that this problem is related to my DNS configuration ?
>
>
> Thanks.

Re: [milter-greylist] Problem with undefined sub domain

2007-01-16 by Oliver Fromme

Matthias Scheler wrote:
 > remy_d1 wrote:
 > > Jan 15 11:29:07 messagerie sendmail[14116]: l0FASuun014116:
 > > ruleset=check_mail, arg1=<stardieu@...>,
 > > relay=mail.reprox3.com [195.25.249.156], reject=553 5.1.8
 > > <stardieu@...>... Domain of sender address
 > > stardieu@... does not exist
 > 
 > That message is *not* generated by "milter-greylist". It's generated by
 > "sendmail" itself.

True, it's off-topic here.

 > You need "FEATURE(accept_unresolvable_domains)"

But the domain _is_ resolvable.  At least for me.
There must be a problem with his DNS configuration.

 > But I would *not* recomment to do that.

Agreed.

Best regards
   Oliver

PS:  How do you turn off the HTML crap that Yahoo
always sends with each message from this mailing list?
If it's not possible to stop that, I will have to
unsubscribe.

-- 
Oliver Fromme,  secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing
Dienstleistungen mit Schwerpunkt FreeBSD: http://www.secnetix.de/bsd
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.

"I started using PostgreSQL around a month ago, and the feeling is
similar to the switch from Linux to FreeBSD in '96 -- 'wow!'."
        -- Oddbjorn Steffensen

Re: [milter-greylist] Problem with undefined sub domain

2007-01-16 by Nerijus Baliunas

On Tue, 16 Jan 2007 18:22:48 +0100 (CET) Oliver Fromme <olli@...> wrote:

> PS:  How do you turn off the HTML crap that Yahoo
> always sends with each message from this mailing list?
> If it's not possible to stop that, I will have to
> unsubscribe.

Please look in a list archives, it was discused a month or 2 ago.

Regards,
Nerijus

Re: [milter-greylist] Problem with undefined sub domain

2007-01-16 by Matt Kettler

Nerijus Baliunas wrote:
> On Tue, 16 Jan 2007 18:22:48 +0100 (CET) Oliver Fromme <olli@...> wrote:
> 
>> PS:  How do you turn off the HTML crap that Yahoo
>> always sends with each message from this mailing list?
>> If it's not possible to stop that, I will have to
>> unsubscribe.
> 
> Please look in a list archives, it was discused a month or 2 ago.


For further reference, the subject of that thread is

"milter-greylist list mail getting filtered out"

And yes, you can change your yahoogroups preferences to disable HTML, provided
you have a yahoogroups account that your subscription is managed under.

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.