Displaying 3 results from an estimated 3 matches for "hostet".
Did you mean:
  hosted
  
2004 Jul 13
0
Domain logon against a Windows Server 2003 based AD
Hi,  
 
I'm trying to configure my Mandrake V10 box to do user authentication 
against an ActiveDirectory domain hostet on Windows Server 2003. 
 
And guess what, I have some problems :) 
 
I used drakauth (similar to authconfig on RedHat) to configure the 
authentication against a windows domain. I was asked some questions 
concerning domain, domain controller, administrator account and 
password.. 
 
drakauth conf...
2009 Jul 20
1
Problem with quota-dict
Hi,
I wanted to migrate a mailserver from cyrus to dovecot. The new setup was 
using postfixadmin let the domain admins configure the hostet domains.
To view the used quota in postfixadmin the usage of the quota dict backend is 
required. I have configured it according to the wiki but everytime I connect I 
get a sucessfully login and then every next command hangs. It seems to me, 
that the dict process itself is hanging. I even starte...
2018 Jun 21
2
sievescript is not working
Hello!
I have a problem with a sieve-script which works for one domain but not for another one.
Both domains are hostet on the same server running dovecot and postfix.
This is the script that works:
require ["vacation"];
# rule:[Out of office]
if true
{
        vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da.";
}
This one does not, a...