I migrated all my inbox from uw-imap to dbmail with a script
and a line like

cat $USER  |  /usr/bin/formail -s dbmail-smtp -m "INBOX" -u $USER

Now i want to transfert all my imap folders with a line like

cat $FOLDER | /usr/bin/formail -s dbmail-smtp -m "$FOLDER" -u $USER

I figure that $FOLDER would be created by dbmail-smtp and all mail
would be sent into that $FOLDER.

But mail are being sent to the INBOX.

Is that normal

Thanks

Reply via email to