hello, I try to use the deliver dovecot with hardlinks. in command line, it's work with this command /usr/lib/dovecot/deliver -p themail -d user when i send mail with postfix. I received the mail for all users but it doesn't create hardlinks. i check with command line md5sum themail it same for all mail . but it don't create hardlinks. in my master.cf dovecot unix - n n - - pipe user=utilisateurmail:utilisateurmail argv=/usr/lib/dovecot/deliver -d ${user} have you got a solution ? thinks you Arnaud Yonnet ps, im sorry. my English is really poor....
On Mon, 2011-04-04 at 14:43 +0200, Arnaud Yonnet wrote:> hello, > I try to use the deliver dovecot with hardlinks. > in command line, it's work with this command > /usr/lib/dovecot/deliver -p themail -d userYes, it works only when you use the -p parameter.> when i send mail with postfix. I received the mail for all users but it > doesn't create hardlinks...> user=utilisateurmail:utilisateurmail argv=/usr/lib/dovecot/deliver > -d ${user}Because there is no -p parameter. You'd need to write a script to do this. I know some people have done that, but no one's made their script publicly available. A far easier solution would be to use Dovecot v2.0 and deliver mails via LMTP. Then the hard linking happens automatically.
Maybe Matching Threads
- Questions about hardlinks, alternate storage and compression
- Questions about hardlinks, alternate storage and compression
- Questions about hardlinks, alternate storage and compression
- [g.danti@assyoma.it: Re: Questions about hardlinks, alternate storage and compression]
- are hardlinks supported when rsyncing over ssh?