Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 May 2001 22:45:18 -0700
From:      "Sean Knox" <wintermage@home.com>
To:        "Lim Seng Chor" <Lim.Seng.Chor@sit.edu.my>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Sendmail: problems with virtual users
Message-ID:  <OE18NpyLAPDVXLuSbh200008cbc@hotmail.com>
References:  <3B14F848.32284.2EE87F3@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
oh, duh. Sorry I didn't get that initially. :) I did a test email to my
virtual address at sean@cqosdevel.net and everything went smoothly:

bash-2.05# sendmail -v sean@cqosdevel.net.
Hello, this is a test
.
sean@cqosdevel.net.... Connecting to local...
220 freebsd-1.cqosdevel.net LMTP ready
>>> LHLO freebsd-1.cqosdevel.net
250-freebsd-1.cqosdevel.net
250-8BITMIME
250-ENHANCEDSTATUSCODES
250 PIPELINING
>>> MAIL From:<sean>
250 2.5.0 Ok
>>> RCPT To:<sean>
250 2.1.5 Ok
>>> DATA
354 Go ahead
>>> .
250 2.1.5 sean Ok
sean@cqosdevel.net.... Sent
Closing connection to local
>>> QUIT
221 2.0.0 Bye


So now that there were no errors, what else should I check?

- Sean

----- Original Message -----
From: "Lim Seng Chor" <Lim.Seng.Chor@sit.edu.my>
To: "Sean Knox" <wintermage@home.com>
Sent: Tuesday, May 29, 2001 10:40 PM
Subject: Re: Sendmail: problems with virtual users


> Example:
>
> cypress# sendmail -v Lim.Seng.Chor@sit.edu.my
> I am typing some messages here.
> okay.
> .
> Lim.Seng.Chor@sit.edu.my... Connecting to mail.sit.edu.my. via
> esmtp...
> 220 saturn.sit.edu.my ESMTP Sendmail 8.11.4/8.11.3; Wed, 30
> May 2001 13:42:13 +0800
> >>> EHLO cypress.sit.edu.my
> 250-saturn.sit.edu.my Hello www-cache.sit.edu.my
> [202.184.64.29], pleased to meet you
> 250-ENHANCEDSTATUSCODES
> 250-EXPN
> 250-VERB
> 250-8BITMIME
> 250-SIZE
> 250-DSN
> 250-ONEX
> 250-ETRN
> 250-XUSR
> 250 HELP
> >>> MAIL From:<singzol@cypress.sit.edu.my> SIZE=38
> 250 2.1.0 <singzol@cypress.sit.edu.my>... Sender ok
> >>> RCPT To:<Lim.Seng.Chor@sit.edu.my>
> 250 2.1.5 <Lim.Seng.Chor@sit.edu.my>... Recipient ok
> >>> DATA
> 354 Enter mail, end with "." on a line by itself
> >>> .
> 250 2.0.0 f4U5gDB07245 Message accepted for delivery
> Lim.Seng.Chor@sit.edu.my... Sent (f4U5gDB07245 Message
> accepted for delivery)
> Closing connection to mail.sit.edu.my.
> >>> QUIT
> 221 2.0.0 saturn.sit.edu.my closing connection
> cypress#
>
> remember to end with a dot "."
>
> On 29 May 2001, at 22:33, Sean Knox wrote:
>
> > I typed exactly "sendmail -v validusername@domain.net" (minus quotes.)
> > Is there something I'm missing here?
> >
> > Sean
> > ----- Original Message -----
> > From: "Lim Seng Chor" <Lim.Seng.Chor@sit.edu.my>
> > To: "Sean Knox" <wintermage@home.com>
> > Sent: Tuesday, May 29, 2001 10:26 PM
> > Subject: Re: Sendmail: problems with virtual users
> >
> >
> > > hang? did you type anything for sendmail? and end with "." ??
> > >
> > >
> > > On 29 May 2001, at 22:21, Sean Knox wrote:
> > >
> > > > Sendmail just hangs there when I do a sendmail -v
> > > > username@domain.net ...
> > > >
> > > > - Sean
> > > > ----- Original Message -----
> > > > From: "Lim Seng Chor" <Lim.Seng.Chor@sit.edu.my>
> > > > To: "Sean Knox" <wintermage@home.com>
> > > > Cc: <freebsd-questions@FreeBSD.ORG>
> > > > Sent: Tuesday, May 29, 2001 10:16 PM
> > > > Subject: Re: Sendmail: problems with virtual users
> > > >
> > > >
> > > > > did u run a test like :
> > > > > sendmail -v username@domain.net
> > > > >
> > > > > did it report any errors?
> > > > >
> > > > > On 29 May 2001, at 22:08, Sean Knox wrote:
> > > > >
> > > > > > Hello all,
> > > > > >
> > > > > >     Having some problems with Sendmail 8.11.3 and virtual
> > > > > >     users. I
> > > > > > successfully set up masquerading to allow emails to
> > > > > > "username@domain.net" instead of 'username@machine.domain.net'
> > > > > > Unfortunately, if I set my email address in my MUA (Outlook
> > > > > > Express in this example) to username@domain.net, sendmail
> > > > > > responds with:
> > > > > >
> > > > > > May 29 21:55:28 freebsd-1 sendmail[739]: f4U4tSL00739:
> > > > > > ruleset=check_mail, arg1=<username@domain.net>,
> > > > > > relay=username.domain.net[10.10.50.123], reject=501 5.1.8
> > > > > > <username@domain.net>... Domain of sender address
> > > > > > username@domain.net does not exist ----- snip
> > > > > >
> > > > > > Thus, I am required to enter my email address as
> > > > > > 'username@machine.domain.net' in my MUA. How do I fix this?
> > > > > > Also, Ted Mittelstaedt mentions in his book that masquerading
> > > > > > should only be a temporarily measure. What is a better
> > > > > > configuration (maybe Ted himself can answer this one)
> > > > > >
> > > > > > Regards,
> > > > > > Sean Knox
> > > > > > sknox@cqos.com
> > > > > >
> > > > > >
> > > > > >
> > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > > > > with "unsubscribe freebsd-questions" in the body of the
> > > > > > message
> > > > >
> > > > >
> > > > >
> > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > > > with "unsubscribe freebsd-questions" in the body of the message
> > > >
> > > >
> > > > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > > > with "unsubscribe freebsd-questions" in the body of the message
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > ----------------------------------------------------------
> > > Lim Seng Chor, Joe
> > > MCP,MCP+I,MCSE,MCSE+I,MCDBA,CCNA
> > > MIS Senior Executive
> > > System/Network Administrator
> > > Sepang Institute of Technology
> > > Tel: (+603) 33430628 (extension: 270)
> > > Fax: (+603) 33430240
> > > --------------------------------------------------------------------
> > > ---
>
>
>
>
>
>
>
>
>
> ----------------------------------------------------------
> Lim Seng Chor, Joe
> MCP,MCP+I,MCSE,MCSE+I,MCDBA,CCNA
> MIS Senior Executive
> System/Network Administrator
> Sepang Institute of Technology
> Tel: (+603) 33430628 (extension: 270)
> Fax: (+603) 33430240
> -----------------------------------------------------------------------



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?OE18NpyLAPDVXLuSbh200008cbc>