--Tony Bibbs wrote on 17.01.2002 15:17 -0600:

> sorry, I meant to say that x and y are the uid/gid respectively of the
> user courierusers.

This is ok then, hope you also have:

/home/courierusers/couriertest/[tmp|new|cur]

> I did a 'telnet localhost 25' and got:
> 
> Trying 127.0.0.1...
> telnet: connect to address 127.0.0.1: Connection refused

You also need to start the couriertcpd for esmtpd with:

cd /usr/lib/courier/sbin
./esmtpd start

same with pop3, imap, the ssl-pendants, authdaemond.mysql.
The whole thing should look like this:

$ pstree -u
init-+-authdaemond.mysq---2*[authdaemond.mysq]
     |-courierd---courierd(courier)-+-sh(root)---courierdsn(courier)
     |                              |-sh(root)---courieresmtp(courier)
     |                              `-sh(root)---courierlocal
     |-6*[couriertcpd]

use sockstat or netstat to see the listening sockets.
If you still cant connect check the local packet-filter.

Then dig for the utility authtest somewhere in the source,
it will tell you if a specific user exists, and where.

If there are still errors copy&paste them into your posting
to prevent any typos, they are really confusing :)

Roland


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to