Search found 64 matches

by sinder
Thu Jan 03, 2008 4:46 pm
Forum:
Topic: Gentoo LDAP 設定問題~
Replies: 7
Views: 15010

基本上 ,要用 samba 當 PDC ,然後把 XP ,2003 ,Vista 加入 Domain ,很難....
還不如反過來 ,用 2003 當 AD 及 LDAP ,把 Linux 主機加入 Domain 還比較容易實作

另外 ,請問您是參考這一篇做的嗎?
http://phorum.study-area.org/viewtopic.php?t=15561
by sinder
Wed Jan 02, 2008 4:55 pm
Forum:
Topic: Gentoo LDAP 設定問題~
Replies: 7
Views: 15010

sorry ,又是我
在 gentoo doc 裡面寫的範例 directory 是 /var/lib/openldap-ldbm
而此處你貼的錯誤卻是在 /var/lib/openldap-data ,所以先請你把 /etc/openldap/slapd.conf 貼出來看看 ,比較能看出錯在哪裡
by sinder
Wed Jan 02, 2008 4:50 pm
Forum:
Topic: Gentoo LDAP 設定問題~
Replies: 7
Views: 15010

還有 ,請把 database hdb 改成 database bdb 試試看 ,moduleload 還是維持 back_hdb.so ,只改 database 那一段
by sinder
Wed Jan 02, 2008 4:41 pm
Forum:
Topic: Gentoo LDAP 設定問題~
Replies: 7
Views: 15010

請把 /etc/openldap/slapd.conf 貼出來
另外 , /var/log 目錄下有其他資訊嗎?
by sinder
Fri Mar 02, 2007 5:39 pm
Forum:
Topic: 一些軟體的粗體不見了
Replies: 47
Views: 65710

Hello ,各位:

下面是我目前最新測試的狀況:

linux #> emerge -Dvp freetype fontconfig libXft

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] media-libs/freetype-2.3.1 USE="zlib -bindist -doc" 0 kB
[ebuild R ] media-libs/fontconfig-2.4.2 USE="xml -doc" 0 kB ...
by sinder
Wed Nov 01, 2006 1:02 pm
Forum:
Topic: 一些軟體的粗體不見了
Replies: 47
Views: 65710

sorry ,因為我沒在用 KDE ,所以 QT 的環境我沒有實際測過
可能要請有使用 KDE 的 user 測試回報才行
by sinder
Fri Oct 27, 2006 9:22 am
Forum:
Topic: 一些軟體的粗體不見了
Replies: 47
Views: 65710

Sorry ,這兩天忙著測試 Vista RC1 跟 Windows Compute Cluster System 2003
所以到今天才在 GOT forum 上看到你的 message

你要的 fonts configuration 已經寄給你了,參考看看
by sinder
Sat Oct 14, 2006 9:53 pm
Forum:
Topic: 一些軟體的粗體不見了
Replies: 47
Views: 65710

sorry,忘了告訴你,我的環境是 gnome 2.16.0 zh_TW.UTF-8,我沒有測試過 big5 的環境是否也一樣正常

BTW,也許是要先執行 fc-cache -f -v 修正字型的 cache
by sinder
Fri Oct 13, 2006 4:47 pm
Forum:
Topic: 一些軟體的粗體不見了
Replies: 47
Views: 65710

主要是 freetype 跟 fontconfig 一定要使用 gentoo 官方的 ebuild,不用上任何 patch。

我的 /etc/fonts/local.conf 原本在第一段只有


<!-- 解決細明體及新細明體字體破碎的情形 -->
<match target="font">
<test name="family">
<string>MingLiU</string>
<string>PMingLiU</string>
<string>DFKai-SB</string>
</test>
<edit name="autohint">
<bool>false ...
by sinder
Fri Oct 13, 2006 10:43 am
Forum:
Topic: 一些軟體的粗體不見了
Replies: 47
Views: 65710

我都是使用 Gentoo 官方的 ebuild
freetype-2.2.1 USE="zlib -bindist -doc"
fontconfig-2.4.1 USE="xml -doc"
libXft-2.1.10 USE="-debug"

然後使用下面的 local.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<!-- 解決細明體及新細明體字體破碎的情形 -->
<match target="font">
<test name="family ...
by sinder
Sat Mar 18, 2006 10:43 pm
Forum:
Topic: postfix + cyrus-sasl+mailman+phpBB
Replies: 10
Views: 10421

給你兩個課題:
1.請先弄懂什麼是 relay
2.請先弄清楚您這台 Mail Server 在您自己的網路中所扮演的角色

如果對這些定義不是很清楚,建議您先到下面這兩個網站去逛逛,保證勝讀十年書
http://linux.vbird.org/
http://www.study-area.org/
by sinder
Fri Mar 17, 2006 1:53 pm
Forum:
Topic: postfix + cyrus-sasl+mailman+phpBB
Replies: 10
Views: 10421

把 smtpd_recipient_restrictions、smtpd_sender_restrictions、smtpd_client_restrictions

這幾項中的 permit_mynetworks 參數拿掉試試看

我想應該是因為你從 allow relay 的 network 寄信,所以 from 不論填什麼都可以寄信吧
by sinder
Thu Mar 16, 2006 11:02 pm
Forum:
Topic: postfix + cyrus-sasl+mailman+phpBB
Replies: 10
Views: 10421

請問您真的在 /etc/postfix/main.cf 中加入了

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $mydomain
broken_sasl_auth_clients = yes

這幾項設定了嗎?

然後在 smtpd_recipient_restrictions 、smtpd_sender_restrictions、smtpd_client_restrictions
這幾項中加入 permit_sasl ...
by sinder
Thu Mar 16, 2006 9:36 am
Forum:
Topic: postfix + cyrus-sasl+mailman+phpBB
Replies: 10
Views: 10421

請在 /etc/postfix/main.cf 中的下列地方加上 permit_mynetworks 這個參數:
smtpd_hello_restrictions
smtpd_client_restrictions
smtpd_sender_restrictions
smtpd_recipient_restrictions

並在 mynetworks 中加入 127.0.0.0/8 , mydestination 中加入 localhost

relay_domains = $mydestination

應該就可以了
by sinder
Wed Mar 15, 2006 10:56 pm
Forum:
Topic: postfix + cyrus-sasl+mailman+phpBB
Replies: 10
Views: 10421

照您所 post 之訊息看來
是從外部 ooo@example.com 寄到您這台的 root@localhost
這種情況跟 SMTP 認證或是 sasl2 認證無關 ,信是一定 allow 寄進的 ,除非沒有這個 account 或是設定了過濾信件等機制