Re: sendmail -> local delivery path

2006-04-10 Thread Giorgos Keramidas
On 2006-04-10 20:38, Efren Bravo <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to change the local user delivery path on
> sendmail from default in /var/mail/[users] to
> /usr/zmail/[users]

This is pointed to /var/mail/USER by the default value of the $MAIL
variable.  You can change it globally by editing /etc/login.conf and
then running cap_mkdb(1) on it.

Look near line 29 for:

# [...]
# default:\
# :passwd_format=md5:\
# :copyright=/etc/COPYRIGHT:\
# :welcome=/etc/motd:\
=>  # :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\
# :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin 
/usr/local/bin /usr/X11R6/bin ~/bin:\
# :nologin=/var/run/nologin:\
# [...]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


sendmail -> local delivery path

2006-04-10 Thread Efren Bravo
Hi,

I want to change the local user delivery path on
sendmail from default in /var/mail/[users] to
/usr/zmail/[users]  
  
I've tried with: 
define(`confFORWARD_PATH', `/usr/zmail/$u') 
but sendmail ignore the new path and store the
incoming mail on /var/mail/[users]

Do I miss something?

Thanks...

Efren Bravo.
-
Fight back spam! Download the Blue Frog.
http://www.bluesecurity.com/register/s?user=ZWZyZW5iYQ%3D%3D



__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"