Package parameters: |
- IMAP: IMAPHost
- IMAP Host to be used for sending emails (default localhost, type string, scope instance)
- IMAP: IMAPPassword
- IMAP Password to be used for sending emails (default , type string, scope instance)
- IMAP: IMAPPort
- IMAP Port to be used for sending emails (default 25, type number, scope instance)
- IMAP: IMAPTimeout
- IMAP Timeout. Waiting time until we give up with the mailserver. (default 60, type number, scope instance)
- IMAP: IMAPUser
- IMAP User to be used for sending emails (default , type string, scope instance)
- SMTP: SMTPHost
- SMTP Host to be used for sending emails (default localhost, type string, scope instance)
- SMTP: SMTPPassword
- SMTP Password to be used for sending emails (default , type string, scope instance)
- SMTP: SMTPPort
- SMTP Port to be used for sending emails (default 25, type number, scope instance)
- SMTP: SMTPTimeout
- SMTP Timeout. Waiting time until we give up with the mailserver. (default 60, type number, scope instance)
- SMTP: SMTPUser
- SMTP User to be used for sending emails (default , type string, scope instance)
- email: BounceDomain
- Email Domain for outgoing messages (default , type string, scope instance)
- email: BounceMailDir
- Location of the maildir location that accepts incoming bounces (default , type string, scope instance)
- email: BounceScanQueue
- How often (in seconds) to scan for new bounces (default 120, type number, scope instance)
- email: EnvelopePrefix
- The prefix for sending mail that will be handled by this instance. Use alphanumeric characters only. (default bounce, type string, scope instance)
- email: FilesystemAttachmentsRoot
- Path of a folder in the filesystem into which files are allowed to be read and sent as attachments. Trying to send attachments residing outside this folder will throw an error.
Set this parameter to the root of your filesystem will disable this restriction.
Default for the empty value of this parameter will be to allow only files into the temporary folder of the system, as in '[ns_tmpdir]' (default , type string, scope instance)
- email: FixedFont
- Font definition (after the font tag) that will always be wrapped around HTML e-mail. Example: face=Verdana size=2. Default is empty (default , type string, scope instance)
- email: FixedSenderEmail
- Email address that will be always the email stored in the sender. Default is empty (default , type string, scope instance)
- email: FolderID
- Folder ID of a folder in the content repository that contains files that can be included using checkboxes in each e-mail send out of the system. This effects /lib/email (default , type number, scope instance)
- email: MMEncodeBin
- Location of mmencode executable. (default /usr/bin/mmencode, type string, scope instance)
- email: MaxBounceCount
- Number of bounced emails after resulting in disabling an email-address (default 10, type number, scope instance)
- email: MaxDaysToBounce
- Number of days after mail sending a bounce is expected at the very latest (default 2, type number, scope instance)
- email: MaxNotificationCount
- Number of times the user will get a notification that his email got disabled in the system (default 4, type number, scope instance)
- email: NotificationInterval
- Number of days the users with bouncing email will be notified again on how to re-enable the email again (default 7, type number, scope instance)
- email: NotificationSender
- Sender of the notification email (default , type string, scope instance)
- email: OriginatorEmail
- Answers question: What value gets assigned to Originator header? Choices are: fixed_sender, from_address, message_id, reply_to, or bounce_address (value returned from acs_mail_lite::bounce_address). Originator defined in rfc2822 section 3.6.2 (default bounce_address, type string, scope instance)
- email: send_immediately
- Boolean value to say whether new mails should be send out immediately or stored in the db before send out. (default 0, type number, scope instance)
- inbound_email: IncomingDomain
- Email Domain for incoming messages (default , type string, scope instance)
- inbound_email: IncomingFilterProcName
- Procedure name for custom filtering of incoming email. Default is empty string. (default , type string, scope instance)
- inbound_email: IncomingMailDir
- Location of the maildir location that accepts incoming bounces (default , type string, scope instance)
- inbound_email: IncomingMaxAge
- Maximum time to accept replies from sent email before expiring. 604800 is 1 week of (seconds). 0 = does not expire (default 604800, type number, scope instance)
- inbound_email: IncomingMode
- Incoming email mode. Choices are: legacy (same behavior up to OpenACS 5.9.1. Deprecated, will be removed in future versions), maildir (use a MailDir location for incoming email), imap (use IMAP for incoming email). (default maildir, type string, scope instance)
- inbound_email: IncomingScanRate
- Duration between scans for new email (seconds) (default 120, type number, scope instance)
- rollout_support: EmailAllow
- Tcl list of email addresses that are allowed to receive messages when delivery mode is set to filter (default , type string, scope instance)
- rollout_support: EmailDeliveryMode
- Set how message will be delivered. default: Email messages are sent via the tcllib smtpd implementation. nssmtpd: try to send mail via SMTP based on the NaviServer nssmtpd module. log: Email messages are written to the server's error log. ignore: just write a single line per ignored mail delivery attempt. redirect: Email messages are redirected to the addresses specified by the EmailRedirectTo parameter. If this list is absent or empty, email messages are written to the server's error log. filter: Email messages are sent via SMTP if the recipient appears in the EmailAllow parameter, otherwise they are logged. The setting 'filter' and 'redirect' can be combined with 'nssmtpd' as in 'filter nssmtpd' to specify the delivery implementation (default default, type string, scope instance)
- rollout_support: EmailRedirectTo
- Tcl list of email addresses to redirect to (default , type string, scope instance)
|