以前我都問過,唔記得邊位ching 教既...
*************************************************************************
1. 於NAS開咗telnet
2. 於windows telnet 入去nas, login = root, pw = 你admin的pw (於 vista/w7 default telnet 是關閉的, 請自行打開)
3. 進入以下 dir : /volume1/@appstore/MailStation/roundcubemail/config/
4. 找出 file : main.inc.php
5. 建議先將 main.inc.php 做1個backup(以防有問題後還原),例: main.inc.php.bak
6. 然後用vi 打開 main.inc.php,
找出以下幾行修改小小野如下 :
// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = 'XXXXX'; <----------------打你的netvigator login
// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = 'XXXXX'; <---------------打你的netvigator pw
7. save, 完成
8. 於NAS關閉返telnet
(而之前的 backup file (main.inc.php.bak) 可以不delete)
經過以上步驟就可以sent e-mail 去 yahoo....etc.
記住如果之後你轉了ISP就要入來改返setting
(*upgrade o左MailStation都要改返setting)
簡單unix command送既 
copy: cp file1 file2
vi command
quit (save) - :x or :wq
quit (not save) - :q!
vi edit mode - a
exit vi edit mode - ESC
vi del character - command mode "x" |