How to copy email messages between 2 accounts on IMAP server side

Hello,
I have a need that I'm not yet able to solve on my Mac Mini Server (OSX10.9.4 build 13E28 - Server 3.1.2 build 13S4517).
I have configured and started my Server with the IMAP Server that manage my emails domain; at the moment I have 8 accounts able to retrieve emails from the external ISP, send emails outside through the same ISP and manage locally the emails exchange. All it's working as good as well.
Now, caused by operative needs of the company, all the emails of a specific account should be copied/forwarded/duplicated (one of this solution would be indifferently accepted) to a different account. The second account isn't configured on the ISP site but only my Server and should be used as a something similar to a live-backup of the first account. This is necessary because the first account "can be / has to be" managed by a lot of people (we know that this behavior could be dangerous for the integrity of the mail repository but we can't do in a different way...) and so we need to create a second account that will be managed by the administrator only to handle in real-time possible recoveries...
Have someone ideas/suggestion about a standard way (i.e. I mean something already foreseen inside Maverick/Server app) that we can follow to configure the environment that I've described?
Thanks a lot for your help and support

Irina, I don't think the mail api is not really designed for that. To do things at the database level, you might want to look at streams to pump all changes over to an archive database.
However one thing to bear in mind is that if you are capturing changes in the user's mail folder then you do not have an authoritative record of all mail (just an archive of what actually made it into their folders (e.g. if they choose not to keep a sent copy, then you will not have it in your archive).
For this reason, true compliance archiving usually aims to intercept the smtp delivery process (either as an intermediate gateway or plugin to a gateway .. google for such products).
you would normally do this at your corporate smtp gateway. unfortunately, I don't believe you can internally intercept/hook the OCS smtp process with 100% reliability (e.g. via a trigger), so I'd suggest you look at external smtp solutions if you really need compliance archiving.
hth

