comparison mod_offline_email.wiki @ 1:8061f15ea4ae

Removed unintentional links.
author waqas20
date Thu, 10 Sep 2009 19:43:47 +0000
parents 8e7907dab2a8
children 84e81806c041
comparison
equal deleted inserted replaced
0:8e7907dab2a8 1:8061f15ea4ae
15 15
16 || queue_offline_emails || The number of seconds to buffer messages for, before they are sent as an email. The default is to send each message as it arrives. || 16 || queue_offline_emails || The number of seconds to buffer messages for, before they are sent as an email. The default is to send each message as it arrives. ||
17 || smtp_server || Address of the SMTP server to send through. Default 'localhost' (recommended, see caveats below) || 17 || smtp_server || Address of the SMTP server to send through. Default 'localhost' (recommended, see caveats below) ||
18 || smtp_username || If set, Prosody will authenticate with the SMTP server before sending (default is no authentication) || 18 || smtp_username || If set, Prosody will authenticate with the SMTP server before sending (default is no authentication) ||
19 || smtp_password || The password for the above user (default is none) || 19 || smtp_password || The password for the above user (default is none) ||
20 || smtp_from || Address from which it will appear the emails came. Default is [smtp_username]@[smtp_server], where smtp_username is replaced with 'xmpp' if not set || 20 || smtp_from || Address from which it will appear the emails came. Default is smtp_username@smtp_server, where smtp_username is replaced with 'xmpp' if not set ||
21 21
22 = Caveats/Todos/Bugs = 22 = Caveats/Todos/Bugs =
23 23
24 * Currently SMTP sending blocks the whole server. This should not be noticable if your mail server is on the same machine as Prosody. 24 * Currently SMTP sending blocks the whole server. This should not be noticable if your mail server is on the same machine as Prosody.
25 * There is not (yet) any way to configure forwarding to an email address other than your JID (idea... use email address in vcard?) 25 * There is not (yet) any way to configure forwarding to an email address other than your JID (idea... use email address in vcard?)