<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — catcall email for Iredmail]]></title>
		<link>https://forum.iredmail.org/topic20564-catcall-email-for-iredmail.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic20564.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in catcall email for Iredmail.]]></description>
		<lastBuildDate>Tue, 20 Aug 2024 22:43:08 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: catcall email for Iredmail]]></title>
			<link>https://forum.iredmail.org/post89375.html#p89375</link>
			<description><![CDATA[<p>Maybe i can help someone else</p><p>The Solution </p><p>Enter Database <br /></p><div class="codebox"><pre><code>mysql -u root -p</code></pre></div><p>Enter password </p><div class="codebox"><pre><code>SHOW DATABASES;</code></pre></div><div class="codebox"><pre><code>USE vmail;</code></pre></div><br /><div class="codebox"><pre><code>SHOW TABLES;</code></pre></div><div class="codebox"><pre><code>DESC forwardings;</code></pre></div><div class="codebox"><pre><code>SELECT * from forwardings;</code></pre></div><p>Insert the Catch All Acount </p><div class="codebox"><pre><code>INSERT INTO forwardings (address, forwarding, domain, dest_domain)</code></pre></div><p> -&gt; <br /></p><div class="codebox"><pre><code>VALUES (&#039;domain.com&#039;, &#039;dest@example.com&#039;, &#039;domain.com&#039;, &#039;example.com&#039;);</code></pre></div><br /><br /><p>If you want to delete a line </p><div class="codebox"><pre><code>DELETE FROM forwardings</code></pre></div><p>-&gt;<br /></p><div class="codebox"><pre><code>WHERE id = 32;</code></pre></div><br /><p>Change a line </p><div class="codebox"><pre><code>UPDATE forwardings</code></pre></div><p>-&gt;<br /></p><div class="codebox"><pre><code>SET forwarding = &quot;postmaster@domain.de&quot;</code></pre></div><p>-&gt;<br /></p><div class="codebox"><pre><code>WHERE id = 9;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Augustinermonch)]]></author>
			<pubDate>Tue, 20 Aug 2024 22:43:08 +0000</pubDate>
			<guid>https://forum.iredmail.org/post89375.html#p89375</guid>
		</item>
		<item>
			<title><![CDATA[catcall email for Iredmail]]></title>
			<link>https://forum.iredmail.org/post89345.html#p89345</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version 1.7.1<br />- Deployed with iRedMail Easy or the downloadable installer?<br />- Linux/BSD distribution name and version: Ubuntu 24.04<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MariaDB<br />- Web server ( Nginx):<br />- Manage mail accounts with iRedAdmin<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><br /><br /><p>Hello, i hope somone can help me. </p><p>I need a Catch all email for my Domain. </p><p>I found that that on the iredmail site sql.create.catch-all.htm</p><br /><p>Here i find the code </p><p>in SQL table &quot;vmail.forwardings&quot; like below:</p><p>#######<br />$ mysql -u root -p<br />sql&gt; USE vmail;<br />sql&gt; INSERT INTO forwardings (address, forwarding, domain, dest_domain)<br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; VALUES (&#039;domain.com&#039;, &#039;dest@example.com&#039;, &#039;domain.com&#039;, &#039;example.com&#039;);<br />######</p><p>unfortunately i miss some knowhow in Linux </p><p>My Question is where i can find the &quot;vmail.forwardings&quot;</p><p>Is this a file like /etc/postfix/main.cf or is it only a line in a Database ? </p><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (Augustinermonch)]]></author>
			<pubDate>Mon, 19 Aug 2024 10:13:37 +0000</pubDate>
			<guid>https://forum.iredmail.org/post89345.html#p89345</guid>
		</item>
	</channel>
</rss>
