Displaying 2 results from an estimated 2 matches for "usershom".
Did you mean:
usershome
2006 Jun 30
4
subscription to mail folders not working properly anymore with dovecot1.0x ?
...home dirs.
I was not able to get the subscrition working properly with the new
dovecot. New means: 1.0beta2 and now also 1.0.RC1 (beta9)
The client mailreaders are mainly thunderbird 1.0x and 1.5.x, Netscape
Messenger, and SquirrelMail for web access.
The mail folder subscriptions stored in <usershome>/Mail/.subscriptions
works fine with the dovecot 0.99.11.
With dovecot_1.0 the subscriptions get properly read, but as soon as
the user wants to make any changes to them (for example subscribing
to a new folder out of thunderbird), the subscriptions get lost, the
file <usershome>/Mail/.s...
2008 May 27
0
Problem with checkpassword-reply
...Internal login failure:
user=<user at domain.com>, method=plain, rip=xxx.xxx.xxx.xxx,
lip=xxx.xxx.xxx.xxx, TLS
My script reads fd3 right and gets all the details correct. Then runs
the following code:
---
$REPLY = $ARGV[0] || exit 111; # this is actually run much earlier
$ENV{HOME} = "$USERSHOME/$domain/$user";
$ENV{USER} = $user;
# effective gid
$) = 300;
# effective uid
$> = 300;
exec $REPLY;
---
I've looked at the checkpassword-reply code (thank god for open source
software) and I saw that it opens fd4 for writing. I couldn't find any
documentation about this and could...