第 1 頁 (共 1 頁)
[問題]論壇後台發信的問題!
發表於 : 2004-11-19 19:46
由 hollowaysxp
我用我自己架設的Mail Server做發信!
Relay清單\r
localhost.localdomain
localhost
127.0.0.1
220.135.x.x我的IP
我的論壇發信SMTP有指定我的SMTP去做發信!
我的部份沒問題!發信都OK!
而另外兩個論壇在我主機上的網友們!論壇架設好後都有開啟會員自行啟動。
但是沒有使用SMTP發信會發生下列情況!
會將信退到我的root@localhost
當我登入root之後都有新郵件一看都是退信!不知道該如何是好!
我在想如果沒有填SMTP發信也沒有用SMTP發信!而論壇又要發信給會員啟動帳號!
那是不是就會指向!php.ini設定檔中?
所以我應該去改php.ini內的sendmail參數部份吧!
發表於 : 2004-11-20 02:23
由 aiken
退信一定會有訊息說明退信的原因
麻煩請提供完整訊息
發表於 : 2004-11-20 10:34
由 hollowaysxp
目前沒有!不過我的疑問是localhost是Relay。
而php.ini裡的smtp也是localhost所以正常來說也可以用我的主機發信!
發表於 : 2004-11-20 10:49
由 hollowaysxp
以目前來說我填這樣應該不行吧!
原本的
代碼: 選擇全部
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
sendmail_from = me@expxxx.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
後來改成
代碼: 選擇全部
[mail function]
; For Win32 only.
SMTP = msa.hinet.net
smtp_port = 25
; For Win32 only.
sendmail_from = hollowaysxp@yahoo.com.tw
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =
把發信主機變成msa.hinet.net
但是有個問題?上面也寫到For Win32 Only,所以\r
我是不是應該把下面第三個地方\r
For Unix only 我是用sendmail
執行檔路徑在/etc/init.d/sendmail
我是不是應該要填/etc/init.d/sendmail -t -i
[Linux]不能註冊................
發表於 : 2004-11-24 12:36
由 app2001
一般錯誤
Ran into problems sending Mail. Response: 504 5.3.3 AUTH mechanism LOGIN not available
DEBUG MODE
Line : 125
File : /var/www/html/phpbb/includes/smtp.php
我的主機是 FEDORA CORE 1
phpbb 版本是 2.0.10
無法註冊會員\r
求救阿...............
發表於 : 2004-11-24 12:52
由 hollowaysxp
沒有做Relay,要用SMTP Auth