Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
can DSN messages be customized
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
deco...@gmail.com  
View profile  
 More options Sep 2 2007, 8:10 pm
Newsgroups: comp.mail.sendmail
From: deco...@gmail.com
Date: Sun, 02 Sep 2007 17:10:04 -0700
Local: Sun, Sep 2 2007 8:10 pm
Subject: can DSN messages be customized
When my sendmail (8.13.8) daemon finds a previously-accepted message
to be undeliverable, it generates a DSN message having a body
containing contents such as:

< myserver01.mydomain.com #5.1.1 SMTP; 550 5.1.1
<123...@mydomain.com>... User unknown>

Here, myserver01.mydomain.com is my sever (the reporting MTA) and 550
5.1.1 is the rejection I received attempting to route this message to
some remote MTA.

Anyhow, I am being compelled to look into reconfiguring sendmail so
that it omits including its hostname in messages of this type.
Personally I believe this to be a misguided pursuit, however I am
interested in two things:

   1. can this be accomplished and if so how?
   2. would this explicitly violate standards?

Thanks in advance for any feedback which I do greatly appreciate.

[user@myserver01 user]$ sendmail -d0.1
Version 8.13.8
 Compiled with: DNSMAP HESIOD HES_GETMAILHOST LDAPMAP LDAP_REFERRALS
LOG
                MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7
NAMED_BIND
                NETINET NETINET6 NETUNIX NEWDB NIS PIPELINING SASL
SCANF
                SOCKETMAP STARTTLS TCPWRAPPERS USERDB USE_LDAP_INIT


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Bill Cole  
View profile  
 More options Sep 2 2007, 10:46 pm
Newsgroups: comp.mail.sendmail
From: Bill Cole <b...@scconsult.com>
Date: Mon, 03 Sep 2007 02:46:56 GMT
Local: Sun, Sep 2 2007 10:46 pm
Subject: Re: can DSN messages be customized
In article <1188778204.933534.290...@50g2000hsm.googlegroups.com>,

 deco...@gmail.com wrote:
> When my sendmail (8.13.8) daemon finds a previously-accepted message
> to be undeliverable, it generates a DSN message having a body
> containing contents such as:

> < myserver01.mydomain.com #5.1.1 SMTP; 550 5.1.1
> <123...@mydomain.com>... User unknown>

> Here, myserver01.mydomain.com is my sever (the reporting MTA) and 550
> 5.1.1 is the rejection I received attempting to route this message to
> some remote MTA.

Are you using Exchange?

The reason I ask is because Exchange by default builds godawful idiotic
DSN messages with lines that look just like that, and *dumps* the rest
of the standard DSN. This is because it is designed and coded by worse
fools than its users.  There's a registry setting to make Exchange not
do that stupid discarding of useful information, but you have to
understand that it is doing so and go hunting at the MS site to fix it.

If you are not using Exchange, I'm surprised that you managed to put
exactly that line together...

> Anyhow, I am being compelled to look into reconfiguring sendmail so
> that it omits including its hostname in messages of this type.

You need to explain the insanity of that to whoever is compelling you.

DSN's exist to alert senders to problems with delivery. Hiding the
source of the DSN makes them useless. Not that you could really hide the
source completely, but you could make it hard to figure out,
particularly for people trapped behind Exchange...

> Personally I believe this to be a misguided pursuit, however I am
> interested in two things:

>    1. can this be accomplished and if so how?

 You cannot configure the hostname out of the DSN, but you could code it
away, and the Sendmail code is freely available. Doing so would be
insanely antisocial. You're better off just breaking your mail system by
not sending any DSN's ever.

(and no, I won't explain how to do that, because It Would Be Wrong.)

>    2. would this explicitly violate standards?

Absolutely. Sendmail generates standard DSN's. Standard DSN's identify
the host that generates them.

There are reasons to be selective about when you send DSN's and when you
don't, and reasons to try to reduce the incidence of good cause to send
DSN's. Sending broken DSN's is never right.

--
Now where did I hide that website...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
deco...@gmail.com  
View profile  
 More options Sep 3 2007, 12:26 am
Newsgroups: comp.mail.sendmail
From: deco...@gmail.com
Date: Sun, 02 Sep 2007 21:26:50 -0700
Local: Mon, Sep 3 2007 12:26 am
Subject: Re: can DSN messages be customized
On Sep 2, 10:46 pm, Bill Cole <b...@scconsult.com> wrote:

> Are you using Exchange?

> The reason I ask is because Exchange by default builds godawful idiotic
> DSN messages with lines that look just like that, and *dumps* the rest
> of the standard DSN. This is because it is designed and coded by worse
> fools than its users.

Thanks for the tip on that.  I had often thought that "[Reporting MTA]
[Response from uncited Remote MTA]" was an anti-intuitive,
uninformative, and terse format to issue a DSN in.  It gives me
comfort, after directing a couple of DSNs to mail spool via local
delivery, to see that this is not the work of sendmail.  I'd have to
rate this "feature" right up there with SMTP FIXUP.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »