Thank you!
Preparing these found the problem. And as I originally felt...it wasn't
Dovecot or the Dovecot config. Right around the "cd" and "pwd" commands
I realized...I store the mailboxes on my raid - and then have a link to
the raid under /var/mail. I didn't re-create that link in the ne
W dniu 23.09.2014 o 17:25, Timo Sirainen pisze:
On 19 Sep 2014, at 12:05, Dawid Stawiarski - nazwa.pl
wrote:
we use dovecot 2.2.13, and we've lately started using maildir quota (previously fs quota was used,
right now it's "quota = maildir:User quota" changed from "quota = fs:User
quota:us
The configuration and run/base_dir directories can be where ever you
like. The locations Eduardo stated are the most appropriate for dovecot
installed with an RPM. Mine were compiled and set in the home
directory, so they are in a slightly different location. As long as you
use the -c to poi
The configuration use to be in /etc/dovecot, and the working dir is
/var/run/dovecot. You should store your configuration file in the
/etc/dovecot. The dovecot.conf file can be copied to
dovecot-backend.conf and dovecot-director, for example, and you will use
'-c' argument of dovecot binary to
Hi,
In fact you don't NEED a director. You can use two dovecot servers
sharing a NFS storage with a normal (backend) implementation. It's good
to see that page: http://wiki2.dovecot.org/NFS for some good recomendations.
You must have a base_dir for each instance of dovecot you want to run,
a
Basically the director is just another instance of Dovecot, and the
base_dir is where the dovecot instance stores its information, so if you
want 2 instances on 1 server you will need to separate them. You will
need to set up 2 configuration files, one for Director and one for
dovecot. When I
Hello Alan,
thank you very much for your help. You were right about the version issue. I
hadn't realized that I wasn't running the latest version of dovecot. Now the
dsync migration of my mails was successful.
Thanks again for your assistance.
Helge
Am 22.09.2014 um 15:21 schrieb Alan McGinla
Hello,
I am currently trying to setup a cluster of mail servers. I currently
have two servers I am trying to cluster together. These servers will also have
a shared NFS backend. I have read on the site that I will need to configure
director since I am using NFS. I have read through all o
Am 23.09.2014 um 20:09 schrieb Henry Stack:
> On 23-09-2014 12:31, Reindl Harald wrote:
>> [...]
>> no reason for that: smtpd_data_restrictions = reject_unauth_pipelining
>
> its goood, the reason is to block clients who speak to early like spammers
> for example.
> http://www.postfix.org/postco
On 23-09-2014 12:31, Reindl Harald wrote:
> [...]
> no reason for that: smtpd_data_restrictions = reject_unauth_pipelining
its goood, the reason is to block clients who speak to early like spammers for
example.
http://www.postfix.org/postconf.5.html#reject_unauth_pipelining
"This stops mail from
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Thanks for the feedback,
Meanwhile, I've used the script to write a simple dict-server.
Best regards,
Philipp
Am 23.09.2014 um 17:50 schrieb Timo Sirainen:
> On 09 Sep 2014, at 18:15, Philipp Bruell
> wrote:
>
>> does someone know if there is a RF
On 09 Sep 2014, at 18:15, Philipp Bruell wrote:
> does someone know if there is a RFC protocol description of the dict
> protocol that dovecot is using for auth/quota/... requests? Haven't
> found anything on google yet.
Not really, other than the source code.
http://wiki2.dovecot.org/AuthDatab
On 19 Sep 2014, at 12:05, Dawid Stawiarski - nazwa.pl
wrote:
> we use dovecot 2.2.13, and we've lately started using maildir quota
> (previously fs quota was used, right now it's "quota = maildir:User quota"
> changed from "quota = fs:User quota:user:inode_per_mail").
>
> When the change was
What would happen if say, the dovegot xaps plugin is installed and the
daemon crashed?
Would peoples iphones just wait for the push notification? get email
every like 30/60min? or would it just use imap idle instead?
Just wondering about sideeffects :)
Quoting Stefan Arentz :
On Sep 15,
> On Sep 15, 2014, at 8:58 AM, Timo Sirainen wrote:
>
> On 05 Sep 2014, at 04:35, Stefan Arentz wrote:
>
>> I’ve been hacking on a personal side project to support native iOS Push
>> Email in Dovecot. This is specifically for people who are migrating their
>> mail away from OS X Server while
> BTW: It would be nice, if I could just 'git clone' dovecot.
Hi, Thomas,
I happily use Felipe Contreras' excellent git-hg bridge, as I
am far happier in a GIT environment than an Hg one:
https://github.com/felipec/git/wiki/git-remote-hg
The workflow couldn't be much easier, in particular if
Using doveadm penalty I just noticed a penalty for 0.0.0.0.
Is this Postfix querying the auth-socket for his SASL-requests?
I tried adding 0.0.0.0 to login_trusted_networks, but that doesn't help.
Peer
--
Heinlein Support GmbH
Schwedter Str. 8/9b, 10119 Berlin
http://www.heinlein-support.de
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, 23 Sep 2014, Henry Stack wrote:
On 22-09-2014 23:50, Reindl Harald wrote:
[...] you need to provide more informations about your setup and if
possible avoid mask IP addresses - where does the smtpd live, where
is dovecot and how did you con
Hi robert,
Have done something a little different to integrate AD users into
dovecot. Here i use sssd to integrate AD users into pam
and use standard dovecot pam identification. Maybe not the solution you
want ( i.e it provide full user access ...
if you want only mail )
But sssd is simple to s
Am 23.09.2014 um 12:08 schrieb Urban Loesch:
> I'm not shure, but could it be that you are missing "permit_mynetworks" in
> "smtpd_recipient_restrictions"?
likely
* smtpd_sender_restrictions
* smtpd_data_restrictions
* smtpd_helo_restrictions
* smtpd_recipient_restrictions
it is in general a
Hi,
I'm not shure, but could it be that you are missing "permit_mynetworks" in
"smtpd_recipient_restrictions"?
Regards
Urban
Am 22.09.2014 22:36, schrieb Henry Stack:
> I have a postfix mail server with sql authentication and I want to implement
> sieve on it.
>
> Sieve is working relative g
On 2014-09-23 10:22, Henry Stack wrote:
On 22-09-2014 23:50, Reindl Harald wrote:
[...] you need to provide more informations about your setup and if
possible avoid mask IP addresses - where does the smtpd live, where
is dovecot and how did you configure the relay at all what postfix
version? in
On 22-09-2014 23:50, Reindl Harald wrote:
[...] you need to provide more informations about your setup and if
> possible avoid mask IP addresses - where does the smtpd live, where
> is dovecot and how did you configure the relay at all what postfix
> version? in case of a recent version -> smtp
Hi!
Every time I run dsync for a user against an old Cyrus server, the
users mailbox in Dovecot increases by several hundred MB, these are not
new emails. So the first dsync run gets the whole mailbox and subsequent
runs get a bunch of duplicates or what? doveadm purge clears them all
out but
24 matches
Mail list logo