Re: compiling uw imapd

2003-07-29 Thread Will Yardley
In article <[EMAIL PROTECTED]>, Bijan Soleymani wrote: > On Tue, Jul 29, 2003 at 05:09:45PM -0500, Will Yardley wrote: >> I can make my changes to the package and rebuild it if necessary, but >> I'd rather just build from source. > If all you want is to get plai

compiling uw imapd

2003-07-29 Thread Will Yardley
I'm building UW imapd on a Debian Woody (x86) box. Building works fine, and I can login via SSL, however plaintext logins are still not working. I want to use either PAM or shadow passwords for cleartext logins. /etc/pam.d/imap has: #%PAM-1.0 auth required pam_unix_auth.so account requ

Re: urgent Mail Server

2003-04-01 Thread Will Yardley
In article <[EMAIL PROTECTED]>, Lindsay Yardley wrote: > This morning I recieved an invoice from the isp who handles my > mail/website, he's increased his fees by 200%. This is only a hobby > thing so I can't justify spending that much for redirection & masking. > I'd like (have to) to take over t

Re: default editor

2003-03-19 Thread Will Yardley
Alan Shutko wrote: > Will Yardley <[EMAIL PROTECTED]> writes: >> The patch (to init.c) seems to be: >> >>Tempdir = safe_strdup ((p = getenv ("TMPDIR")) ? p : "/tmp"); >> - Editor = safe_strdup ((p = getenv ("EDITOR")) ? p :

Re: default editor

2003-03-19 Thread Will Yardley
[ Bcc to md at linux.it; package maintainer see http://lists.debian.org/debian-user/2003/debian-user-200303/msg03514.html] In linux.debian.user, you wrote: > [EMAIL PROTECTED] (Will Yardley) writes: >> Shouldn't VISUAL (if present) override /usr/bin/editor as the >> defaul

default editor

2003-03-18 Thread Will Yardley
[ Tried to post to linux.debian.user, but apparently this doesn't work at the moment, unfortunately. ] I noticed that when I have /usr/bin/editor set to nano on a system, but I have: export VISUAL=vim in my environment, mutt still seems to use nano as the editor; however if I put: export EDITOR=vi