I just tried this, rebooted the VS (just to be sure), and still no luck
<sigh>.
Any other ideas?
Thanks,
David
> -----Original Message-----
> From: Kevin Druet [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, March 20, 2001 9:12 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Sendmail problems
>
>
> in the file where you include all the names for the host, I
> found that this
> corrected it
>
>
> I have a host caled calinux1 it is at the domain calinuxsystems.com;
>
> I have,
>
> calinux1
> calinux1.calinuxsystems.com
>
> and everything was perfect...
>
>
> At 10:05 AM 3/20/01 -0800, you wrote:
> >Yes, "my-virtualdomain.com" is included in the
> /etc/sendmail.cw file of the
> >virtual server. Yes, it is owned by admin. But I still
> can't send mail to
> >the virtual host. An example SMTP session from host to
> virtual server:
> >
> >MAIL FROM: [EMAIL PROTECTED]
> >250 [EMAIL PROTECTED] Sender ok
> >RCPT TO: [EMAIL PROTECTED]
> >550 [EMAIL PROTECTED] Relaying denied
> >
> >When you say "include all aliases for you machine here", do
> you mean the
> >base host name too? And other virtual servers on the same
> machine? Or just
> >all aliases for this particular virtual server?
> >
> >I still think the culprit might be sendmail on the host
> server being bound
> >to the default route, since when I telnet to the SMTP port
> of the virtual
> >server, I end up connected to the host server's sendmail. Ex:
> >
> >telnet my-virtualdomain.com smtp
> >Trying 10.225.33.97...
> >Connected to my-virtualdomain.com.
> >Escape character is '^]'.
> >220 my-hostname.com ESMTP Sendmail 8.9.3/8.9.3; Tue, 20 Mar
> 2001 18:03:16
> >-0800
> >
> >Thanks for the help,
> >David
> >
> > > -----Original Message-----
> > > From: Marcos Rubinstein ALPA WWW [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, March 20, 2001 12:16 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Sendmail problems
> > >
> > >
> > > On Mon, 19 Mar 2001, David Wolf wrote:
> > >
> > > > Hi all, I'm having trouble recieving mail to my virtual
> > > server account, and
> > > > getting a "Relaying denied" error much like in this
> previous thread:
> > > >
> > >
> > > David... did you include the domain name in
> /etc/sendmail.cw (in the
> > > virtual server)... if you check... you'll see that
> > > sendmail.cw is owned by
> > > admin... to make te process of including new "virtual
> domains" easy :)
> > >
> > > /etc/sendmail.cw should look something like this:
> > >
> > > # sendmail.cw - include all aliases for your machine here
> > > your-virtualdomain.com
> > > anotherdomain.com
> > >
> > > I hope it helps!
> > >
> > > Cheers!
> > >
> > > Marcos.
> > >
> > >
> > >
> > > >
> > > http://freevsd.org/support/mail-archives/freevsd-support/2001/
> > > Jan/0090.html
> > > >
> > > > I can send mail out just fine. I think the problem is
> that the host
> > > > server's sendmail is configured to recieve all connections
> > > to this box, as
> > > > evidenced by a "netstat -nat":
> > > >
> > > > tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
> > > >
> > > > I'm guessing I need to reconfigure sendmail to listen on a
> > > specific IP
> > > > address instead of 0.0.0.0, much like I had to do for SSH
> > > to work in this
> > > > thread:
> > > >
> > > >
> >http://www.freevsd.org/support/mail-archives/freevsd-support/
2001/Mar/0164.h
> > tml
> >
> > If this sounds right, then where can I make this IP change? I'm not
>overly
> > familiar with sendmail configurations, and I grepped the config files to
>no
> > avail...
> >
> > Thanks,
> > David
> >