[Dbmail] How to get /var/mail/username to dbmail?
Hi, I have some mails in my old file /var/mail/username. How can I get this mails into dbmail? Thanks Matthias
Re: [Dbmail] How to get /var/mail/username to dbmail?
cat /var/mail/username|formail -s dbmail-smtp -u mydbmailusername should do the trick. Of course you need to have procmail installed to get formail. Thanks, have installed procmail and this command worked fine. Greate!