|
List Info
Thread: Dovecot auth problems?
|
|
| Dovecot auth problems? |

|
2006-08-13 18:31:34 |
I just ran 'make update' on dovecot which takes it to
'dovecot-1.0rc6nb2' and now I get this in
'/var/log/maillog' any ideas
how to fix this? I haven't changed the doveot.config, did
some looking
around but didn't find anything.
Aug 13 10:50:43 freda dovecot: auth(default): passwd-file
/etc/passwd:
User root has invalid UID 0
Aug 13 10:50:43 freda dovecot: auth(default): passwd-file
/etc/passwd:
User toor has invalid UID 0
Aug 13 10:50:43 freda dovecot: Login process died too early
- shutting down
Aug 13 10:50:43 freda dovecot: child 870 (login) killed with
signal 11
Aug 13 10:50:43 freda dovecot: child 23038 (login) killed
with signal 11
Aug 13 10:50:43 freda dovecot: child 11024 (login) killed
with signal 11
thanks
--
_
( ) Mark Thomas ASCII ribbon campaign
X www.theswamp.org - against HTML email
/ \
|
|
| Dovecot auth problems? |

|
2006-08-13 18:48:33 |
Mark Thomas wrote:
> I just ran 'make update' on dovecot which takes it to
> 'dovecot-1.0rc6nb2' and now I get this in
'/var/log/maillog' any ideas
> how to fix this? I haven't changed the doveot.config,
did some looking
> around but didn't find anything.
>
> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
> User root has invalid UID 0
> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
> User toor has invalid UID 0
> Aug 13 10:50:43 freda dovecot: Login process died too
early - shutting down
> Aug 13 10:50:43 freda dovecot: child 870 (login) killed
with signal 11
> Aug 13 10:50:43 freda dovecot: child 23038 (login)
killed with signal 11
> Aug 13 10:50:43 freda dovecot: child 11024 (login)
killed with signal 11
I have the same issue with rc6 and with the nightly snapshot
from August
12th. Looks like some changes were made to the auth
signalling recently
(at least since rc2, which is what I have running at
present) that may
be responsible.
No solution yet, but I posted the same issue on the dovecot
mailing
list, so hopefully Timo will have a clue and a solution.
ScottE
|
|
| Dovecot auth problems? |

|
2006-08-14 13:51:22 |
On Sun, 13 Aug 2006, Scott Ellis wrote:
> Mark Thomas wrote:
>> I just ran 'make update' on dovecot which takes
it to
>> 'dovecot-1.0rc6nb2' and now I get this in
'/var/log/maillog' any ideas
>> how to fix this? I haven't changed the
doveot.config, did some looking
>> around but didn't find anything.
>>
>> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
>> User root has invalid UID 0
>> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
>> User toor has invalid UID 0
>> Aug 13 10:50:43 freda dovecot: Login process died
too early - shutting down
>> Aug 13 10:50:43 freda dovecot: child 870 (login)
killed with signal 11
>> Aug 13 10:50:43 freda dovecot: child 23038 (login)
killed with signal 11
>> Aug 13 10:50:43 freda dovecot: child 11024 (login)
killed with signal 11
>
> I have the same issue with rc6 and with the nightly
snapshot from August
> 12th. Looks like some changes were made to the auth
signalling recently (at
> least since rc2, which is what I have running at
present) that may be
> responsible.
>
> No solution yet, but I posted the same issue on the
dovecot mailing list, so
> hopefully Timo will have a clue and a solution.
I hit this and enabled ssl, after which all is working
again.
--
David/absolute -- www.NetBSD.org: No hype required
--
|
|
| Dovecot auth problems? |

|
2006-08-14 15:33:00 |
David Brownlee wrote:
> On Sun, 13 Aug 2006, Scott Ellis wrote:
>
>> Mark Thomas wrote:
>>> I just ran 'make update' on dovecot which
takes it to
>>> 'dovecot-1.0rc6nb2' and now I get this in
'/var/log/maillog' any ideas
>>> how to fix this? I haven't changed the
doveot.config, did some looking
>>> around but didn't find anything.
>>>
>>> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
>>> User root has invalid UID 0
>>> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
>>> User toor has invalid UID 0
>>> Aug 13 10:50:43 freda dovecot: Login process
died too early -
>>> shutting down
>>> Aug 13 10:50:43 freda dovecot: child 870
(login) killed with signal 11
>>> Aug 13 10:50:43 freda dovecot: child 23038
(login) killed with signal 11
>>> Aug 13 10:50:43 freda dovecot: child 11024
(login) killed with signal 11
>>
>> I have the same issue with rc6 and with the nightly
snapshot from
>> August 12th. Looks like some changes were made to
the auth signalling
>> recently (at least since rc2, which is what I have
running at present)
>> that may be responsible.
>>
>> No solution yet, but I posted the same issue on the
dovecot mailing
>> list, so hopefully Timo will have a clue and a
solution.
>
> I hit this and enabled ssl, after which all is
working again.
>
I've never run not-SSL, so that doesn't do it here. You
enabled SSL
by making an SSL listener, or adding ssl_disable=no, or ???
ScottE
|
|
| Dovecot auth problems? |

|
2006-08-14 16:54:46 |
On Mon, 14 Aug 2006, Scott Ellis wrote:
> David Brownlee wrote:
>>
>> I hit this and enabled ssl, after which all is
working again.
>>
>
> I've never run not-SSL, so that doesn't do it here.
You
enabled SSL by
> making an SSL listener, or adding ssl_disable=no, or
???
I believe 'ssl_disable = no' was the magic bullet for
me, though
IIRC 'pop3_uidl_format = %08Xv%08Xu' was also needed for
pop
users.
In case it helps have attached our (internal) dovecot
server
conf...
--
David/absolute -- www.NetBSD.org: No hype required
-- |
|
| Dovecot auth problems? |

|
2006-08-20 13:20:03 |
On 8/13/06, Mark Thomas <thomas.s.mark gmail.com> wrote:
> I just ran 'make update' on dovecot which takes it to
> 'dovecot-1.0rc6nb2' and now I get this in
'/var/log/maillog' any ideas
> how to fix this? I haven't changed the doveot.config,
did some looking
> around but didn't find anything.
>
> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
> User root has invalid UID 0
> Aug 13 10:50:43 freda dovecot: auth(default):
passwd-file /etc/passwd:
> User toor has invalid UID 0
> Aug 13 10:50:43 freda dovecot: Login process died too
early - shutting down
> Aug 13 10:50:43 freda dovecot: child 870 (login) killed
with signal 11
> Aug 13 10:50:43 freda dovecot: child 23038 (login)
killed with signal 11
> Aug 13 10:50:43 freda dovecot: child 11024 (login)
killed with signal 11
dovecot-1.0rc7 fixed the problem.
thanks Geert Hendrickx
--
_
( ) Mark Thomas ASCII ribbon campaign
X www.theswamp.org - against HTML email
/ \
|
|
[1-6]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|