Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-03-06 Thread Gaylord Holder
Would there be a reasonable way to add the archives for jaunty and 
rebuild the 1.2.9 version from the src package?

-Gaylord

Peter Matulis wrote:
 Strange.  I built a Hardy virtual machine and 1.2.9 was installed.
 Indeed, the archives do say 1.0.10.  I'll have to determine what
 happened with my VM.  At any rate, if the error is thrown then that
 version doesn't support the parameter.


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-03-03 Thread Gaylord Holder
Weird.

According to packages.ubuntu.com 1:1.0.10-1ubuntu5.2 is the latest for 
dovecot.

What repository should I be using?

-Gaylord

Peter Matulis wrote:
 Hmmm, the default shipped with 8.10 is
 
 dovecot-imapd   1:1.1.4-0ubuntu1.3
 
 but an updated 8.04 has
 
 dovecot-imapd   1:1.2.9-1ubuntu3
 
 Why does this parameter work with the older version?
 
 And @Gaylord, why aren't you running the latest available with 8.04
 anyway?


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-03-03 Thread Gaylord Holder
According to Chuck Short, the parameter should be in dovecot 1.1+, so I 
would not have thought the OS level would matter.

Doesn't Ubuntu track debian packaging?

-Gaylord

Peter Matulis wrote:
 I've only managed to use this parameter with Ubuntu  8.04 .  Otherwise,
 the error above is thrown.


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-02-11 Thread Gaylord Holder
Chuck,

Sorry for the delay replying to this.

I finally tried your suggestion, setting:
auth_worker_max_request_count = 10
in dovecot.conf.

I get the following on restart:

* Restarting IMAP/POP3 mail server dovecot 
Error: Error in configuration file /etc/dovecot/dovecot.conf 
line 650: Unknown setting: worker_max_request_count
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf

dpkg shows:

ii  dovecot-imapd 1:1.0.10-1ubuntu5.2 
 secure IMAP server that supports mbox and maildir mailboxes

Any ideas?
-Gaylord

Chuck Short wrote:
From http://wiki.dovecot.org/PasswordDatabase/PAM#head-
 71368e6eb385969ff27fcda066555b9c05822c09:
 
 Limiting the number of PAM lookups
 
 Dovecot v1.1+ or v1.0 with blocking=yes enabled uses auth worker
 processes to do PAM lookups. Usually PAM is used to do only a single
 lookup in a process, so this may cause memory leaks in PAM plugins or
 maybe other problems. If you notice that PAM authentication stops
 working after some time, you can limit the number of lookups done by the
 auth worker process before it dies:
 
 # v1.1+: Set to non-zero to limit the number of lookups
 auth_worker_max_request_count = 0
 
 Note that this applies to all lookups, not just PAM lookups. So for
 example if you've configured Dovecot to use both PAM and MySQL, both of
 the lookups are done in the same auth worker processes and both of them
 are counted as requests.
 
 ** Changed in: dovecot (Ubuntu)
Status: Incomplete = Confirmed


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-27 Thread Gaylord Holder
so if I set
auth_worker_max_request_count = 5

dovecot-auth will do 5 authorization lookup and exit, spawning a new 
dovecat-auth process?

Any recommendations on the count?

-Gaylord


Chuck Short wrote:
From http://wiki.dovecot.org/PasswordDatabase/PAM#head-
 71368e6eb385969ff27fcda066555b9c05822c09:
 
 Limiting the number of PAM lookups
 
 Dovecot v1.1+ or v1.0 with blocking=yes enabled uses auth worker
 processes to do PAM lookups. Usually PAM is used to do only a single
 lookup in a process, so this may cause memory leaks in PAM plugins or
 maybe other problems. If you notice that PAM authentication stops
 working after some time, you can limit the number of lookups done by the
 auth worker process before it dies:
 
 # v1.1+: Set to non-zero to limit the number of lookups
 auth_worker_max_request_count = 0
 
 Note that this applies to all lookups, not just PAM lookups. So for
 example if you've configured Dovecot to use both PAM and MySQL, both of
 the lookups are done in the same auth worker processes and both of them
 are counted as requests.
 
 ** Changed in: dovecot (Ubuntu)
Status: Incomplete = Confirmed


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-25 Thread Gaylord Holder

** Attachment added: dovecot.conf
   http://launchpadlibrarian.net/38370271/dovecot.conf

-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-25 Thread Gaylord Holder

** Attachment added: mail_executable sets the MAIL environment variable for 
Maildir vs mbox
   http://launchpadlibrarian.net/38370376/mail_executable

-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-25 Thread Gaylord Holder
Done.

Chuck Short wrote:
 Please attach your dovecot configuration file.
 
 Regards
 chuck


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 503008] Re: Dovecot-auth doesn't close sockets

2010-01-06 Thread Gaylord Holder
We're running:

ii  dovecot-common1:1.0.10-1ubuntu5.2 
 secure mail server that supports mbox and maildir mailboxes
ii  dovecot-dev   1:1.0.10-1ubuntu5.2 
 header files for the dovecot mail server
ii  dovecot-imapd 1:1.0.10-1ubuntu5.2 
 secure IMAP server that supports mbox and maildir mailboxes
ii  dovecot-pop3d 1:1.0.10-1ubuntu5.2 
 secure POP3 server that supports mbox and maildir mailboxes

-Gaylord

Chuck Short wrote:
 Which version are you running?
 
 Regards
 chuck
 
 ** Changed in: dovecot (Ubuntu)
Importance: Undecided = Medium
 
 ** Changed in: dovecot (Ubuntu)
Status: New = Incomplete


-- 
Dovecot-auth doesn't close sockets
https://bugs.launchpad.net/bugs/503008
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 399850] [NEW] dovecot.conf references /dev/dovecot/dovecot-postfix.conf instead of /etc/dovecot/dovecot-postfix.conf.

2009-07-15 Thread Gaylord Holder
Public bug reported:

Binary package hint: dovecot-common

/etc/dovecot/dovecot.conf and /usr/share/dovecot/dovecot.conf refer
users to /dev/dovecot/dovecot-postfix.conf instead of /etc/dovecot
/dovecot-postfix.conf.

** Affects: dovecot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
dovecot.conf references /dev/dovecot/dovecot-postfix.conf instead of 
/etc/dovecot/dovecot-postfix.conf. 
https://bugs.launchpad.net/bugs/399850
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dovecot in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs