Mercurial > prosody-wiki
comparison mod_offline_email.wiki @ 21:84e81806c041
Added compatibility section
author | MWild1 |
---|---|
date | Fri, 25 Sep 2009 22:39:21 +0000 |
parents | 8061f15ea4ae |
children | 7629b4f71114 |
comparison
equal
deleted
inserted
replaced
20:44fe50bac580 | 21:84e81806c041 |
---|---|
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 = Compatibility = | |
23 ||0.6||Works|| | |
24 ||0.5||Should work|| | |
25 | |
22 = Caveats/Todos/Bugs = | 26 = Caveats/Todos/Bugs = |
23 | 27 |
24 * Currently SMTP sending blocks the whole server. This should not be noticable if your mail server is on the same machine as Prosody. | 28 * 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?) | 29 * There is not (yet) any way to configure forwarding to an email address other than your JID (idea... use email address in vcard?) |
26 * Enable/disable this feature per user? | 30 * Enable/disable this feature per user? |