Problem installing qmail.

1999-07-04 Thread Chittaranjan . Mandal

I have installed qmail-1.03.
I am able to send and receive mails locally.
However, I am not able to send or receive mails from anywhere else.
My control files are as follows:

defaultdomain:
king.ac.uk

helohost:
bob.king.ac.uk

locals:
localhost
r341-02.king.ac.uk

me:
r341-02.king.ac.uk

plusdomain:
ac.uk

rcpthosts:
king.ac.uk
brunel.ac.uk
vsnl.net.in
hotmail.com
ernet.in
ac.uk
edu


smtproutes:
:bob.king.ac.uk
---
I have the following environment variables set for user chitta:
setenv MAILDIR .qmail
setenv MAILHOST king.ac.uk
setenv MAILUSER c.mandal
setenv QMAILINJECT f
---
The following lines are present in my /etc/inetd.conf:
linuxconf stream tcp wait root /bin/linuxconf linuxconf --http
smtpstream  tcp nowait  qmaild  /usr/sbin/tcpd /var/qmail/bin/tcp-env 
/var/qmail/bin/qmail-smtpd
qmqpstream  tcp nowait  qmaild  /usr/sbin/tcpd /var/qmail/bin/tcp-env 
/var/qmail/bin/qmail-qmqpd
pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup r341-02.king.ac.uk 
/bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir
---

I would like my linux box to be able to directly connect to any other host 
willing to accept connections (including my mailhost).
I would also like to receive mail directly from a number of other host trying
to connect to my m/c (including my bob, which is unlikely, and so I shall have
to use pop mail).

I really need some help to get qmail working properly on my m/c.

Thanks,
Chitta



Re: Problem installing qmail.

1999-07-04 Thread Harald Hanche-Olsen

+ [EMAIL PROTECTED]:

| I have installed qmail-1.03.
| I am able to send and receive mails locally.
| However, I am not able to send or receive mails from anywhere else.
| My control files are as follows:
| 
| [...]
| 
| rcpthosts:

With an empty rcpthosts file, you can never receive mail (unless you
create an open relay by setting RELAYCLIENT).  Check the qmail-smtpd
man page.

| smtproutes:
| :mailhost.soup.ac.uk

As far as I can see, soup.ac.uk is a nonexistent domain, so you will
not be able to send any mail out.

| I would like any m/c to be able to directly connect to any other
| host willing to accept connections (including my mailhost).

Why you would want to connect a motorcycle to the Internet is beyond
me.  Does it run unix?

- Harald



Problem installing qmail.

1999-07-04 Thread Chittaranjan . Mandal

I have installed qmail-1.03.
I am able to send and receive mails locally.
However, I am not able to send or receive mails from anywhere else.
My control files are as follows:

defaultdomain:
soup.ac.uk

helohost:
mailhost.soup.ac.uk

locals:
localhost
myhost.soup.ac.uk

me:
myhost.soup.ac.uk

plusdomain:
ac.uk

rcpthosts:

smtproutes:
:mailhost.soup.ac.uk
---
I have the following environment variables set for user john:
setenv MAILDIR .qmail
setenv MAILHOST soup.ac.uk
setenv MAILUSER j.smith
setenv QMAILINJECT f
---

I would like any m/c to be able to directly connect to any other host willing to
accept connections (including my mailhost).
I would also like to receive mail directly from any other host trying to connect
to my m/c (including my mailhost, which is unlikely, and so I shall have to use
pop mail).

I really need some help to get qmail working properly on my m/c.

Thanks,
Chitta