Koozali.org: home of the SME Server

[SOLVED] Three mailboxes: forward info to each other?

Offline purvis

  • *****
  • 567
  • +0/-0
Re: [SOLVED] Three mailboxes: forward info to each other?
« Reply #15 on: April 10, 2013, 01:51:54 PM »
Noting back to sending a copy of received emails from 3 different accounts to central account.
This is what i needed to do years ago but did not have the know how to do it.
I wanted something other than using the forward the email.
In altering the bash script found at
http://forums.contribs.org/index.php/topic,49726.msg248844.html
It would be possible to copy received emails into one or more accounts.

And even with a little more finesse coding, you could copy all new received emails into multiple email accounts.
Where there is a will, there is usually a way. You might have to sweat a little to get what you want. But hey, the computer will not complain.
Making use of inotifywait with the create option and watching for emails being created in new directory of all accounts and then filtering in those  account names you want to check for incoming emails.
 
« Last Edit: April 10, 2013, 01:56:58 PM by purvis »