<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Tiago SM</title>
    <description>The latest articles on DEV Community by Tiago SM (@tiagosm).</description>
    <link>https://dev.to/tiagosm</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1021818%2Ff09f0f7e-a910-4e8f-849e-01a8278e10d2.jpeg</url>
      <title>DEV Community: Tiago SM</title>
      <link>https://dev.to/tiagosm</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tiagosm"/>
    <language>en</language>
    <item>
      <title>Zimbra Mail 8.8.15 - mta trust networks</title>
      <dc:creator>Tiago SM</dc:creator>
      <pubDate>Mon, 06 Feb 2023 15:19:20 +0000</pubDate>
      <link>https://dev.to/tiagosm/zimbra-mail-8815-mta-trust-networks-1ccj</link>
      <guid>https://dev.to/tiagosm/zimbra-mail-8815-mta-trust-networks-1ccj</guid>
      <description>&lt;p&gt;Zimbra Mail 8.15 - mta trust networks error&lt;br&gt;
/var/log/zimbra.log&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Jan 9 11:01:22 mail amavis[98061]: (!!)TROUBLE in pre_loop_hook: Invalid IPv4 network mask or CIDR prefix length [127.0.0.0/8,192.168.0.13/32,::1,2888:bb:30:300:2222:3fff:eeee:ca8d] 
Jan 9 11:01:22 mail amavis[98061]: (!)_DIE: Suicide () TROUBLE in pre_loop_hook: Invalid IPv4 network mask or CIDR prefix length: [127.0.0.0/8,192.168.0.13/32,::1,2888:bb:30:300:2222:3fff:eeee:ca8d]
Jan 9 11:01:34 mail postfix/smtps/smtpd[98117]: fatal: open dictionary: expecting "type:name" form instead of "::1"
Jan 9 11:01:35 mail postfix/master[6018]: warning: process /opt/zimbra/common/libexec/smtpd pid 98117 exit status 1
Jan 9 11:01:35 mail postfix/master[6018]: warning: /opt/zimbra/common/libexec/smtpd: bad command startup -- throttling
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The IPs line format is wrong! [127.0.0.0/8,192.168.0.13/32,::1,2888:bb:30:300:2222:3fff:eeee:ca8d]&lt;/p&gt;

&lt;p&gt;How to Fix?&lt;br&gt;
Settings &amp;gt; Zimbra Admin &amp;gt; Servers &amp;gt; MTA Trust Networks field. In the property format, loopback IPV4 and IPV6 must be included!&lt;/p&gt;

&lt;p&gt;IPV4/mask  IPV6/mask&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;127.0.0.0/8 192.168.0.13/32 ::1/128 2888:bb:30:300:2222:3fff:eeee:ca8d/64
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>zimbra</category>
      <category>mail</category>
      <category>ubuntu</category>
    </item>
    <item>
      <title>PFSense</title>
      <dc:creator>Tiago SM</dc:creator>
      <pubDate>Mon, 06 Feb 2023 15:01:25 +0000</pubDate>
      <link>https://dev.to/tiagosm/pfsense-21i8</link>
      <guid>https://dev.to/tiagosm/pfsense-21i8</guid>
      <description>&lt;p&gt;How to list blocked IPs and unblock IP?&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$pfctl -t sshguard -T show
   1.0.246.105
   1.9.79.191
   1.52.149.133
   1.53.170.75
   1.164.252.130
   1.212.246.18
   1.217.60.210
   1.235.197.132
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;To unblock an IP, e.g. 1.235.197.132, run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;$pfctl -t sshguard -T delete 1.235.197.132
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;1/1 addresses deleted.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://docs.netgate.com/pfsense/en/latest/firewall/easyrule.html" rel="noopener noreferrer"&gt;https://docs.netgate.com/pfsense/en/latest/firewall/easyrule.html&lt;/a&gt;&lt;br&gt;
easyrule pass     [destination port]&lt;/p&gt;

</description>
      <category>announcement</category>
      <category>devto</category>
      <category>offers</category>
    </item>
  </channel>
</rss>
