<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi,<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">Da du mit Zertifikaten (StartTLS) arbeitest nehme ich an, dass du dovecot und Postfix bereits einsetzt?</div></blockquote></div><br class=""></div><div class="">nein, nicht auf dem Raspberry Pi (Postfix habe ich aber früher schon mal selbst eingesetzt).</div><div class="">Ich will auf dem Pi gar nichts einsetzen, was die Performance und die Administration unnötig kompliziert macht. Wie die GNUsocial Anleitung beschreibt kann das PHP Script die Mails auch per SMTP und einem Account zustellen:</div><div class=""><br class=""></div><div class=""><pre class="code" style="padding: 0.5em; border: 1px dashed rgb(47, 111, 171); line-height: 1.2em; overflow: auto; margin-top: 0px; font-size: 11.3506px; direction: ltr; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; widows: 1; background-color: rgb(249, 249, 249);">$config['mail']['backend'] = 'smtp';
$config['mail']['params'] = array(
'host' => 'yourdomain',
'port' => 25,
'auth' => true,
'username' => 'status@yourdomain',
'password' => 'thepassword'
);</pre><div class=""><br class=""></div></div><div class="">Über einen “Freifunk internen” Mailserver habe ich gestern mal laut nachgedacht und sehe dazu auch keinen (für mich) vertretbaren Nutzen verglichen mit dem Aufwand dahinter. </div><div class=""><br class=""></div><div class="">> Ich helfe gerne. IP und Root Zugriff wären hilfreich.</div><div class=""><br class=""></div><div class="">Du darfst mir gern beim Weiterentwickeln über die Schulter oder in die offene Shell schauen. Gern bei nächster Gelegenheit im Bytespeicher.</div><div class=""><br class=""></div><div class="">Grüße</div><div class="">Stephan</div></body></html>