paul@102 | 1 | imip-agent
|
paul@102 | 2 | ==========
|
paul@102 | 3 |
|
paul@102 | 4 | This software implements an agent that can interpret e-mail messages
|
paul@102 | 5 | containing calendar information, maintain availability records for scheduling
|
paul@102 | 6 | participants, act on behalf of resources and other entities that need to
|
paul@102 | 7 | participate in scheduling, and support user interfaces for end-users whose
|
paul@102 | 8 | e-mail programs do not understand calendar data.
|
paul@102 | 9 |
|
paul@102 | 10 | Getting Started
|
paul@102 | 11 | ===============
|
paul@102 | 12 |
|
paul@102 | 13 | Eventually, this information should be incorporated into packages for various
|
paul@955 | 14 | operating system distributions, and the accompanying instructions should be
|
paul@955 | 15 | largely superfluous for most users.
|
paul@731 | 16 |
|
paul@955 | 17 | See: docs/wiki/GettingStarted
|
paul@891 | 18 |
|
paul@143 | 19 | Configuring Mail Systems for Mail Recipients
|
paul@932 | 20 | ============================================
|
paul@143 | 21 |
|
paul@143 | 22 | The software should operate independently of the way mail recipients are
|
paul@143 | 23 | identified in any given mail system, and thus does not dictate things such as
|
paul@143 | 24 | routing or account querying. However, example configuration files are provided
|
paul@932 | 25 | that demonstrate the use of various techniques to identify mail recipients.
|
paul@143 | 26 |
|
paul@932 | 27 | Naturally, these recipient identification configuration examples can be
|
paul@932 | 28 | disregarded in favour of other ways of defining mail recipients, subject to
|
paul@932 | 29 | the needs of any given environment.
|
paul@900 | 30 |
|
paul@955 | 31 | See: docs/wiki/MailIntegration
|
paul@955 | 32 | See: docs/wiki/MailIntegration--LDAP
|
paul@955 | 33 | See: docs/wiki/MailIntegration--Simple
|
paul@144 | 34 |
|
paul@143 | 35 | Configuring Mail Systems for Mail Delivery
|
paul@932 | 36 | ==========================================
|
paul@143 | 37 |
|
paul@143 | 38 | The agent software assumes that delivery of mail to recipients may be
|
paul@900 | 39 | performed either using local SMTP or by using LMTP to a suitable mailbox
|
paul@900 | 40 | provider.
|
paul@900 | 41 |
|
paul@955 | 42 | See: docs/wiki/MailIntegration
|
paul@955 | 43 | See: docs/wiki/MailIntegration--LMTP
|
paul@955 | 44 | See: docs/wiki/MailIntegration--LocalSMTP
|