Re: Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread Charles Cazabon
deoren wrote: > > Right now I'm using LVM snapshots + tarballs for daily backups, but > I'd like to get better coverage for incremental changes that occur > throughout the day. The size of existing content is low, but (small) > changes are frequent. If you actually want to preserve those increme

Re: postfix alias and dovecot quota

2014-06-30 Thread Nick Edwards
On 6/30/14, Jiri Bourek wrote: > > > On 30.6.2014 12:33, Nick Edwards wrote: >> On 6/29/14, Alexandre Ellert wrote: >>> Le 29 juin 2014 à 06:24, Nick Edwards a écrit >>> : >>> it is the job of postfix to do this, aliases are just that, aliases of >>> the real mail account, they do not

Re: Mailboxes are in Maildir format. Any good backup tips? Had    success with version control?

2014-06-30 Thread Tim Groeneveld
On Tue, 01 Jul 2014 09:41:25 +1000 Bob Miller wrote > check out rsnapshot. Tried, tested, and true on my systems for just > short of a decade now... +1 for rsnapshot. With the config file you can determine how many backups for different days that you want to keep. eg from the co

Re: Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread Rick Romero
Quoting Bob Miller : Hi, Suggestions and warnings are most welcome. Thanks! Since you're using maildir, you might want to check rsync out as well, especially with --link-dest. In short, you call rsync on your backup machine like this: rsync --link-dest=previous-backup-dir source new-backup-

Re: Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread Bob Miller
Hi, > > > > Suggestions and warnings are most welcome. > > > > Thanks! > > Since you're using maildir, you might want to check rsync out as well, > especially with --link-dest. In short, you call rsync on your backup > machine like this: > > rsync --link-dest=previous-backup-dir source new-bac

Re: Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread Jiri Bourek
On 1.7.2014 00:28, deoren wrote: I'm still pretty new to running a mail server, but one thing I've come to appreciate over the years is a good backup strategy. Since I have always run my own servers for practice and for personal use I don't have access to Enterprise backup solutions. Because of t

Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread deoren
I'm still pretty new to running a mail server, but one thing I've come to appreciate over the years is a good backup strategy. Since I have always run my own servers for practice and for personal use I don't have access to Enterprise backup solutions. Because of that I usually just fall back to

Login failure with SElinux enforcing + Sqlite user DB

2014-06-30 Thread G H
I am having a very strange issue with Dovecot + Sqlite + SELinux in enforcing. I am able to log in via IMAPS if SELinux is in permissive, but not able to do so when in enforcing. I do not see any SELinux denials even with dontaudit's enabled. I am running Centos 5 on x86_64 with a customized ker

Re: postfix alias and dovecot quota

2014-06-30 Thread Matthijs de Groot
> On 30 Jun 2014, at 15:01, Nathan Schultheiss wrote: > > ... > > I search since several weeks how to fix that and for postfix ask the > quota-service with the real user email and not the alias. > Because Postfix know the real user email because it's search it on the first > time before ask D

i need a little advice with dovecot master user

2014-06-30 Thread Francesco
Hello, As a step to migrate to a newer version of dovecot, i've been asked to configure a master user for logging in into mailboxes of a dovecot 1.2. I've followed the instructions from this page: http://wiki1.dovecot.org/Authentication/MasterUsers but appearently something is going wrong. I've

Re: unsubscribe

2014-06-30 Thread Reindl Harald
who did subscribe you? ask the same person to unsubsribe. the samme for any othe rmailing-list List-Unsubscribe: , List-Archive: List-Pos

Re: Dovecot and Postfix

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 14:47:24 +0200, Alex JOST stated: > Am 30.06.2014 10:51, schrieb Jerry: > > At the bottom of dovecot.conf: !include conf.d/*.conf > > > > At the bottom of 10-auth.conf: > > #!include auth-deny.conf.ext > > #!include auth-master.conf.ext > > !include auth-system.conf.ext > > #!i

Re: postfix alias and dovecot quota

2014-06-30 Thread Nathan Schultheiss
I've the same problem. Dovecot can reply REJECT when Postfix ask for know the quota of the real user. But if the email it's alias, Dovecot does not know the email and reply DUNNO, but when the mail must be delivred by the LDA, Dovecot reject because the user it's over quota. I search since seve

unsubscribe

2014-06-30 Thread Dave Gattis
Dave Gattis Suhner Manufacturing, Inc. IT Manager 43 Anderson Rd SW Rome, GA 30161 Phone: 706-314-2943 Fax: 706-235-8045 dave.gat...@suhner.com www.suhner.com Description: Description: Description: suhner_100_logo_stan

Re: Dovecot and Postfix

2014-06-30 Thread Alex JOST
Am 30.06.2014 10:51, schrieb Jerry: At the bottom of dovecot.conf: !include conf.d/*.conf At the bottom of 10-auth.conf: #!include auth-deny.conf.ext #!include auth-master.conf.ext !include auth-system.conf.ext #!include auth-sql.conf.ext !include auth-passwdfile.conf.ext #!include auth-checkpas

Re: Sieve seems to break mailbody during automatic redirection

2014-06-30 Thread Urban Loesch
Hi, short update. I found out that with Debian Wheezy I don't have this problem. The problem seems only to be on Debian squeeze. I have configured to use "/usr/bin/sendmail". It seems that there is some problem with the squeeze version of sendmail. The only strange thing is, that until the upgr

Re: postfix alias and dovecot quota

2014-06-30 Thread Jiri Bourek
On 30.6.2014 12:33, Nick Edwards wrote: On 6/29/14, Alexandre Ellert wrote: Le 29 juin 2014 à 06:24, Nick Edwards a écrit : it is the job of postfix to do this, aliases are just that, aliases of the real mail account, they do not exist in real storage, else, they would not be alias. T

Re: postfix alias and dovecot quota

2014-06-30 Thread Nick Edwards
On 6/29/14, Alexandre Ellert wrote: > Le 29 juin 2014 à 06:24, Nick Edwards a écrit : > >> it is the job of postfix to do this, aliases are just that, aliases of > >> the real mail account, they do not exist in real storage, else, they >> would not be alias. > > The problem i'm trying to solve is

Sieve seems to break mailbody during automatic redirection

2014-06-30 Thread Urban Loesch
Hi, I have a strange problem with sieve. After upgrading to 2.2.13 sieve seems to break the mailbody during automatic redirection. I have the following configuration. - User A sends mail to User B. - User B has an automatic redirect to User C - User C geht the mailbody broken I did some debugg

Re: Dovecot and Postfix

2014-06-30 Thread Jerry
On Mon, 30 Jun 2014 09:39:06 +0200, Alex JOST stated: > Am 30.06.2014 01:03, schrieb Jerry: > > Does this configuration look sane? I seem to have a few duplicates and I > > am not sure if that is a problem or not. It seems I have multiple "userdb" > > sections and I am not sure where they are all

Re: Dovecot and Postfix

2014-06-30 Thread Alex JOST
Am 30.06.2014 01:03, schrieb Jerry: Does this configuration look sane? I seem to have a few duplicates and I am not sure if that is a problem or not. It seems I have multiple "userdb" sections and I am not sure where they are all originating from. # 2.2.13: /usr/local/etc/dovecot/dovecot.conf #