yes it is
procmail manage the delivery
i've build this procmailrc into /etc
SHELL=/bin/sh
MAILDIR=${HOME}/mail
LOGFILE=/var/log/procmail
and it seems to be running, into the log i'll find he procmail process
log, but the mail still be parked into /var/mail
the user dir /home/name/mail still exists with 777 mode protection, the
user it's the owner and users it's group
where am i in fall ?
Thansk again
alessandro
Greg Hackney wrote:
> alexpt@hotmail.com wrote:
> > hi Greg
> > Sorry to disturb you, suggested modification as done but without
> > success, i'll include the new postconf ... hope you could me again
> > Thanks a lot
> > Alessandro
> >
> > alias_database = hash:/etc/aliases
> > alias_maps = hash:/etc/aliases
> > always_bcc = internal@linuxto
> > append_dot_mydomain = no
> > biff = no
> > config_directory = /etc/postfix
> > delay_warning_time = 4h
> > inet_interfaces = all
> > mail_spool_directory = /home/mail
> > mailbox_command = procmail -a "$EXTENSION"
> > mailbox_size_limit = 0
> > mydestination = linuxto, localhost.localdomain, localhost,
> > linuxto.iwata.to.it
> > myhostname = linuxto.iwata.to.it
> > mynetworks = 127.0.0.0/8 132.147.160.0/24 192.168.0.0/24 192.168.1.0/24
> > recipient_delimiter = +
> > relayhost = smtp.colt.net
> > smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
>
>
> I'm sorry that I didn't notice this before, but it appears that "procmail"
> is doing the final mailbox delivery, and not Postfix:
>
> mailbox_command = procmail -a "$EXTENSION"
>
> Take a look at the procmail configs.
>
> --
> Greg