Date: Mon, 22 Jun 1998 20:17:05 -0500 (EST) From: Alfred Perlstein <bright@hotjobs.com> To: Evren Yurtesen <yurtesen@ispro.net.tr> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: - pop3 - URGENT Message-ID: <Pine.BSF.3.96.980622201121.29003B-100000@bright.ny.otec.com> In-Reply-To: <Pine.LNX.3.96.980623014202.4033B-100000@avrasya.ispro.net.tr>
next in thread | previous in thread | raw e-mail | index | archive | help
this really shouldn't be on the -hackers list, anyhow what you should do then is download the latest version of POPPER and READ some of the documentation. i'm quite sure it's configurable. using $HOME won't work anyhow, because the pop3 deamon isn't running under the user context. $HOME would equate to root most likely... BE CAREFUL!!!! i'm quite confused, can't you just grok the line where it finds out which file to deliver it to and use sprintf carefully? something like i'm expecting "user" to be the username: sprintf(file,"/usr/home/%s/Mailbox",user); whereas it's prolly something along the lines of: (change to above) strcat(something, something.... ) -Alfred On Tue, 23 Jun 1998, Evren Yurtesen wrote: > hello > I do not have any nfs partitions yet, > I have arranged procmail to deliver mail to users home directories > but I am not able to set pop3 daemon to take that mail from > there... > I have found some mails on the web that redhat is able to do it > with the latest rpm of popper or something like that... > should I install redhat? > > > On Tue, Jun 23, 1998 at 12:41:33AM +0300, Evren Yurtesen wrote: > > > > > > hello, > > > here I have a serious problem!!! > > > I have moved all users' mail boxes to their home directories > > > like $HOME/mail > > > now I am not able to find a pop3 daemon which may read them > > > from there! > > > how may I find a pop3 which does this? or how may I modify > > > an existing pop3 daemon? > > > > > > please help! > > > > > > thank you > > > > This is a TRICKY thing to do correctly, particularly if the home directories > > are mounted via NFS. > > > > BE CAREFUL! > > > > - > > -- > > Karl Denninger (karl@MCS.Net)| MCSNet - Serving Chicagoland and Wisconsin > > http://www.mcs.net/ | T1's from $600 monthly / All Lines K56Flex/DOV > > | NEW! Corporate ISDN Prices dropped by up to 50%! > > Voice: [+1 312 803-MCS1 x219]| EXCLUSIVE NEW FEATURE ON ALL PERSONAL ACCOUNTS > > Fax: [+1 312 803-4929] | *SPAMBLOCK* Technology now included at no cost > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980622201121.29003B-100000>