James Turnbull wrote:
JC Júnior wrote:
Hi Don Russel, thank you for you answer...
but , i do not want to use sendmail or postfix, this must be a a very small system, and users information is on sqlite base, that postfix or sendmail does not support, i want to deliver from fetchmail direct to deliver ( if its is possible ).
thanks... JC júnior
I use fetchmail's --mda option with deliver and sieve to push mail around with no issues.
Regards
James Turnbull
Hi James , thanks for your answer....
This is axactly what i want ..... I using this line in /etc/fetchmailrc
poll pop.server.net protocol pop3 user "user1@server.net" there with password "foopass" mda "/usr/lib/dovecot/deliver -d mail -m /srv/mail/user1/"
Where /srv/mail/user1/ will be a maildir for user1, but user1 is not a system account, all maildirs is owned by mail user, and the user1 password is in a sqlite, but I have this error message:
"MDA retruned nonzero status 75"
Can you paste me you line???
Thanks for all ,
JC Júnior