Wayne Thursby put forth on 2/16/2010 9:42 AM:
> I was planning on using EqualLogic because the devices seem competent,
> and we already have an account with Dell. Also, being on VMware's HCL is
> important as we have a support contract with them.
Using the standard Gbe ports on the servers won't
On 16.2.2010, at 22.11, Daniel L. Miller wrote:
> Thanks - but that wasn't my question. I already have the distribution side
> solved via simple alias expansion. The question is - and I'm probably
> overthinking this as usual - can I setup a user account for SMTP
> authentication purposes, wh
On 15.2.2010, at 19.42, Leonardo Rodrigues wrote:
>from sources on src/auth i can find some interesting informations:
>
> /* format: */
>
> and
>
> #define SSHA256_SALT_LEN 4
>
> so the salt really seems to be 4-byte (which in fact are 8 when watching in
> hexadecimal), the exact differe
On 16.2.2010, at 18.49, Werner wrote:
> I'm currently running Tests for concurrent delivery via dovecot-deliver to
> a mailbox on a nfs-share with postal. And so far, i did not notice any
> problems
> when incoming SMTP is directed via LVS to two Mailservers which in parallel
> drop messages with
that's all because i already have a account manager system, written
on PHP, which i had to kept. So i was trying to understand how that's
work to make it work on my system i couldnt stop using.
but after some tryings i got everything running. All my passwords
were already migrated fr
Mark Sapiro wrote:
On 11:59 AM, Daniel L. Miller wrote:
I want to have a valid username/password for an account for sending
purposes - but when receiving this is an alias that broadcasts to
several users.
Example: accountspaya...@mydomain.com - is an alias for
j...@mydomain.com, j...@mydoma
Why not make it easy on yourself. Just let dovecot use crypt, and use
whatever format your system crypt supports.
Personally I'm using 16byte salt, sha512 for mine this way. Seems
should work with everything, that lets you use the system's crypt.
Quoting Leonardo Rodrigues :
Em 14/02/2010
For testing purposes, on a small set of users, we've run the
courier-dovecot-migrate.pl script. We are converting from Courier 0.43 to
Dovecot 1.2.9. For the most part, things seem to be ok. However, an iPhone
IMAP client user is reporting a problem where some of her messages don't
show up. Ev
From dovecot 1.2.10 sources i have:
src/plugins/quota/quota.c
#define DEFAULT_QUOTA_EXCEEDED_MSG \
"Quota exceeded (mailbox for user is full)"
struct quota_settings *quota_settings_init(void)
{
[ ]
quota_set->quota_exceeded_msg = getenv("QUOTA_EXCEEDED_MESSAGE");
On 11:59 AM, Daniel L. Miller wrote:
>
> I want to have a valid username/password for an account for sending
> purposes - but when receiving this is an alias that broadcasts to
> several users.
>
> Example: accountspaya...@mydomain.com - is an alias for
> j...@mydomain.com, j...@mydomain.com, an
Hi,
>>> - It's probably the best idea to direct SMTP and POP/IMAP always to
>>> the same server behind the loadbalancer (because dovecot-deliver is
>>> used which updates indexes?)
>>
>> like mentioned on the website, but "would it be possible without nasty
>> errors" ?
>
> If both servers access
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 16 févr. 2010 à 16:55, Timo Sirainen a écrit :
> On 16.2.2010, at 17.39, Stéphane Cottin wrote:
>
mail.err: Feb 16 14:22:26 dovecot: IMAP(hid...@domain.com): gzread()
failed: DATA_ERROR_MAGIC
>
>> I made a simple script to gzip uncomp
On 16.2.2010, at 17.39, Stéphane Cottin wrote:
>>> mail.err: Feb 16 14:22:26 dovecot: IMAP(hid...@domain.com): gzread()
>>> failed: DATA_ERROR_MAGIC
> I made a simple script to gzip uncompressed messages and convert bzip2 to
> gzip (I can share it if anyone cares), There is no bzip2 compressed
Stan Hoeppner spake:
> Wayne Thursby put forth on 2/15/2010 11:42 PM:
>> I have been looking at the Dell EqualLogic stuff and it seems to provide
>> what we need. I can get most of the information I need from the rep, but
>> I wonder if anyone has any experience with high performance requirements
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 16 févr. 2010 à 16:28, Leonardo Rodrigues a écrit :
> Em 16/02/2010 12:30, Stéphane Cottin escreveu:
>> Hi,
>>
>> I have error with dovecot 1.2.10 + compress on deliver patch and zlib plugin.
>>
>> logfile sample:
>>
>> [...]
>> mail.err: Feb 1
Em 16/02/2010 13:27, Timo Sirainen escreveu:
Yeah, bzip2 code is broken in v1.2. I fixed it in v2.0 by basically
rewriting the whole thing. Maybe I should just disable bzip2 support in
v1.2.
will dovecot 2.0 be able to handling mixed maildirs with gzip and
bzip2 compressed messages, or
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Le 16 févr. 2010 à 16:27, Timo Sirainen a écrit :
> On Tue, 2010-02-16 at 15:30 +0100, Stéphane Cottin wrote:
>> Hi,
>>
>> I have error with dovecot 1.2.10 + compress on deliver patch and zlib plugin.
>>
>> logfile sample:
>>
>> [...]
>> mail.err:
Em 16/02/2010 12:30, Stéphane Cottin escreveu:
Hi,
I have error with dovecot 1.2.10 + compress on deliver patch and zlib plugin.
logfile sample:
[...]
mail.err: Feb 16 14:22:25 dovecot: IMAP(hid...@domain.com): zlib_istream.seek()
failed: Invalid argument
mail.err: Feb 16 14:22:25 dovecot: IM
On Tue, 2010-02-16 at 15:30 +0100, Stéphane Cottin wrote:
> Hi,
>
> I have error with dovecot 1.2.10 + compress on deliver patch and zlib plugin.
>
> logfile sample:
>
> [...]
> mail.err: Feb 16 14:22:25 dovecot: IMAP(hid...@domain.com):
> zlib_istream.seek() failed: Invalid argument
> mail.err
Back when (5-6 ? years ago) I first put DC on our AIX mail server, I
thought to put it in the inted.conf file, as was the old UWIMAP
invocation. But a) I had problems with that and b) people here informed
me that it was much more efficient just to directly invoke it, so I put
it in the /etc/rc
Hi,
I have error with dovecot 1.2.10 + compress on deliver patch and zlib plugin.
logfile sample:
[...]
mail.err: Feb 16 14:22:25 dovecot: IMAP(hid...@domain.com): zlib_istream.seek()
failed: Invalid argument
mail.err: Feb 16 14:22:25 dovecot: IMAP(hid...@domain.com): FETCH for mailbox
Meursau
With 1.0.15 my configuration I a single dovecot-auth process, which is what I
want now. Since upgrading to 1.2.10 I have two such processes:
root 16992 16990 0 Feb15 ?00:00:00 dovecot-auth
root 16997 16990 0 Feb15 ?00:00:00 dovecot-auth -w
I can't seem to tweak dovecot.
Hello,
thanks for your help :)
so seems your quota is working What are you using as your Local
Delivery Agent (LDA) ?? Is it dovecot LDA ? Is it some MTA LDA, like
Postfix ?
Maybe quota is not working on your LDA ... not on IMAP4/POP3.
i switched from procmail to deliver
in m
Dominik Schulz put forth on 2/16/2010 3:33 AM:
> Am Dienstag 16 Februar 2010 06:42:57 schrieb Wayne Thursby:
>> We are transitioning other services to high availability, and I'm wondering
>> exactly how to provide some kind of near-realtime failover for my
>> Postfix/Dovecot machine. The MD-1000 pr
Wayne Thursby put forth on 2/15/2010 11:42 PM:
> Hello everyone,
Note domain in my email addy Wayne. ;)
> I have been looking at the Dell EqualLogic stuff and it seems to provide
> what we need. I can get most of the information I need from the rep, but
> I wonder if anyone has any experience wit
Em 16/02/2010 10:48, Andre Hübner escreveu:
this is unfortunately not compatible with dovecot 1.0, is not working
But i noticed that user-quota is working when copying/moving mails
within imap-account.
But is it not working at incoming mails.
any idea?
so seems your quota is working !!!
Hello,
try to change that 'dirsize' to '*' and see what happens ...
this is unfortunately not compatible with dovecot 1.0, is not working
But i noticed that user-quota is working when copying/moving mails within
imap-account.
But is it not working at incoming mails.
any idea?
Thanks,
And
Running revision 9492:3efdbaab2960(Mon Nov 23) on AIX 5.3. I run dovecot out of
inetd. Every once in a while I get the following error:
Dovecot is already running with PID 2592842 (read from
/usr/ladmin/dovecot-1.2.8/var/run/dovecot/master.pid) when I try to connect to
the imap port.
-Jonathan
2010/2/15 Lazy :
> Helloo,
>
> We are using dovectot lda with qmail-ldap,
>
> dovecot 1.2.10, sieve 0.1.15
>
> lda is executed as
> exec /var/qmail/bin/preline -f /usr/local/dovecot/libexec/dovecot/deliver -s
>
> preline adds Delivered-To: header,
>
> everything works fine except vacation
>
> Feb
Em 16/02/2010 09:18, Andre Hübner escreveu:
dovecot 1.0.15
Hello,
i try to set quota settings for my users.
currentyl i use a mysql table for auth process and now i want to add
quotasettings for each individual user.
Mine is working flawlesslly with the following configuration
but
dovecot 1.0.15
Hello,
i try to set quota settings for my users.
currentyl i use a mysql table for auth process and now i want to add
quotasettings for each individual user.
at the moment i have the problem that only global quota is effective and no
userquota which is stored in usertable.
Thi
Am Dienstag 16 Februar 2010 06:42:57 schrieb Wayne Thursby:
> We are transitioning other services to high availability, and I'm wondering
> exactly how to provide some kind of near-realtime failover for my
> Postfix/Dovecot machine. The MD-1000 provides nothing in the way of iSCSI,
> but it *does*
32 matches
Mail list logo