<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.rm-rf.ch/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.rm-rf.ch/feed.php">
        <title>wiki.rm-rf.ch - synology_dikstation:mail:postfix</title>
        <description></description>
        <link>https://wiki.rm-rf.ch/</link>
        <image rdf:resource="https://wiki.rm-rf.ch/_media/wiki:dokuwiki.svg" />
       <dc:date>2026-09-23T01:13:13+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.rm-rf.ch/synology_dikstation:mail:postfix:postfix_relayhost_hinzufuegen"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.rm-rf.ch/_media/wiki:dokuwiki.svg">
        <title>wiki.rm-rf.ch</title>
        <link>https://wiki.rm-rf.ch/</link>
        <url>https://wiki.rm-rf.ch/_media/wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://wiki.rm-rf.ch/synology_dikstation:mail:postfix:postfix_relayhost_hinzufuegen">
        <dc:format>text/html</dc:format>
        <dc:date>2014-03-21T23:16:37+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>postfix_relayhost_hinzufuegen</title>
        <link>https://wiki.rm-rf.ch/synology_dikstation:mail:postfix:postfix_relayhost_hinzufuegen</link>
        <description>Relay Host in Postfix hinzufügen

Dieses kleine Script soll Usern helfen, die einen Relyhost für Postfix einrichten wollen. Dazu fragt das Script die nötigen Werte vom User ab und trägt diese in die Postfix Konfiguration ein.


#!/bin/sh

main=&#039;/usr/syno/mailstation/etc/main.cf&#039;
#main=&#039;./main.cf&#039;
#map=&#039;./smtp_auth&#039;
map=&#039;/usr/syno/mailstation/etc/smtp_auth&#039;
echo -n &#039;Hostname des Relayhosts:  &#039;
while read relayhost
do
 [ &quot;x$relayhost&quot; != &#039;x&#039; ] &amp;&amp; break
 echo -n &#039;Hostname des Relayhosts:  &#039; &amp;&amp; cont…</description>
    </item>
</rdf:RDF>
