ejabberd - Comments for "ejabberd howto on ubuntu / debian" https://www.ejabberd.im/node/3100 en Hi, I'd love to take a look https://www.ejabberd.im/node/3100#comment-58588 <p>Hi, I'd love to take a look at your tutorial but the link doesn't seem to go to it anymore. Let me know if you put it back up.</p> Sat, 28 Apr 2012 01:10:22 +0000 chibikaba comment 58588 at https://www.ejabberd.im Thanks for reporting. I've https://www.ejabberd.im/node/3100#comment-53334 <p>Thanks for reporting. I've added a link in the Tutorials main page, with the title: Installing ejabberd with APT on Debian / Ubuntu.</p> <p>There are two confusing parts in the tutorial:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>%% This stops “in band” account registration by any existing user<br /> {access, register, [{deny, all}]}.<br /> We also changed starttls to starttls_required in the following stanza, to (hopefully) prevent non ssl/tls enabled connections:</p></div> <p>There isn't clear differentiation betwen the verbatim config option ACCESS and the next paragraph 'We are'.</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>% Ordinary client-2-server service<br /> [{5222, ejabberd_c2s, [{access, c2s},<br /> {max_stanza_size, 65536},<br /> starttls_required, {certfile, "/etc/ejabberd/ejabberd.pem"},<br /> {shaper, c2s_shaper}]}, </p></div> <p>The [{... option must be used like this:</p> <pre>{listen, [ {5222, ejabberd_c2s, [{access, c2s}, {max_stanza_size, 65536}, starttls_required, {certfile, "/etc/ejabberd/ejabberd.pem"}, {shaper, c2s_shaper}]}, ... ]}.</pre><p>However, as you show it, some newbie may think that he can simply paste your option in ejabberd.cfg.</p> Sun, 22 Jun 2008 23:25:21 +0000 mfoss comment 53334 at https://www.ejabberd.im