The Enterprise/Office 4.1 release will be available next week...
Peter
ClarkConnect Project Leader
Ждём...

Модератор: Модераторы разделов
The Enterprise/Office 4.1 release will be available next week...
Peter
ClarkConnect Project Leader
ArtemSirota писал(а): ↑19.04.2007 09:44подскажите плиз, возможно ли админить СС удаленно из вне? используя веб-интерфейс как внутри сети https://192.168.1.*:81/admin ?
Код: Выделить всё
https://x.x.x.x:81
VPF писал(а): ↑19.04.2007 10:34Если адрес вашего внешнего интерфейса статический, то всё очень просто
Код: Выделить всё
https://x.x.x.x:81
Кроме этого необходимо открыть доступ для данного сервиса из внешнего мира
CC -> Network -> Incoming -> Add Firewall Rule - Incoming Connections
Webconfig -> Add
Если же адрес динамический и у вас бесплатная версия, то сначала придёться решить эту проблему например через специальные бесплатные DNS-сервисы.
1. Как в контентфильтре на закладке banned user ip ввести всю сеть а не ip адреса по отдельности.
мне нужно ограничить всю сеть 192.168.1.0
2. Есть ли возможность смотреть в логах на какие ресурсы ходили с определенных ip адресов.
Suleiman писал(а): ↑22.04.2007 19:20Здравствуйте.
Возник вопросик, поставил третью бэтку community.
Как писал ранее, меня интересует мэйлсервер, так вот, все хорошо все прекрасно, НО!
возникли непонятки с адресс бук(адресная книга), я ее не нашел
Почитав на их форуме выяснил что надо поставить ТУРБУ(horde-turba-2.1.2-4.1.alpha.cc.noarch.rpm)
скачал поставил(в ручную через PuTTY, т.к. тестирую дома без инета). Все встало и отображается в вебинтерфейсе, но не работаетпишет постоянно ошибку:
"Horde/Kolab: Unable to synchronise shares: BAD, Missing required argument to Getannotation"
Может кто знает, где "собака зарыта"?
Может дело в том, что у меня в дистре horde-3.1.3-2.1.alpha.cc.noarch.rpm а там написано поставить horde-3.1.3-4.1.alpha.cc.noarch.rpm ?
Код: Выделить всё
apt-get update
apt-get install имяпакета
Код: Выделить всё
apt-get update
apt-get install cc-squirrelmail
The Turba install that you have is alpha software (read: not intended for production servers) The address book that you see is global and reflects the users configured on your system. The only way to change the global entries is through the ClarkConnect web interface. There's a user-defined address book as well (if I remember correctly). You should be able to manage these addresses in Horde.
--------------------
Peter
ClarkConnect Project Leader
ArtemSirota писал(а): ↑26.04.2007 10:19столкнулся с такой проблемой: на шлюзе стоит СС 4 Community есть небольшая сеть и один сегмент ее подключен через радио мост. включен контент фильтр. но те машины которые за радио интерфесом спокойно проходят через шлюз и запросы не фильтруются. т.е. в настройках броузера прописан порт 3128 и он работает. почему?
VPF писал(а): ↑26.04.2007 10:46Да. Порт 3128 оставлен разработчиками для служебных целей и программ, которые не хотят работать с авторизацией.
Порт 3128 направляет на прокси, минуя контент фильтрацию и авторизацию.
Например всё ПО MS может обновляться и подключаться к своим сервисам только без авторизации.
Настройте браузеры на порт 8080.
Конечно, если у пользователей достаточно прав, то они теоретически могут сознательно прописать порт 3128.
Но это легко всплывёт в ежедневных отчётах прокси и на пользователя можно накатать докладную, а на первый случай достаточно провести разъяснительную беседу и дать понять, что вы всё контролируете.
ArtemSirota писал(а): ↑26.04.2007 18:40дело в том что у меня настроена фильтрация без запроса авторизации. и при смене в броузере порта на с 8080 на 3128 при включенном контент фильтре не пускает в интернет. только с портом 8080.
Код:
# DefaultLanguage and AddLanguage allows you to specify the language of
# a document. You can then use content negotiation to give a browser a
# file in a language the user can understand.
#
# Specify a default language. This means that all data
# going out without a specific language tag (see below) will
# be marked with this one. You probably do NOT want to set
# this unless you are sure it is correct for all cases.
#
# * It is generally better to not mark a page as
# * being a certain language than marking it with the wrong
# * language!
#
DefaultLanguage ru
#
# Note 1: The suffix does not have to be the same as the language
# keyword --- those with documents in Polish (whose net-standard
# language code is pl) may wish to use "AddLanguage pl .po" to
# avoid the ambiguity with the common suffix for perl scripts.
#
# Note 2: The example entries below illustrate that in some cases
# the two character 'Language' abbreviation is not identical to
# the two character 'Country' code for its country,
# E.g. 'Danmark/dk' versus 'Danish/da'.
#
# Note 3: In the case of 'ltz' we violate the RFC by using a three char
# specifier. There is 'work in progress' to fix this and get
# the reference data for rfc1766 cleaned up.
#
# Catalan (ca) - Croatian (hr) - Czech (cs) - Danish (da) - Dutch (nl)
# English (en) - Esperanto (eo) - Estonian (et) - French (fr) - German (de)
# Greek-Modern (el) - Hebrew (he) - Italian (it) - Japanese (ja)
# Korean (ko) - Luxembourgeois* (ltz) - Norwegian Nynorsk (nn)
# Norwegian (no) - Polish (pl) - Portugese (pt)
# Brazilian Portuguese (pt-BR) - Russian (ru) - Swedish (sv)
# Simplified Chinese (zh-CN) - Spanish (es) - Traditional Chinese (zh-TW)
#
AddLanguage ru .ru
AddLanguage ca .ca
AddLanguage cs .cz .cs
AddLanguage da .dk
AddLanguage de .de
AddLanguage el .el
AddLanguage en .en
AddLanguage eo .eo
AddLanguage es .es
AddLanguage et .et
AddLanguage fr .fr
AddLanguage he .he
AddLanguage hr .hr
AddLanguage it .it
AddLanguage ja .ja
AddLanguage ko .ko
AddLanguage ltz .ltz
AddLanguage nl .nl
AddLanguage nn .nn
AddLanguage no .no
AddLanguage pl .po
AddLanguage pt .pt
AddLanguage pt-BR .pt-br
AddLanguage sv .sv
AddLanguage zh-CN .zh-cn
AddLanguage zh-TW .zh-tw
#
# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
#
# Just list the languages in decreasing order of preference. We have
# more or less alphabetized them here. You probably want to change this.
#
LanguagePriority ru en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR sv zh-CN zh-TW
#
# ForceLanguagePriority allows you to serve a result page rather than
# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
# [in case no accepted languages matched the available variants]
#
ForceLanguagePriority Prefer Fallback
#
# Specify a default charset for all pages sent out. This is
# always a good idea and opens the door for future internationalisation
# of your web site, should you ever want it. Specifying it as
# a default does little harm; as the standard dictates that a page
# is in iso-8859-1 (latin1) unless specified otherwise i.e. you
# are merely stating the obvious. There are also some security
# reasons in browsers, related to javascript and URL parsing
# which encourage you to always set a default char set.
#
AddDefaultCharset WINDOWS-1251
#
# Commonly used filename extensions to character sets. You probably
# want to avoid clashes with the language extensions, unless you
# are good at carefully testing your setup after each change.
# See http://www.iana.org/assignments/character-sets for the
# official list of charset names and their respective RFCs.
#
AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8
# The set below does not map to a specific (iso) standard
# but works on a fairly wide range of browsers. Note that
# capitalization actually matters (it should not, but it
# does for some browsers).
#
# See http://www.iana.org/assignments/character-sets
# for a list of sorts. But browsers support few.
#
AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis
Все спосибо разобрался это опять не было связано ни с Кларком ни с Апачем , это был mysql