Author Topic: Store mail in the Zentyal  (Read 3214 times)

Alex Assis

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Store mail in the Zentyal
« on: January 21, 2011, 06:22:00 pm »
Gentlemen,

I need to record all emails from users of the network passing through the server zentyal in a box on the server and then query this email. Is there any program that has this function?

Does anyone have any tips?

Alex Assis

erikjan

  • Zen Apprentice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
Re: Store mail in the Zentyal
« Reply #1 on: January 22, 2011, 05:04:29 pm »
Software

http://www.archiveopteryx.org/

http://www.enkive.org/

You can do something like this:

Using the always_bcc parameter, a blind carbon copy of each message will be delivered to an administrative user of your choice. Since that person will be getting a lot of messages, it makes sense to create a temporary user account. Tracking and logging messages in this way can be quite a daunting task.

Here's how you do it. Edit your main.cf file and add the following line:

always_bcc=adminuser@yourdomain.dom

The adminuser is the one you created to receive a copy of all this email. Reload postfix and that username will start receiving a copy of every email that goes across the system. To activate the feature, reload postfix.

postfix reload


But then you get an awful lot of mail in abox, not very convenientto search.

best
Erik

Alex Assis

  • Zen Apprentice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Store mail in the Zentyal
« Reply #2 on: January 22, 2011, 07:53:39 pm »
Hi erik,


Thank for help.

Best regards,

Alex Assis