<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rocky Linux Archives - rizkiana.my.id</title>
	<atom:link href="https://rizkiana.my.id/tag/rocky-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://rizkiana.my.id/tag/rocky-linux/</link>
	<description>Learn and Share</description>
	<lastBuildDate>Thu, 06 Jun 2024 09:11:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>

<image>
	<url>https://rizkiana.my.id/wp-content/uploads/2024/06/Black-Bold-Typographic-Retro-Night-Club-Restaurant-Bar-Logo-1-150x118.png</url>
	<title>Rocky Linux Archives - rizkiana.my.id</title>
	<link>https://rizkiana.my.id/tag/rocky-linux/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Setup Relay Authentication di Postfix</title>
		<link>https://rizkiana.my.id/setup-relay-authentication-di-post/</link>
					<comments>https://rizkiana.my.id/setup-relay-authentication-di-post/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 06 Jun 2024 03:22:25 +0000</pubDate>
				<category><![CDATA[Learn and Share]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[External Relay]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[Rocky Linux]]></category>
		<category><![CDATA[SMTP Relay]]></category>
		<guid isPermaLink="false">https://rizkiana.my.id/?p=1345</guid>

					<description><![CDATA[<p>Setup Relay Authentication di Postfix &#8211; Assalamualaikum, pada artikel ini kita akan membahas setup relay authentication di postfix. Dimana pada server postfix akan dilakukan relay ke server SMTP Relay Kami menggunkaan Rocky Linux 9.4 (Blue Onyx) dengan kondisi service postfix sudah diinstall. Baca juga : Mengatasi Tracking Center Log Proxmox Mail Gateway Kosong (Tidak Muncul) ... <a title="Setup Relay Authentication di Postfix" class="read-more" href="https://rizkiana.my.id/setup-relay-authentication-di-post/" aria-label="Read more about Setup Relay Authentication di Postfix">Read more</a></p>
<p>The post <a href="https://rizkiana.my.id/setup-relay-authentication-di-post/">Setup Relay Authentication di Postfix</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Setup Relay Authentication di Postfix</strong> &#8211; Assalamualaikum, pada artikel ini kita akan membahas setup relay authentication di postfix. Dimana pada server postfix akan dilakukan relay ke server SMTP Relay</p>



<p>Kami menggunkaan Rocky Linux 9.4 (Blue Onyx) dengan kondisi service postfix sudah diinstall.</p>



<ul class="wp-block-list">
<li>Buat file <strong>sasl_passwd </strong>di direktori <strong>/etc/postfix</strong></li>
</ul>



<pre class="wp-block-code"><code># vim /etc/postfix/sals_passwd</code></pre>



<ul class="wp-block-list">
<li>isikan konfigurasi authentication dari server SMTP Relay</li>
</ul>



<pre class="wp-block-code"><code>relay.domain.com rizkiana.my.id:passwordsmtprelay</code></pre>



<ul class="wp-block-list">
<li>Postmap file sasl_passwd</li>
</ul>



<pre class="wp-block-code"><code># postmap sasl_passwd</code></pre>



<ul class="wp-block-list">
<li>Buka file /etc/postfix/main.cf untuk konfigurasi relay (sesuaikan dengan konfigurasi relay yang diberikan oleh provider)</li>
</ul>



<pre class="wp-block-code"><code># vim /etc/postfix/main.cf


relayhost = &#91;relay.domain.com]:587
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_use_tls = yes
smtp_tls_security_level = may
mynetworks = 127.0.0.0/8 IP-ADDRESS-SMTPLAIN/32</code></pre>



<ul class="wp-block-list">
<li>Restart service postfix</li>
</ul>



<pre class="wp-block-code"><code># systemctl restart postfix</code></pre>



<ul class="wp-block-list">
<li>Lakukan pengtetesan email dan pantau log /var/log/maillog, apabila anda mendapatkan error seperti berikut :</li>
</ul>



<pre class="wp-block-code"><code>Jun  5 18:54:19 rocky postfix/smtp&#91;7541]: AB437F201CB: to=&lt;yogi@rizkiana.my.id>, relay=relay.domain.com&#91;IP ADDRESS RELAY]:587, delay=9.5, delays=8.1/0/1.4/0, dsn=4.7.0, status=deferred (SASL auth
entication failed; cannot authenticate to server relay.domain.com&#91;IP ADDRESS RELAY]: no mechanism available</code></pre>



<ul class="wp-block-list">
<li>Install package pendukung</li>
</ul>



<pre class="wp-block-code"><code># yum install cyrus-sasl-plain</code></pre>



<ul class="wp-block-list">
<li>Lakukan pengtetesan email kembali dan pantau log /var/log/maillog, apabila anda mendapatkan error seperti berikut :</li>
</ul>



<pre class="wp-block-code"><code>Jun  5 19:23:11 rocky postfix/smtp&#91;7541]: AB437F201CB: to=&lt;yogi@rizkiana.my.id>, relay=relay.domain.com&#91;IP ADDRESS RELAY]:587, delay=859, delays=841/0.1/1.1/17, dsn=2.0.0, status=sent (250 OK id=1sEpR6-004NfN-6t)</code></pre>



<p>Baca juga :<strong> <a href="https://rizkiana.my.id/tracking-center-log-proxmox-mail-gateway-kosong/">Mengatasi Tracking Center Log Proxmox Mail Gateway Kosong (Tidak Muncul)</a></strong></p>



<p>Semoga bermanfaat &amp; enjoy. Wassalamualaikum</p>
<p><a class="a2a_button_whatsapp" href="https://www.addtoany.com/add_to/whatsapp?linkurl=https%3A%2F%2Frizkiana.my.id%2Fsetup-relay-authentication-di-post%2F&amp;linkname=Setup%20Relay%20Authentication%20di%20Postfix" title="WhatsApp" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_telegram" href="https://www.addtoany.com/add_to/telegram?linkurl=https%3A%2F%2Frizkiana.my.id%2Fsetup-relay-authentication-di-post%2F&amp;linkname=Setup%20Relay%20Authentication%20di%20Postfix" title="Telegram" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Frizkiana.my.id%2Fsetup-relay-authentication-di-post%2F&amp;linkname=Setup%20Relay%20Authentication%20di%20Postfix" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Frizkiana.my.id%2Fsetup-relay-authentication-di-post%2F&amp;linkname=Setup%20Relay%20Authentication%20di%20Postfix" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_linkedin" href="https://www.addtoany.com/add_to/linkedin?linkurl=https%3A%2F%2Frizkiana.my.id%2Fsetup-relay-authentication-di-post%2F&amp;linkname=Setup%20Relay%20Authentication%20di%20Postfix" title="LinkedIn" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share#url=https%3A%2F%2Frizkiana.my.id%2Fsetup-relay-authentication-di-post%2F&#038;title=Setup%20Relay%20Authentication%20di%20Postfix" data-a2a-url="https://rizkiana.my.id/setup-relay-authentication-di-post/" data-a2a-title="Setup Relay Authentication di Postfix"></a></p><p>The post <a href="https://rizkiana.my.id/setup-relay-authentication-di-post/">Setup Relay Authentication di Postfix</a> appeared first on <a href="https://rizkiana.my.id">rizkiana.my.id</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rizkiana.my.id/setup-relay-authentication-di-post/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
