root/tags/forwarder-0_65/email/licq_forwarder.conf

Revision 770, 0.6 kB (checked in by graham, 9 years ago)

Added ability to forward to an icq account as well.
Moved from email plugin to forwarder plugin.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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]
9Type = 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]
18Host = localhost
19To = root@localhost
20From = root@localhost
21Domain = localhost
22
23# These options are for forwarding to an icq number:
24#  Uin - the uin to forward to
25
26[ICQ]
27Uin = 0
Note: See TracBrowser for help on using the browser.