root/branches/newapi/email/licq_forwarder.conf

Revision 4599, 0.6 kB (checked in by erijo, 2 years ago)

Merged trunk changes r4394:4598 into the newapi branch.

  • 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]
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.