Re: [imp] poppassd doesn´t work..i´m desesperated
70210@bol.com.br
70210@bol.com.br
Mon, 17 Dec 2001 16:20:14 -0300
Yes the mean of the \etc\xinetd.d\poppassd is /usr/local/bin/poppassd
poppassd because the sintaxe to inetd.conf is
>From code source site: http://www.netwinsite.com/poppassd/#Unix_Installation
"The file '/etc/inetd.conf' will need to be updated to accept poppassd. The
following line will need to be added.
poppassd stream tcp nowait root /usr/local/bin/poppassd poppassd"
----- Original Message -----
From: "FreeBSD user" <freebsd@XtremeDev.com>
To: <imp@lists.horde.org>
Sent: Monday, December 17, 2001 3:11 PM
Subject: Re: [imp] poppassd doesn´t work..i´m desesperated
> I created a file named \etc\xinetd.d\poppassd with content:
>
> service poppassd
> {
> socket_type = stream
> protocol = tcp
> user = root
> wait = no
> server =/usr/sbin/poppassd
> server_args =poppassd
> disable = no
> }
I've never setup poppassd before, but I run xinetd here, and it seems your
server_args line is wrong. server_args is the flags you want to run
/usr/sbin/poppassd with. Ie., server_args = -v -d, etc. (I'm making the
flags up here, as I don't know what flags poppassd takes.) What you have
right now is essentially /usr/sbin/poppassd poppassd, and I doubt that's
right.
> I restart my server and It listening conection on port 106.
>
> When i do:
> telnet myserver 106 a recive a msg
>
> invalid option: {poppassd}
> Connection closed by foregin host
>
> where is my error?
>
> I´m desesperated
>
> tks a lot
>
>
>
> --
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>
>
--
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org