|
Revision 4526, 0.6 kB
(checked in by erijo, 2 years ago)
|
|
Removed svn:keywords from all files that don't need it. May make your
checkout a tiny bit faster :)
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | # Sample ICQ forwarder configuration file |
|---|
| 2 | # Edit and copy to ~/.licq |
|---|
| 3 | |
|---|
| 4 | # This is the type of forwarding desired: |
|---|
| 5 | # 0 - Email |
|---|
| 6 | # 1 - ICQ |
|---|
| 7 | |
|---|
| 8 | [Forward] |
|---|
| 9 | Type = 0 |
|---|
| 10 | |
|---|
| 11 | # These options are for forwarding to an email account: |
|---|
| 12 | # Host - the smtp host to talk to |
|---|
| 13 | # To - who to forward icq messages to |
|---|
| 14 | # From - address used as return path |
|---|
| 15 | # Domain - your local domain, "localhost" should work fine |
|---|
| 16 | |
|---|
| 17 | [SMTP] |
|---|
| 18 | Host = localhost |
|---|
| 19 | To = root@localhost |
|---|
| 20 | From = root@localhost |
|---|
| 21 | Domain = localhost |
|---|
| 22 | |
|---|
| 23 | # These options are for forwarding to an icq number: |
|---|
| 24 | # Uin - the uin to forward to |
|---|
| 25 | |
|---|
| 26 | [ICQ] |
|---|
| 27 | Uin = 0 |
|---|