Go Back   HostGator Peer Support Forums > HostGator Peer Support Forums > Linux VPS Support

Notices

Reply
 
Thread Tools
  #1  
Old 10-07-2010, 10:16 PM
cosmorphis cosmorphis is offline
Hatchling Croc
 
Join Date: Mar 2007
Posts: 29
Default Email Archiving Solution

Hello everyone! Have to say, Host Gator is top notch! Been with them for about 4 years now.

Well, I have a client who I setup a filter in EXIM to copy all emails (ingoing and outgoing) into archive@website.com. Obviously, it's filling up fast, and at the end of the year, I will do a download for a local backup, but I also know he is going to want to keep it live. I know he is going to want to be able to search email from whatever date. I have noticed Horde getting sluggish, with all his archived email. I am just wondering if anyone has any suggestions on optimizing this and/or archiving it. My current thought is to move all his archived email from this year, into archive2010@website.com, so he can then fill up archive@website.com for the new year. This all seems backwards, and 'non-standard', and so I am looking for any and all suggestions.

Thanks!!!
Reply With Quote
  #2  
Old 10-07-2010, 10:28 PM
cosmorphis cosmorphis is offline
Hatchling Croc
 
Join Date: Mar 2007
Posts: 29
Default Re: Email Archiving Solution

The product from MailStore looks really good. It connects easily with EXIM, and is made for archiving. I don't know if my client would want to pony up the money, but I guess if it get's out of hand, then he'll have to decide what he wants to do. I'm gonna see if I can't find an open source solution that is similar ...
Reply With Quote
  #3  
Old 10-08-2010, 04:50 AM
weserver weserver is offline
Baby Croc
 
Join Date: Aug 2009
Posts: 96
Default Re: Email Archiving Solution

or you could just create a gmail account for the customer, auto-copying all mail to gmail. I'm sure it won't fill up any day soon ?
Reply With Quote
  #4  
Old 10-08-2010, 04:51 AM
weserver weserver is offline
Baby Croc
 
Join Date: Aug 2009
Posts: 96
Default Re: Email Archiving Solution

p.s. could you elaborate on how to set up these filters in exim ?
Reply With Quote
  #5  
Old 11-15-2010, 02:06 PM
cosmorphis cosmorphis is offline
Hatchling Croc
 
Join Date: Mar 2007
Posts: 29
Default Re: Email Archiving Solution

Quote:
Originally Posted by weserver View Post
p.s. could you elaborate on how to set up these filters in exim ?
I basically followed this tutorial.

http://www.linuxweblog.com/blogs/san...ls-cpanel-exim

It's pretty easy. You just put:

Code:
if first_delivery
   and ("$h_to:, $h_cc:, $h_from:" contains "@domain.tld")
then
   unseen deliver "monitor@domain.tld"
endif
You can modify that part to fit your needs. Click on the link to see where and what file to edit.
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Email Archiving sojorner Web Hosting Services 5 11-21-2007 02:05 PM
Possible Solution For Some Email Blocking? Shep Suggestions 14 11-08-2007 01:32 PM
Daily Raw Log Archiving tedsimages Shared Hosting Support 2 07-31-2006 01:51 AM

All times are GMT -5. The time now is 03:30 AM.