From awd at dux.au.com Tue Apr 3 03:47:47 2001 From: awd at dux.au.com (Andrew D) Date: Tue Dec 20 11:33:47 2005 Subject: compiling errors Message-ID: <004101c0bbe0$1569d660$1900a8c0@awd.aust.to> G'Day to u all :) I've got solid-pop3d 0.16d running on one of my servers (suse 6.2 2.2.14) which I managed to compile no probs, I now wish to add maildir support to the pop server, when I compile I get this gcc -DHAVE_CONFIG_H -DDEFCONFIGFILENAME=\"/usr/local/etc/spop3d.conf\" -DBUL LDIR=\"/usr/local/var/bulletins/\" -I. -I. -I.. -g -O2 -c main.c main.c: In function `end_trans_state': main.c:310: `tmp' undeclared (first use in this function) main.c:310: (Each undeclared identifier is reported only once main.c:310: for each function it appears in.) make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/usr/src/solid-pop3d-0.16d/src' make: *** [all-recursive] Error 1 any ideas? I don't know any C so I got no idea what to do, however I NEED maildir support TIA cya Andrew -- My grandmother started walking five miles a day when she was 60. She's 97 now and we don't know where the hell she is. From chris at securecommerce.com.au Tue Apr 3 06:10:55 2001 From: chris at securecommerce.com.au (Chris Siakos) Date: Tue Dec 20 11:33:47 2005 Subject: newbie question Message-ID: Hello, I have compiled and installed solidpop3 and works OK. I am very happy with it. If I have system user "companyx" and want to have a number of pop only (not on system) users, I authenticate using pam_mysql and works OK. However solidpop expects either a system user (same name as the popuser) or user mapping to work. If neither is met solidpop3 reports user not found. So what I wish to have is one system user and unlimited pop only users which can pop from their own mail box. Is it possible? How? Note: ./configure --enable-pam --enable-mailbox --enable-maildir --enable-configf ile --enable-mapping --enable-nonip Thanks, Chris Siakos From Chris.Picton at BTGnet.net Tue Apr 3 08:37:08 2001 From: Chris.Picton at BTGnet.net (Chris Picton) Date: Tue Dec 20 11:33:47 2005 Subject: newbie question Message-ID: I don't know if it is supported. I made a small change to the code, so that all mailboxes are owned by user 'mail', and that is the only system account which needs to be present on the machine. I have all users authenticating off a radius server. ---- Chris Picton BTG Networks Systems Developer Chris.Picton@BTGNet.net > -----Original Message----- > From: Chris Siakos [mailto:chris@securecommerce.com.au] > Sent: Tuesday, April 03, 2001 6:11 AM > To: solidpop3d-list@lists.pld.org.pl > Subject: newbie question > > > Hello, > > I have compiled and installed solidpop3 and works OK. I am > very happy with > it. > > If I have system user "companyx" and want to have a number of > pop only (not > on system) users, I authenticate using pam_mysql and works > OK. However > solidpop expects either a system user (same name as the > popuser) or user > mapping to work. If neither is met solidpop3 reports user not found. > > So what I wish to have is one system user and unlimited pop > only users which > can pop from their own mail box. Is it possible? How? > > Note: > ./configure --enable-pam --enable-mailbox --enable-maildir > --enable-configf > ile --enable-mapping --enable-nonip > > Thanks, > Chris Siakos > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: solidpop3d-list-unsubscribe@lists.pld.org.pl > For additional commands, e-mail: solidpop3d-list-help@lists.pld.org.pl > From rick at coastsight.com Fri Apr 6 20:00:11 2001 From: rick at coastsight.com (Richard G. Duvall) Date: Tue Dec 20 11:33:47 2005 Subject: FreeBSD, standalone, not running Message-ID: I am trying to get solid pop3d running on FreeBSD 4.2-RELEASE and I use the command: spop3d -n Maildir -t maildir and it never starts. I do a ps -ax | grep spop3d, and it doesn't show up in my process table. Out of curiosity, I added a -s flag (assuming that that meant standalone, instead of inetd), and it started. But, when I telnet to localhost 110, it doesn't even connect me. Please help. What do I need to do to get this working? Thanks. Sincerely, Richard G. Duvall From rick at coastsight.com Fri Apr 6 20:25:53 2001 From: rick at coastsight.com (Richard G. Duvall) Date: Tue Dec 20 11:33:47 2005 Subject: FreeBSD, standalone, not running In-Reply-To: Message-ID: Okay, my bad..... I didn't have the spop3d username set up in my passwd file... Next problem. I used the -d option to debug. Where do I look for the log? Logging is very important to me. Sincerely, Richard G. Duvall On Fri, 6 Apr 2001, Richard G. Duvall wrote: > I am trying to get solid pop3d running on FreeBSD 4.2-RELEASE and I use > the command: > > spop3d -n Maildir -t maildir > > and it never starts. I do a ps -ax | grep spop3d, and it doesn't show up > in my process table. Out of curiosity, I added a -s flag (assuming that > that meant standalone, instead of inetd), and it started. But, when I > telnet to localhost 110, it doesn't even connect me. > > Please help. What do I need to do to get this working? > > Thanks. > > Sincerely, > > Richard G. Duvall > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: solidpop3d-list-unsubscribe@lists.pld.org.pl > For additional commands, e-mail: solidpop3d-list-help@lists.pld.org.pl > >