* Karin Gregorec <[EMAIL PROTECTED]>:
> Good Day All! I am attempting to configure deliver as our LDA. I am
> also configuring the server to use Postfix instead of Sendmail. I
> have followed the all the documentation and examples I could find.
>
> Below are my Dovecot and Postfix configs. Can
* Maykel Moya <[EMAIL PROTECTED]>:
>
> El mié, 03-10-2007 a las 12:07 +0200, Patrick Ben Koetter escribió:
>
> > When you migrate an account also migrate the UID and GID to the user that
> > runs
> > deliver.
>
> AFAIK deliver runs under dovecot user. Documentation say that dovecot
> user shoul
System log could help.
/L
Karin Gregorec wrote:
> Good Day All! I am attempting to configure deliver as our LDA. I am
> also configuring the server to use Postfix instead of Sendmail. I
> have followed the all the documentation and examples I could find.
>
> Below are my Dovecot and Postfix co
Hi folks. Quick question in the hopes that someone knows the answer, before
I dig in the code some more.
In testing a new setup with some long-term archival mbox-format mailboxes
stored on an NFS mount, we've found the following: if the mount is
unavailable for any reason, the user cannot log
Good Day All! I am attempting to configure deliver as our LDA. I am
also configuring the server to use Postfix instead of Sendmail. I
have followed the all the documentation and examples I could find.
Below are my Dovecot and Postfix configs. Can someone please smack me
upside the head and tel
on 10/3/2007 3:25 PM Bazy spake the following:
Ed W wrote:
How to disable pop3 and imap access during the data migration process
(duration 5 minutes to 10 minutes). Can i send a custom error message to
our users ?
I don't recall the exact details, but I think both options are possible
if yo
Ed W wrote:
>
>> How to disable pop3 and imap access during the data migration process
>> (duration 5 minutes to 10 minutes). Can i send a custom error message to
>> our users ?
>>
>
>
> I don't recall the exact details, but I think both options are possible
> if you check the dovecot wiki.
Just to throw in one more comment. In the dovecot.conf file it also
mentions that you should use the same separator between namespaces.
Otherwise you might confuse the client.
I can confirm that Outlook Express and Thunderbird on windows seem
largely unaffected even using *both* at the s
Hi
You shouldn't have inbox = yes on more than one namespace. From the
comments in my dovecot.conf:
# There can be only one INBOX, and this setting defines which
namespace
# has it.
#inbox = yes
Sure. However, if only one has the INBOX, then doesn't this rather
break the whole p
El mié, 03-10-2007 a las 12:07 +0200, Patrick Ben Koetter escribió:
> When you migrate an account also migrate the UID and GID to the user that runs
> deliver.
AFAIK deliver runs under dovecot user. Documentation say that dovecot
user should not be used for owning mailboxes.
Besides, I wouldn't
On Tue, 2007-10-02 at 20:26 +0200, Andreas Schneider wrote:
> >> If you're building against libdspam you can't define -DHAVE_CONFIG_H or
> >> dspam
> >> will look for its own dpsam config.h.
Ok I looked into this and it's really crappy. dovecot really *requires*
its config.h because of compat.h
> On Wed, 3 Oct 2007, Ed W wrote:
>
>> I either misunderstand the namespace hidden option, or else perhaps it's
>> not
>> working correctly in 1.0.5?
>>
>>
>> dovecot.conf
>>
>> # default namespace
>> namespace private {
>> separator = /
>> prefix =
>> inbox = yes
>> hidden = yes
>> }
>>
>> # for b
On Wed, 3 Oct 2007, Ed W wrote:
I either misunderstand the namespace hidden option, or else perhaps it's not
working correctly in 1.0.5?
dovecot.conf
# default namespace
namespace private {
separator = /
prefix =
inbox = yes
hidden = yes
}
# for backwards compatibility:
namespace private {
On Wed, 2007-10-03 at 19:15 +0200, Johannes Berg wrote:
> On Tue, 2007-10-02 at 21:39 +0200, Andreas Schneider wrote:
> > Johannes Berg wrote:
> > >
> > > Weird. I'll take a look. crm114-exec definitely works, might be worth
> > > comparing. I'm out starting immediately until tomorrow night, will
On Tue, 2007-10-02 at 21:39 +0200, Andreas Schneider wrote:
> Johannes Berg wrote:
> >
> > Weird. I'll take a look. crm114-exec definitely works, might be worth
> > comparing. I'm out starting immediately until tomorrow night, will take
> > a look then.
>
> dspam-exec doesn't work too.
Are you u
Okay, I feel pretty stupid now. It was not a problem with namespaces
at all. But, I think there is a problem somewhere. I had the phone
setup to display the last 30 days of messages. When I would sync it
up, it did not display any messages. That is why I thought something
was messed up w
I either misunderstand the namespace hidden option, or else perhaps it's
not working correctly in 1.0.5?
dovecot.conf
# default namespace
namespace private {
separator = /
prefix =
inbox = yes
hidden = yes
}
# for backwards compatibility:
namespace private {
separator = .
prefix = INBOX
How to disable pop3 and imap access during the data migration process
(duration 5 minutes to 10 minutes). Can i send a custom error message to
our users ?
I don't recall the exact details, but I think both options are possible
if you check the dovecot wiki. There is a good study regardin
Hi,
I have installed dovecot v1.1.beta2 with the sieve plugin v.1.1.2. I
have configured the following namespace:
namespace:
type: private
separator: .
prefix: INBOX.
location:
inbox: yes
hidden: no
list: yes
When I create a rule which should move messages into the subfolder
"
I work on a dovecot cluster (15 servers) we need to add a new storage
array and move the data for a list of user from the old storage to the
new one. We use dovecot proxy to redirect imap and pop3 to the same
server everytime.
How to disable pop3 and imap access during the data migration process
(
Thank you for your response,
With sendmail we have achieved to limit the load :
define(`confMAX_DAEMON_CHILDREN', `15')
define(`confCONNECTION_RATE_THROTTLE', `2')dnl
define(`confQUEUE_LA', `5')dnl
define(`confREFUSE_LA', `4')dnl
With this configuration the LOAD only reaches 20 ;-) but it’s not
* Joseba Torre <[EMAIL PROTECTED]>:
> Maybe you need to setuid deliver?
>
> Aagur.
>
> El Wednesday 03 October 2007 06:18:47 Maykel Moya escribió:
> > I'm doing in-site migration of accounts from /etc/passwd to an LDAP
> > directory. The migration should be progressive (not all users at t
Maybe you need to setuid deliver?
Aagur.
El Wednesday 03 October 2007 06:18:47 Maykel Moya escribió:
> I'm doing in-site migration of accounts from /etc/passwd to an LDAP
> directory. The migration should be progressive (not all users at the
> same time).
>
> I'm already able to check mai
23 matches
Mail list logo