[qmailtoaster] qmailtoaster -- create an enterprise edition

2015-09-29 Thread Rajesh M
thank you eric,

on a side note i was following all the conversations concerning the future of 
qmailtoaster

is it possible to create an professional/enterprise edition of qmailtoaster 
with features like

good interface managing users in similar to qmailadmin but well presented 
abiltiy to export users, add users in bulk, facitlity to un-delete an email id,
controlling outgoing spam by restricting number of emails per user per day and 
per hour,
improve the policy files
improve taps
controlling email size per user. both incoming and outgoing
blocking hacking attempts and reporting them
have an excellent reporting system

spamdyke can be configured in such a manner that all settings can be done 
without having to recompile qmailtoaster.

i am also using sync option via horde -- so am able to sync outlook (with 
funambol connector) and mobiles which can be added to the above project.

a good document on securing the server for qmailtoaster.

i am sure people will be glad to pay for such service. a charge of a few 100 
usd can per server EVERY year for the professional edition which can be put to 
good use from your side.

also incase of very high volume usage a well documented method to configure 
qmail with high-availability can be added.

is it possible to go ahead in such a manner ?

rajesh

- Original Message -
From: Eric Broch [mailto:ebr...@whitehorsetc.com]
To: qmailtoaster-list@qmailtoaster.com
Sent: Mon, 28 Sep 2015 23:08:17 -0600
Subject: Re: [qmailtoaster] prevent emails from one server ip from 
beingprocessed by spamassassin

On 9/28/2015 10:35 PM, Rajesh M wrote:
> ps ax | grep spamd

Change the -m5 to -m7 in /etc/sysconfig/spamassassin

[root@pet105 ~]# cat /etc/sysconfig/spamassassin
SPAMDOPTIONS="-d -x -u vpopmail -m7"

[root@pet105 ~]# ps ax | grep spamd
10700 ?Ss 0:03 /usr/bin/spamd -d -x -u vpopmail -m7 -r
/var/run/spamd.pid



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] How to protect sent items email and Trash folder from users

2015-09-29 Thread Chandran Manikandan
Hi Friends,

I found in Google for my requirements it's called auto bcc providing in our
server to solve my issue.
In our qmailtoaster earlier version had the qmail-tap which we need to make
whole domain email account sent emails forward to any email account or any
one email account sent to other email account from our server.

But when i went on server to check this file is not there.

Could anyone have idea about this.

Please let me know if you have any idea about this and configuration steps.

FYR Below.

*taps*

This file contains email archiving instructions-also known as tap/tapping.
The *taps* file (empty, 0-byte file) is not included in the basic, default
toaster install.

The *tap-patch* is in the toaster package, however...you just need to
configure it by:

   1. touch /var/qmail/control/taps
   2. vi /var/qmail/control/taps

insert tap info and save.

Examples:

a) To tap a whole domain add a line like: .*@domain.com:j...@example.com
---'joe' gets a copy of all incoming and outgoing mail for the domain.

b) To tap an individual email address add a line like: u...@domain.com:o
t...@example.com ---'other' gets a copy of all incoming and outgoing mail
for 'user'

Thanks,
Mani.

On Tue, Sep 29, 2015 at 10:30 AM, Chandran Manikandan 
wrote:

> Hi Havrla,
> Thanks for your help.
> So you mean to say need to create domain and user for backup with the same
> server with above example and after that do a rsync.
> May am i right.
> The problem is if they delete from their email . is it affect in backup
> domain also or not.
> If not affected the backup domain then it will useful for me.
>
> Or if any one give simple solution.
>
> What ever outbound mails go out from our domain in any account to store
> those outbound mails to any one email account.
>
> If possible to do any rule in our server.
>
> If made a rule like that then we can monitor those email sent items in
> that particular email account.
>
> Anyone face this kind of experience. kindly share me.
>
> On Tue, Sep 29, 2015 at 3:18 AM, Havrla  wrote:
>
>> Heloo
>>
>> idea
>>
>> 0)
>> @example_my_domain.com
>> home in  /home/vpopmail/domains/example_my_domain.com  - ok
>>
>> 1) create domain
>> create in vpopmail  "backup/mirror" domainexample_my_domain.back
>>
>> 2) rsync
>> #!/bin/bash
>> rsync -av  /home/vpopmail/domains/example_my_domain.com/*
>> /home/vpopmail/domains/example_my_domain.back
>>
>> 3)
>> add people account  example_my_domain.back  to outlook.firefox
>>
>> ??
>> example_my_domain.back  = all emails
>>
>> Havrla
>>
>>
>>
>>
>>
>>
>>
>> Dne 28.9.2015 04:28, Chandran Manikandan napsal(a):
>>
>> Dear Friends,
>> Thanks for your kind suggestion. My problem is our most Senior people
>> used their email account in their office Desktop(outlook),home(Outlook) and
>> handsets. If they want to moved emails from his inbox or Sent items
>> intentionally. How to retrieve those emails . If inbox emails we could make
>> forward option to create similar b...@domain.com email account to retrieve
>> that. The main problem is Sent items.
>> In blackberry server have one option autobcc if any one sent emails from
>> blackberry handset it will copy those sent items email to other account.
>> If possible to make similar function in server for particular users.
>> Then we would recover those sent items emails.
>>
>> Please share your thoughts and solution.
>>
>> As per your advise if i use rsync option it will backup all emails with
>> mirror concept. but how do i get those emails from backup folder. Do i need
>> to restore any email account from rsync backup drive.
>>
>> could any one give clear solution of my query.
>>
>> Thanks,
>>
>>
>> On Sat, Sep 26, 2015 at 5:39 AM, AGM SOFT  wrote:
>>
>>> Check-out expunge plugin for dovecot.
>>> It allows you to retain all deleted emails.
>>>
>>> AM
>>> Em 25/09/2015 09:36, "Chandran Manikandan" 
>>> escreveu:
>>>
 Hi Friends,

 I need your help of my below.

 1. Currently am using Centos 6.6 Final and Qmail toaster,dovecot  on
 our server

 2. We are using Outlook,Thunderbird and Squirrel webmail to access
 emails.

 3. The help is need for some our senior people sent emails to clients.
 Those emails after their sent moved from their sent item folder to their
 local outlook files(Desktop storage) or removed from server.

 4. I want to restrict to removed or moved emails from inbox and sent
 items folder

 5. Does it any method to forward those emails to particular email
 account on server without their knowledge like Inbox forward option.

 6. How to protect those emails.

 Could anyone help me.

 --
 *Thanks,*
 *Manikandan.C*
 *System Administrator*

>>>
>>
>>
>> --
>> *Thanks,*
>> *Manikandan.C*
>> *System Administrator*
>>
>>
>>
>
>
> --
> *Thanks,*
> *Manikandan.C*
> *System Administrator*
>



--