1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
# Sample Licq forwarder configuration file
# Edit and copy to ~/.licq
# This is the type of forwarding desired:
# 0 - Email
# 1 - Licq
[Forward]
Type=0
# These options are for forwarding to an email account:
# Host - the smtp host to talk to
# To - who to forward icq messages to
# From - address used as return path
# Domain - your local domain, "localhost" should work fine
[SMTP]
Host=localhost
To=root@localhost
From=root@localhost
Domain=localhost
# These options are for forwarding to an Licq contact:
# Protocol - protocol to use (ICQ, MSN, Jabber)
# UserId - the user to forward to
# OwnerId - the account to forward from
[Licq]
Protocol=ICQ
UserId=
OwnerId=
|