Similar Messages

  • How do I share music between two accounts on the same i-mac

    How do I share music between two accounts on the same i-mac

    iTunes: How to share music between different accounts on a single computer - http://support.apple.com/kb/HT1203 - relocating iTunes' media folder to a shared area but leaving separate library files - extra tip at https://discussions.apple.com/message/17331189

  • I can't sync my all email message between macbook pro and iPad 4

    Hi,
    I can't sync my all email message between macbook pro and iPad 4. This sync only complete account setting but not email message.
    Can anybody help me to fix the problem?

    You can't "fix" this problem because you can't sync email messages from the Mac mail app, you can only sync your email account settings. Messages will not sync using iTunes.

  • IOS 7, Moving messages between Exchange accounts

    Hi,
    Can't find any help on this issue:
    I have two Exchange accounts set up on my iPhone (and iPad), and both work well interms of sending and receiving e-mails. As I frequently get messages addressed to one address that "belong" to the other, I want to move these after processing them to the right folder under the other account.
    ios 7 seemingly caters to this by allowing me to "move up" from the current account and see the other accounts. BUT, the other Exchange account is grayed out, so moving messages between the accounts is impossible.
    This is perfectly possible on the Mac in OS X, so I am not sure why this should be infeasible on the phone?
    Any ways to get around this?

    Hold on, maybe you can. Try this and see if it works...
    Select the account and message you want to move.
    Tap the folder icon under the message
    You should see at the top left of the screen <Inbox. Tap that.
    You should now see <Accounts. Tap again.
    Select the accoun, then the folder you want to move the email to.
    Looks like it does work for me. Learn something new every day! :-)

  • HT3228 Why is it that when I delete an email message from an account on my iPhone it instantly disappears from the same email account on my wife's iPhone?

    Why is it that when I delete an email message from an account on my iPhone it instantly disappears from the same email account on my wife's iPhone? We both have iOS7 and have imap email accounts.

    not all mail providers sync the send mail part of the mail box
    you can try to contact yahoo if this is the case with them

  • Copy and paste between user accounts

    is there a way to copy and paste between user accounts?

    You can drag files to the Drop Box folder in another user's Public folder.

  • How to resend email to verify iCloud account

    How do resend email to verify iCloud account?

    Hi lucegrist,
    If you are looking to add or change email aliases associated with your iCloud account, you may find the following article helpful:
    iCloud: Create or change email aliases
    http://support.apple.com/kb/ph2622
    Regards,
    - Brenden

  • How to sync the data between the two iSCSI target server

    Hi experts:
    I have double HP dl380g8 server, i plan to install the server 2012r2 iSCSI target as storage, i know the iSCSI storage can setup as high ability too, but after some research i doesn't find out how to sync the data between the two iSCSI target server, can
    any body help me?
    Thanks

    Hi experts:
    I have double HP dl380g8 server, i plan to install the server 2012r2 iSCSI target as storage, i know the iSCSI storage can setup as high ability too, but after some research i doesn't find out how to sync the data between the two iSCSI target server, can
    any body help me?
    Thanks
    There are basically three ways to go:
    1) Get compatible software. Microsoft iSCSI target cannot do what you want out-of-box but good news third-party software (there are even free versions with a set of limitations) can do what you want. See:
    StarWind Virtual SAN [VSAN]
    http://www.starwindsoftware.com/native-san-for-hyper-v-free-edition
    DataCore SANxxx
    http://datacore.com/products/SANsymphony-V.aspx
    SteelEye DataKeeper
    http://us.sios.com/what-we-do/windows/
    All of them do basically the same: mirror set of LUs between Windows hosts to emulate a high performance and fault tolerant virtual SAN. All of them do this in active-active mode (all nodes handle I/O) and at least StarWind and DataCore have sophisticated
    distributed cache implementations (RAM and flash).
    2) Get incompatible software (MSFT iSCSI target) and run it in generic Windows cluster. That would require you to have CSV so physical shared storage (FC or SAS, iSCSI obviously has zero sense as you can feed THAT iSCSI target directly to your block storage
    consumers). This is doable and is supported by MSFS but has numerous drawbacks. First of all it's SLOW as a) MSFT target does no caching and even does not use file system cache (at all, VHDX it uses as a containers are opened and I/O-ed in a "pass-thru" mode)
    b) it's only active-passive (one node will handle I/O @ a time with other one just doing nothing in standby mode) and c) long I/O route (iSCSI initiator -> MSFT iSCSI target -> clustered block back end). For reference see:
    Configuring iSCSI Storage for High Availability
    http://technet.microsoft.com/en-us/library/gg232621(v=ws.10).aspx
    MSFT iSCSI Target Cluster
    http://techontip.wordpress.com/2011/05/03/microsoft-iscsi-target-cluster-building-walkthrough/
    3) Re-think what you do. Except iSCSI target from MSFT you can use newer technologies like SoFS (obviously faster but requires a set of a dedicated servers) or just a shared VHDX if you have a fault tolerant SAS or FC back end and want to spawn a guest VM
    cluster. See:
    Scale-Out File Servers
    http://technet.microsoft.com/en-us/library/hh831349.aspx
    Deploy a Guest Cluster Using a Shared Virtual Hard Disk
    http://technet.microsoft.com/en-us/library/dn265980.aspx
    With Windows Server 2012 R2 release virtual FC and clustered MSFT target are both really deprecated features as shared VHDX is both faster and easier to setup and use if you have FC or SAS block back end and need to have guest VM cluster.
    Hope this helped a bit :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • How to upload a video into Asset Library programmatically using server side code in sharepoint 2013

    How to upload a video into Asset Library programmatically using server side code in sharepoint 2013

    First you need to configure your asset library with video content type and then you can use SharePoint object model to upload the video files in it...
    check this link for setting up Asset library
    http://www.c-sharpcorner.com/UploadFile/54db21/asset-library-in-sharepoint-2010/ 
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/1d64a5f7-c7db-4ae0-8b0d-d0722cacf5f2/assets-library-video-files-and-c?forum=sharepointdevelopmentprevious
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • Transfer Mail messages between Mail accounts

    I would like to transfer all messages from one of my Mail account to another Mail account for the same user on the same computer. I want to do that because I don't want to lose my old email messages when I delete the old Mail account.
    Please advise.
    Thank you.

    You can accomplish this a number of ways.
    Create an "On My Mac" location mailbox - one for this account's Inbox messages and one for the account's Sent messages.
    Transfer messages from the account's inbox mailbox to the appropriate user created mailbox and the same for the account's Sent messages before deleting the account.
    I would prefer keeping the received and sent messages for the account to be deleted separate from the account that will remain but if you don't care about this, transfer the messages from the account's inbox mailbox to be deleted to the account's Inbox mailbox that will remain and the same for the messages in the account's Sent mailbox to be deleted.
    Or with the Mail.app quit and using the Finder go to Home > Library > Mail > this POP account named folder (named by the user name and incoming mail server for the POP account to be deleted). This account named folder contains the associated mailboxes for the account - Inbox, Drafts, Sent, Trash and Junk.
    Copy this account named folder and place the copy on the Desktop.
    Launch Mail and delete this account.
    Use the Import Mailboxes feature to import the account's Inbox mailbox and Sent mailbox located in the copy of the account named folder placed on the Desktop.

  • How to delete email messages

    How to delete all old email messages that I neglected to delete after reading.  Is there a easier way than editing and then selecting the delete button for each email message?

    There is no easy way. Perhaps you could use your computer or use web mail of your account supports this - these methods would be faster (for IMAP accounts).

  • Match Email Messages Between Mailboxes

    If I have access to two mailboxes (User A and User B).  How would I determine if two email messages (one in User A's inbox, and one in User B's mailbox) represent the same email message?  Would they have the same InternetMessageId?  
    I am building an application that will merge emails from several different users inboxes into a single repository.  I want to avoid creating duplicate entries for the same email messages where one user sent an email to another user in the group.
    When merging two different users email folders how do I identify two EmailMessages that represent the same email sent between the two users?

    If its two separate mailboxes I would look at the Internet Message Id see
    http://msdn.microsoft.com/en-us/library/office/cc839521%28v=office.15%29.aspx PidTagInternetMessageId. That should work in most case it not guaranteed though so I would expect you will always have some duplicates but its probably the closest you'll
    get.
    You could also use your own transport agent eg if you catch your messages in an OnSubmission before any categorization takes place and add your own unique X-header in the Message you could then use that value on any messages that are
    delivered to ensure uniqueness.
    Cheers
    Glen

  • How do I share music between user accounts on the same computer?

    My wife and I have separate user accounts on the same MacBook Pro so that we can both sync our phones to this computer. My account is the primary user account, and my iTunes library is stored in this account. My wife would like to put music on her iPhone so she can run, but I can't seem to access the music library thru her account. I know the files are all on the hard drive regardless, so I just need to know how I can make iTunes on my wife's account access the library that's there. I've tried the steps I could find on Apple's website, but I can't seem to make it work. I'm running the latest versions of everything - even tho the post says I'm running 10.9.1, I'm actually running 10.9.4

    To give other users read-only access to your iTunes library, use the Sharing features of iTunes. Sharing works over the local network as well as on the same computer. See the built-in help for details.
    If you want to give full read/write access to more than one user, see the support article linked below.
    iTunes: How to share music between different accounts on a single computer
    There is a way to share the library without moving it to a secondary volume. If you really need to do that, ask for instructions.

  • How can i Email Apple ID Scurity Accounts?

    To make the long story short,...
    I have 2 apple ID's in my iPad
    Address1 - a***************@yahoo.com - for gaming ( sync with my Game Center)
    Address2 - b***************@gmail.com -     for AppStore purchases
    My brother sent an itunes gift card (20$ Australian Dollars)  to my Address1, i then redeemed it not knowing that my Address2 was signed-in within my AppStore,
    BUT I HAVENT USED THE CREDIT!
    i once emailed apple and told me to contact 'apple security accounts', they'd given me the link
    i visited the link but it turns out that they are recommending mo to Ask for a Call or Call them directly (theres no email option in the webpage), but i wanted to just Email them because..
    I AM NOWHERE IN AUSTRALIA im in Timor-Leste and theres no Apple Offices here, cause if I Call them(Apple) it would incur international charges.
    Now, How can i email them DIRECTLY? I need to transfer the Gift card to my Address1 ASAP
    My other concern is that
    This Address2's AppStore was registred in US only, i tried to change the Region from US to Australia to no avail because of some billing infos etc....
    If i then receive this Gift Card would my Address2's AppStore be directly converted to Australian AppStore?
    Any Help is appreciated! Thank You

    Did you select Australia? Your page appears as the US. You can should be able to start a chat from your location. You can also select the Contact Us link at the bottom right of every page here. There is not really a direct email link for support, there never has been. The link I gave you offered you the option to click on support for your current location. You can use this link to get help from iTunes support. You send an email and they will respond within 24-48 hours. http://www.apple.com/support/itunes/contact/

  • How to copy information from a user account's Security tab of Active Directory User and Computer Security tab to another user account?

    Hi, I'm using vs2012
    Grammatically, by C# code, I need to copy a user account's Security (from ADUC Security tab) and apply it to a new user account I created by code.  My application creates new AD accounts when needed.  I need to duplicate/copy attribute from another
    user account that we use as a base template.  I can copy most other attributes through property["xxxxx"] but how do I copy all that permission access information under the ADUC Security tab?
    How can I do that?  Thank you.
    Thank you

    I would recommend asking them in C# forums: https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=csharpgeneral&filter=alltypes&sort=lastpostdesc
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

Maybe you are looking for

  • TS1559 I just want my phone to work

    I am having trouble getting my music to turn off - it is battery draining on my I phone 5- I turn it off and next time I look at my phone it is playing again- next, I cannot get my msn email to stay logged in - makes me crazy- I don't want to use icl

  • Multiple Apple TV System Planning

    I am donating apple tv's to the Maine Children's Cancer Program to put in the kids treatment rooms. There will be 5 160GB apple TVs connecting to a mac mini with a 1TB WD hard drive. All of this connecting over a wireless network using an airport ext

  • Help getting iphone 4s out of recovery mode as i keep getting error 1611 or error 21.

    can anyone help (with ways to fix this issue other than the 1's ive already tred) I was charging my phone and when i went to get off off charge it was dead and only displayed the itunes connect image. I have tried to restore it and when i connect it

  • Missing driver problem

    hey cisco i was just setting up a network share on my wifes vista computer and got a missing driver and it seems to be a often occuring problem for many people please have your support team take a look at this http://answers.microsoft.com/en-us/windo

  • Export in to excel sheet

    Hi , I have some reports and i'm trying to export into excel sheet. we are getting entire results in to excel, but i want to get excel sheet name as our report name while exporting . Is there any solution in OBIEE. Regards, Mal