sasl問題 - BBS

Linda avatar
By Linda
at 2008-06-13T13:46

Table of Contents

※ 引述《chiouss (Heart-shaped chant)》之銘言:
: ※ 引述《fxsh70133 (小峰)》之銘言:
: : Jun 13 03:15:40 harry2 postfix/smtpd[30188]: warning: SASL authentication
: : failure: Could not open db
: 你的 db 沒有建阿...
: http://www.postfix.org/SASL_README.html#server_cyrus

我做了以下sasl的設定:

在 /usr/local/etc/postfix/main.cf 下加入
#enable SASL support in the Postfix SMTP server:
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_path = smtpd
smtpd_sasl_local_domain = $myhostname

smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
#In order to allow mail relaying by authenticated remote SMTP clients
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,
reject_unauth_destination
#To report SASL login names in Received: message headers
smtpd_sasl_authenticated_header = yes

在 /usr/local/lib/sasl2/smtpd.conf下加入
#To authenticate against Cyrus SASL's own password database:
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN LOGIN #CRAM-MD5 DIGEST-MD5

接下來輸入
saslpasswd2 -c -u 140.113.0.0/16 fxsh70133 輸入密碼後
在用這個指令判斷是否建立 sasldblistusers2
[email protected]/16: userPassword

但是我的database還是開不起來,我不確定他這邊建的database的位置在哪邊,還有
在這個指令auxprop_plugin: sasldb,它是用哪個位置的database??

以下是我的/var/log/maillog

Jun 13 05:00:05 harry2 postfix/smtpd[30786]: connect from
jack.Dorm9.NCTU.edu.tw
[140.113.95.40]
Jun 13 05:00:05 harry2 postfix/smtpd[30786]: setting up TLS connection from
jack.Dorm9.NCTU.edu.tw[140.113.95.40]
Jun 13 05:00:05 harry2 postfix/smtpd[30786]: TLS connection established from
jack.Dorm9.NCTU.edu.tw[140.113.95.40]: TLSv1 with cipher RC4-MD5 (128/128
bits)
Jun 13 05:00:05 harry2 postfix/smtpd[30786]: warning: SASL authentication
failure: Could not open db

--
Tags: BBS

All Comments

倒數計時器功能

Dora avatar
By Dora
at 2008-06-13T12:48
今天試著把倒數計時器個功能做在BBS裡面 利用控制碼的方式來倒數 修改的code不長 大家可以玩玩看 使用方法為再編輯文章的時候按下Ctrl+Q然後選3 這時會出現**t的控制碼 接著在後面加上倒數的日期 格式為YYYYMMDDHHmm 所以這行會看起來像**t200807311730 代表時間為2008/0 ...

sasl問題

Leila avatar
By Leila
at 2008-06-13T10:47
※ 引述《fxsh70133 (小峰)》之銘言: : Jun 13 03:15:40 harry2 postfix/smtpd[30188]: warning: SASL authentication : failure: Could not open db 你的 db 沒有建阿... http://w ...

sasl問題

Charlie avatar
By Charlie
at 2008-06-13T09:25
andgt; andgt; 還是我要另外去設定? andgt; andgt; 目前我試過本機使用者的帳密不行,想請問一下 andgt; andgt; 這邊的帳密是在哪邊設定的? andgt; 如果你走 pop3 的話,建議 andgt; 1. 把 pop3 不走加密打開,用 telnet 去看訊息 andgt ...

關於 Syslog 紀錄 remote log

Isabella avatar
By Isabella
at 2008-06-13T02:27
※ 引述《epstudio (蛋)》之銘言: : 唯一未解開的疑問是:已經在 rc.conf 中加入 syslogd_flags=and#34;-4 -a 0.O.0.0/0:*and#34; : 為何 reboot 之後依然無法自動啟用 remote log? bbs [/home/chiouss] -r ...

關於 Syslog 紀錄 remote log

Eden avatar
By Eden
at 2008-06-13T01:39
由於這幾天比較忙碌,一直到現在才把結果貼上來分享~ 感謝 giacch 網友的協助測試, 經過一連串的測試,就如 giacch 所描述的, 不過應該不能說是誤用,畢竟兩個方式都可以讓 syslogd 跑起來, 而且在 /etc/rc.d/syslogd 的 script 中,最後也是丟給 /usr/sbin ...