Displaying 4 results from an estimated 4 matches for "ceskyserver".
2004 Jul 22
2
HTB & tc
Hi,
I''m trying to make run a simple shaping *through HTB*. I have compiled a
new kernel 2.4.21.
First command from
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
said:
# tc qdisc add dev eth0 root handle 1: htb default 12
RTNETLINK answers: Invalid argument
I tryed both standard tc from Debian stable and
http://luxik.cdi.cz/~devik/qos/htb/v2/tc.gz
this one...
I tryed
2003 Sep 05
3
Dovecot not starting
Hello everybody,
sorry for stupid qustion, but I have following problem:
I succesfully installed Dovecot on Debian (from source). Now I want to run
it. I tryed:
# /usr/local/dovecot/sbin/dovecot
#
but nothing happened:
# ps -Af | grep dove
....... ps -Af | grep dove
#
What is wrong?
I want Dovecot to serve POP3 over SSL.
Many thanks and sorry again :o)
2003 Oct 03
1
pop3s in Outlook
Hi,
I'm using Dovecot for pop3-ssl. Unofortunatelly, most of my users are using
MS Outlook. I want them to be able to remove standard mesage: "The
certificat is not signed by...", but I don't know how :-( In the dialog
isn't a button "Trust this certificate forever"...
Is there anybody, who know, how to solve this?
Many thanks.
2006 Mar 26
1
postfix 2.3 SMTP AUTH and Outlook
Hi all,
I just maked $SUBJECT to run. The main problem was, that in Dovecot are
by default enabled only plain digest-md5 and cram-md5 authentication
mechanisms. While MS Outlook knows only "LOGIN" mechanism. So, Outlook
users wasn't able to use SMTP AUTH.
The solution is to change a line in dovecot.conf:
mechanisms = plain digest-md5 cram-md5
to:
mechanisms = plain digest-md5