Ask a Question related to Sun Solaris, Design and Development.
-
Langelage, Frank #1
Sendmail: mails rejected with "550-unrouteable mail domain "blade150.lafr.de""
mails sent from my Sun Blade 150 (Solaris 9) via sendmail are rejected
by the destination mail server with message shown above in the subject line.
My sendmail.mc file look like this:
divert(0)dnl
VERSIONID(`@(#)main.mc 1.5 (Sun) 08/10/00')
OSTYPE(`solaris8')dnl
DOMAIN(`solaris-generic')dnl
FEATURE(`allmasquerade')
MASQUERADE_AS(lafr.de)dnl
MAILER(`local')dnl
MAILER(`smtp')dnl
I put in the domain name "lafr.de". I thought this will change
[email]user@host.domain.de[/email] to [email]user@domain.de[/email].
But it seems that I am missing something else.
Who can help me ?
Regards - Frank
Langelage, Frank Guest
-
#40481 [NEW]: mail() sends email to wrong address where there are "-" in localpart of "to"
From: penartur at yandex dot ru Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Mail related Bug description: ... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
php.ini sendmail settings (was "[PHP] speed of mail() ... ")
Hi again, everyone -- I have a feeling that our problem is a lousy php.ini configuration. For both module and CLI php we're using... -
gotonetpage("mailto:user@domain.com") opens 2 new mails in outlook!!!!!
Hi there, Perhaps not the best way to send mails in the first place, but Director rewards me with 2 (!!!) new mail messages. NB: I'm using... -
"Start" "Program" "Menu" list is empty
For what ever reason my list of installed programs in my "Start" "Programs" menu is empty. Anyone know how to restore the list. Thanks for your... -
Greg Andrews #2
Re: Sendmail: mails rejected with "550-unrouteable mail domain "blade150.lafr.de""
"Langelage, Frank" <frank@lafr.de> writes:
According to Section 4.8.4 of the O'Reilly book on Sendmail,>mails sent from my Sun Blade 150 (Solaris 9) via sendmail are rejected
>by the destination mail server with message shown above in the subject line.
>
>My sendmail.mc file look like this:
>divert(0)dnl
>VERSIONID(`@(#)main.mc 1.5 (Sun) 08/10/00')
>OSTYPE(`solaris8')dnl
>DOMAIN(`solaris-generic')dnl
>FEATURE(`allmasquerade')
>MASQUERADE_AS(lafr.de)dnl
>MAILER(`local')dnl
>MAILER(`smtp')dnl
>
>I put in the domain name "lafr.de". I thought this will change
>user@host.domain.de to [email]user@domain.de[/email].
>But it seems that I am missing something else.
>
the FEATURE(`allmasquerade') line should be after the line
with MASQUERADE_AS(lafr.de). The book also gives examples
of the MASQUERADE_AS line with the domain name in quotes,
not bare, like your .mc file has.
Rather than `allmasquerade', perhaps you want `masquerade_envelope'.
-Greg
--
Do NOT reply via e-mail.
Reply in the newsgroup.
Greg Andrews Guest
-
Re: Sendmail: mails rejected with "550-unrouteable mail domain "blade150.lafr.de""
In article <bgmnf4$q9old$1@id-48907.news.uni-berlin.de>,
"Langelage, Frank" <frank@lafr.de> writes:Try comp.mail.sendmail instead : >> mails sent from my Sun Blade 150 (Solaris 9) via sendmail are rejected
> by the destination mail server with message shown above in the subject line.
>
> My sendmail.mc file look like this:
> divert(0)dnl
> VERSIONID(`@(#)main.mc 1.5 (Sun) 08/10/00')
> OSTYPE(`solaris8')dnl
> DOMAIN(`solaris-generic')dnl
> FEATURE(`allmasquerade')
> MASQUERADE_AS(lafr.de)dnl
> MAILER(`local')dnl
> MAILER(`smtp')dnl
>
> I put in the domain name "lafr.de". I thought this will change
> [email]user@host.domain.de[/email] to [email]user@domain.de[/email].
> But it seems that I am missing something else.
>
> Who can help me ?
Anyway in /usr/lib/mail/README
have a look at the masquerade_entire_domain section for starters
Guest
-
Langelage, Frank #4
Re: Sendmail: mails rejected with "550-unrouteable mail domain "blade150.lafr.de""
Greg Andrews wrote:
Based on subsidiary.mc I now have these lines in my .mc file:> "Langelage, Frank" <frank@lafr.de> writes:
>>>>mails sent from my Sun Blade 150 (Solaris 9) via sendmail are rejected
>>by the destination mail server with message shown above in the subject line.
>>
>>My sendmail.mc file look like this:
>>divert(0)dnl
>>VERSIONID(`@(#)main.mc 1.5 (Sun) 08/10/00')
>>OSTYPE(`solaris8')dnl
>>DOMAIN(`solaris-generic')dnl
>>FEATURE(`allmasquerade')
>>MASQUERADE_AS(lafr.de)dnl
>>MAILER(`local')dnl
>>MAILER(`smtp')dnl
>>
>>I put in the domain name "lafr.de". I thought this will change
>>user@host.domain.de to [email]user@domain.de[/email].
>>But it seems that I am missing something else.
>>
>
> According to Section 4.8.4 of the O'Reilly book on Sendmail,
> the FEATURE(`allmasquerade') line should be after the line
> with MASQUERADE_AS(lafr.de). The book also gives examples
> of the MASQUERADE_AS line with the domain name in quotes,
> not bare, like your .mc file has.
>
> Rather than `allmasquerade', perhaps you want `masquerade_envelope'.
>
> -Greg
divert(0)dnl
VERSIONID(`@(#)subsidiary.mc 1.10 (Sun) 12/14/00')
OSTYPE(`solaris8')dnl
DOMAIN(`solaris-generic')dnl
define(`SMART_HOST', `mail.osnanet.de')
MASQUERADE_AS(`lafr.de')dnl
FEATURE(`masquerade_envelope')dnl
MAILER(`local')dnl
MAILER(`smtp')dnl
LOCAL_NET_CONFIG
R$* < @ $* .$m. > $* $#esmtp $@ $2.$m $: $1 < @ $2.$m. > $3
This works now.
Thanks for your help.
Regards - Frank
Langelage, Frank Guest



Reply With Quote

