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 e

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.