On 03/05/12 17:33, Kelsey Cummings wrote:
I have a setup where I need to use a Master User account to login on
behalf of users normally authed via PAM. Is there any existing mechanism
that will allow master users to be wired down to specific ip address rather
Ah, found it.
http://wiki2.doveco
I have a setup where I need to use a Master User account to login on
behalf of users normally authed via PAM. Is there any existing mechanism
that will allow master users to be wired down to specific ip address rather
than having these very magic user/pass combos be valid from any random
host?
I have an ldap configuration but i have done the same as you.
In dovecot.conf:
auth_master_user_separator=*
passdb passwd-file {
args = /usr/local/etc/passwd.masterusers
master= yes
}
I have used this to generate passwd.masterusers file:
htpasswd -b -c -s /usr/local/etc/passwd.maste
Greetings,
My company is currently using dovecot with ldap, I am in the process of
migrating this over to Exchange. However, to make the process a lot
smoother I need to make use of the master user function of dovecot to
enable access to other users mailboxes without needing their password.
I
Am 02.06.2010 20:53, schrieb Timo Sirainen:
> On ma, 2010-05-31 at 10:40 +0200, Robert Schetterer wrote:
>> if i use the postfixadmin superuser,domainadmin,domainuser layout
>> so there are domainadmins defined in a sql table
>> it would be a nice feature to break it down to be master only at there
On ma, 2010-05-31 at 10:40 +0200, Robert Schetterer wrote:
> if i use the postfixadmin superuser,domainadmin,domainuser layout
> so there are domainadmins defined in a sql table
> it would be a nice feature to break it down to be master only at there
> related domains via sql lookup
> at recent i t
Hi,
i think ive asked it before
perhaps this feature can be included in dovecot2
couldnt get it run with dovecot 1.2.x
if i use the postfixadmin superuser,domainadmin,domainuser layout
so there are domainadmins defined in a sql table
it would be a nice feature to break it down to be master only a