yes sure
Many thanks
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 #inserito da Piatti in data 16/5/06
dopo /var piena
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)
Greg Hackney wrote:
> alexpt@hotmail.com wrote:
> > Dear all
> >
> > i need to move spool dir of postfix to a new disk, i've put into
> > main.cf the paramater mail_spool_directory = /newdir but ... postfix
> > still park the mail into /var/spool/mail.
> >
> > Checked with postconf the parameter that has been charged, checked
> > protection of the dir are the same of the old ...
> >
> > someone could me about ?
> >
> > Thanks in advance
> > alessandro
>
> Could you post the output of "postconf -n" ? That might
> in figuring out the problem.
>
> --
> Greg