<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6589&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6589</link>
		<description><![CDATA[The most recent posts in [SOLVED] Dragonfly MTA not forwarding cron mail.]]></description>
		<lastBuildDate>Thu, 16 May 2024 20:10:05 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49959#p49959</link>
			<description><![CDATA[<p>The problem turned out to be permissions.<br />I&#039;m running on a RaspberryPi4b and switching back and forth between Debian bookworm and Devuan daedalus.<br />I kept finding that I didn&#039;t have access to emails downloaded in one system while on the other.<br />Since my personal stuff is on a thumb drive that moves between the two systems and is mounted as /mc on both, I set <br />~/Mail -&gt; /mc/docs/letters/ and /var/spool/mail -&gt; /mc/docs/letters/incoming/.<br />Being a touch paranoid /mc and /mc/* was owned mike:mike with 770 permissions.<br />Since fetchmail and mutt were run by mike that wasn&#039;t a problem but cron couldn&#039;t deliver a daily report.<br />Setting all the path /mc/docs/letters/incoming to 771 and changing */incoming ownership to mike:mail has allowed cron mail to get delivered..<br />Though I&#039;ve been using Linux for a decade I&#039;ve still a lot to learn.</p><p>Be well all,<br />Mike</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike)]]></author>
			<pubDate>Thu, 16 May 2024 20:10:05 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49959#p49959</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49815#p49815</link>
			<description><![CDATA[<p>It was typed in title of this thread. I corrected it after your confirmation.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 05 May 2024 14:39:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49815#p49815</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49814#p49814</link>
			<description><![CDATA[<p>BTW, where did you get &#039;Dragom&#039; from?<br />Did I originally post the question as &#039;Dragomfly&#039; and you changed it to &#039;Dragonfly&#039;?<br />If so, Thank you.<br />Mike</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike)]]></author>
			<pubDate>Sun, 05 May 2024 14:37:18 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49814#p49814</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49813#p49813</link>
			<description><![CDATA[<p>Yeah, I&#039;m not much of a typist.<br />Dragonfly.</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike)]]></author>
			<pubDate>Sun, 05 May 2024 13:24:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49813#p49813</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49811#p49811</link>
			<description><![CDATA[<p>Dragom or Dragon?</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 05 May 2024 00:48:26 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49811#p49811</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Dragonfly MTA not forwarding cron mail]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=49810#p49810</link>
			<description><![CDATA[<p>In /var/spool/dma are some 200+ messages a few are cron daily reports the rest are &#039; fail to deliver&#039;.<br />I don&#039;t see anything in /etc/dma/dma.conf that looks like it should be other than default except SMARTHOST smtp.frontier.com<br />/etc/aliases points everything to root, then root to mike.<br />I didn&#039;t expect it to make a diference but created /root/Mail just in case. It didn&#039;t help.<br />I use fetchmail and mutt to read mail from off site and that works fine.<br />Thinking it might be a permissions problem I looked at these:<br />mike@DevuanPI4b:~&gt; ls -l /var/mail <br />lrwxrwxrwx 1 root root 26 Feb 10 11:06 /var/mail -&gt; /mc/docs/letters/incoming/<br />Mikemike@DevuanPI4b:~&gt; ls -l /var/mail/<br />total 312<br />-rw--w---- 1 mike mail 317051 May&#160; 4 16:17 mike<br />-rw--w---- 1 root mail&#160; &#160; &#160; 0 Feb 20 02:05 root<br />mike@DevuanPI4b:~&gt; ls -l /mc/docs/letters/incoming/<br />total 312<br />-rw--w---- 1 mike mail 317051 May&#160; 4 16:17 mike<br />-rw--w---- 1 root mail&#160; &#160; &#160; 0 Feb 20 02:05 root</p><p>At the moment I&#039;m baffled, what am I missing?<br />Suggestions welcome.<br />Thanks,<br />Mike</p>]]></description>
			<author><![CDATA[dummy@example.com (Mike)]]></author>
			<pubDate>Sat, 04 May 2024 23:02:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=49810#p49810</guid>
		</item>
	</channel>
</rss>
