| | SquirrelMail(Webmail)へ戻る | | |
| plugins/notes/config.php | notes設定ファイル(重要) |
| plugins/notes/version | バージョン情報 |
| plugins/notes/notes.php | メモ帳本体(ファイル格納方式) |
| plugins/notes/README | README |
| plugins/notes/setup.php | SquirrelMail プラグインセットアップ |
| plugins/notes/notesDB.php | メモ帳本体(PostgreSQL-DB格納) |
| plugins/notes/sq_note.sql | notesテーブル作成SQL文 |
# su - postgres
$ psql -U squirreluser squirrelmail < sq_note.sql
$ psql -U squirreluser squirrelmail
squirrelmail=# \dt
List of relations
Schema | Name | Type | Owner
--------+------------+-------+--------------
public | address | table | squirreluser
public | notes | table | squirreluser
public | userprefs | table | squirreluser
|
$n->notes_dsn = 'pgsql://squirreluser:sqpassword@localhost/squirrelmail' ; $n->note_table = 'notes' ; |
$ ./configure
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books (LDAP)
7. Message of the Day (MOTD)
8. Plugins
9. Database
D. Set pre-defined settings for specific IMAP servers
C. Turn color on
S Save data
Q Quit
Command >> 8
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Plugins
Installed Plugins
1. calendar
2. filters
3. notes
Command >> s
|