|
Revision 697, 345 bytes
(checked in by anonymous, 9 years ago)
|
|
This commit was manufactured by cvs2svn to create tag 'email-0_40'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | # Sample Email forwarder configuration file |
|---|
| 2 | # Edit and copy to ~/.licq |
|---|
| 3 | # Options are: |
|---|
| 4 | # Host - the smtp host to talk to |
|---|
| 5 | # To - who to forward icq messages to |
|---|
| 6 | # From - address used as return path |
|---|
| 7 | # Domain - your local domain, "localhost" should work fine |
|---|
| 8 | |
|---|
| 9 | [SMTP] |
|---|
| 10 | Host = localhost |
|---|
| 11 | To = root@localhost |
|---|
| 12 | From = root@localhost |
|---|
| 13 | Domain = localhost |
|---|