|
Message-ID: <Pine.LNX.4.53.0303040909160.15287@negative.zeroday.net> Date: Tue, 4 Mar 2003 09:18:03 -0800 (PST) From: phaser-X <px@...oday.net> To: popa3d-users@...ts.openwall.com Subject: Re: simple question? If i'm user root and execute /usr/local/sbin/popa3d -D, i get the following: negative root # /usr/local/sbin/popa3d -D +OK And then it just waits for input .. It does the same thing if i execute /usr/local/sbin/popa3d -V as well.. Maybe there is some compile issue on my machine.. I use qmail for smtp and use ~/Mailbox format, so i #undef the MAIL_SPOOL_PATH .. If I do that, I get a bunch of compile warnings. Here they are: ---- BEGIN negative popa3d-0.6.1 # make gcc -c -Wall -O2 -fomit-frame-pointer version.c gcc -c -Wall -O2 -fomit-frame-pointer startup.c In file included from startup.c:5: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer standalone.c In file included from standalone.c:6: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer virtual.c In file included from virtual.c:5: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer auth_passwd.c In file included from auth_passwd.c:5: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer auth_shadow.c In file included from auth_shadow.c:10: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer auth_pam.c In file included from auth_pam.c:5: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer pop_root.c In file included from pop_root.c:28: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer pop_auth.c In file included from pop_auth.c:11: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer pop_trans.c In file included from pop_trans.c:8: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer protocol.c In file included from protocol.c:15: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer database.c In file included from database.c:8: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer mailbox.c In file included from mailbox.c:19: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer misc.c In file included from misc.c:12: params.h:182:41: warning: extra tokens at end of #undef directive gcc -c -Wall -O2 -fomit-frame-pointer md5/md5.c -o md5/md5.o gcc -s version.o startup.o standalone.o virtual.o auth_passwd.o auth_shadow.o auth_pam.o pop_root.o pop_auth.o pop_trans.o protocol.o database.o mailbox.o misc.o md5/md5.o -lcrypt -o popa3d ---- END If I leave MAIL_SPOOL_PATH defined, it compiles without errors, but still the same things as mentioned above happen (ie; starting it with -D, trying to run it from xinetd or even trying to get version info via -V option..) I'm just flabberghasted at this moment and I really don't know what to do anymore.. :P On another note, i'm using grsecurity patches and i have "special group socket access" or whatever it's called enabled. Where members who belong to group X have access to sockets.. I went ahead and added the popa3d user to this special group "just in case", but still, nothing. -Jason On Wed, 5 Mar 2003, Michael Meyer wrote: ) phaser-X wrote: ) > I just installed gentoo on this box the other day (previously ran ) > mandrake) .. Today i compiled and installed popa3d v0.6.1 .. It works, but ) > I can not get it to work with xinetd.d .. ) ) perhaps a problem with your tcp-wrapper configuration? ) ) > If i run /usr/local/sbin/popa3d, it accepts my username and password, list ) > shows all my emails, i can read, delete, etc.. But once i create ) > /etc/xinetd.d/pop3, restart xinetd.d, telnet to the listen address port ) > 110, i get connection refused .. Here's what my xinetd.d/pop3 file reads: ) ) why you don't use popa3d in standalone-mode? ) ) '/usr/sbin/popa3d -D' ) ) micha )
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.