I've recently noticed that the following doesn't work on the host server...
(IP address is that of vs)
telnet 192.168.0.66 smtp
gives "smtp : bad port number" - although doing 'pop3' seems to work and
telnet 192.168.0.66 25
gives "Unable to connect to remote host : connection refused."
How can I tell whether sendmail is actually running as a daemon on the
virtual server as it doesn't appear under "ps -A" (done on either host or
vs) although I guess it might be hidden away under 'inetd' ??
Thanks in advance. Sorry for being such a pain with my newbie questions.
----
Ben Kennish
email | [EMAIL PROTECTED]
----- Original Message -----
From: "Damion Parry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 22, 2001 1:03 PM
Subject: Re: Sendmail problems
> Yes.
>
> If, as root you `touch /etc/aliases.db` and then change the ownership to
> admin.admin, and execute newaliases that should fix the problem.
> Apologies from us here, these particular permission problems are due to
> a bug in vsd-vsbatch.pl which has since been fixed and is available
> through the latest CVS source.
>
> Damion.
>
> Ben Kennish wrote:
> >
> > Thanks. That's stopped the
> >
> > queuename: Cannot create "qfFAA00810" in "/var/spool/mqueue"
(euid=1000):
> > Permission denied
> >
> > error but I still get the...
> >
> > hash map "Alias0": unsafe map file /etc/aliases.db: Permission denied
> >
> > one. Should there be a file called /etc/aliases.db?
> >
> > Thanks,
> >
> > ----
> > Ben K
> > email | [EMAIL PROTECTED]
> >
> > ----- Original Message -----
> > From: "Dave Cost" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, March 22, 2001 12:35 PM
> > Subject: RE: Sendmail problems
> >
> > > Ben,
> > >
> > > sendmail is run as user "admin" from virtuald, so you need to chown
these
> > > directories to admin (the whole /var/spool shoud be admin.admin
owned).
> > >
> > > Also it's quite picky on group writable dirs....
> > >
> > > 8.11 is even worse (Later today I'll be posting a rh7 related fixup
for
> > > sendmail 8.11.x on the developer list)
> > >
> > > Dave.
> > >