Date: Sun, 21 Jan 2001 04:01:07 +0100 From: Roelof Osinga <roelof@nisser.com> To: freebsd-stable@freebsd.org Subject: MAIL set by whom? Message-ID: <3A6A50F3.307C9E06@nisser.com>
next in thread | raw e-mail | index | archive | help
The following is what i've got: nl:~$ grep MAIL /etc/* /etc/aliases:# See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES /etc/aliases:MAILER-DAEMON: postmaster /etc/aliases:# BUSINESS-RELATED MAILBOX NAMES /etc/aliases:# NETWORK OPERATIONS MAILBOX NAMES /etc/aliases:# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES grep: /etc/isdn: Permission denied /etc/login.conf:# :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ /etc/login.conf: :setenv=MAIL=/home/$/Maildir/,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\ /etc/login.conf:# :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\ /etc/make.conf:NO_SENDMAIL= true grep: /etc/master.passwd: Permission denied /etc/services:ni-mail 61/tcp #NI MAIL /etc/services:ni-mail 61/udp #NI MAIL grep: /etc/skeykeys: Permission denied grep: /etc/spwd.db: Permission denied grep: /etc/uucp: Permission denied nl:~$ grep MAIL * nl:~$ But what I need is /home/{$USER}/Maildir/ in order for Mutt to work with Maildirs. The above /etc/login.conf parts don't do the trick and other occurrences of MAIL I can't find. So what gives? (IOW please help! :) Roelof PS I've read about: nl:~$ cat .mutttrc set mbox_type="Maildir" set mbox="$HOME/Maildir/" set spoolfile="$HOME/Maildir/" but am wondering if that really is all there is? -- Home is where the (@) http://eboa.com/ is. Nisser home -- http://www.Nisser.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A6A50F3.307C9E06>