<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Mail</id>
	<title>Mail - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Mail"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Mail&amp;action=history"/>
	<updated>2026-04-26T01:18:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Mail&amp;diff=32&amp;oldid=prev</id>
		<title>imported&gt;Jeremy-busk at 01:31, 1 March 2019</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Mail&amp;diff=32&amp;oldid=prev"/>
		<updated>2019-03-01T01:31:13Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;##Simple Inbound Email Gateway(s)&lt;br /&gt;
&lt;br /&gt;
## Creating a simple mail gateway for migrating off services.&lt;br /&gt;
&lt;br /&gt;
https://xdeb.org/post/2017/12/20/mail-relay-mx-backup-and-spam-filtering-with-postfix/&amp;lt;br&amp;gt;&lt;br /&gt;
The above is about as simple as it gets.&amp;lt;br&amp;gt;&lt;br /&gt;
Introduces front door spam filtering and even includes archive email &amp;quot;backup&amp;quot; user example.&lt;br /&gt;
&lt;br /&gt;
You will probably want to expand the above example to do backups to separate email accounts based on user as it gets hard to search a billion emails and more importantly you probably only want the user/manager viewing there archived email.&lt;br /&gt;
&lt;br /&gt;
## Sending incoming email for a user to another domain (two total).&lt;br /&gt;
This is useful for migrations.&lt;br /&gt;
&lt;br /&gt;
Create a map file on inbound mail gateway running postfix:&lt;br /&gt;
```bash&lt;br /&gt;
# echo &amp;quot;jeremy-busk@example.net  jeremy-busk@example.io&amp;quot; &amp;gt;&amp;gt; /etc/postfix/sender_bcc&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Mail will continue to go to jeremy-busk@example.net while sending duplicate copy to jeremy-busk-example.io.&lt;br /&gt;
&lt;br /&gt;
Create a hash for the map file:&lt;br /&gt;
```bash&lt;br /&gt;
# postmap /etc/postfix/sender_bcc&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
Configure Postfix to read the hash file and reload the configuration to apply the changes:&lt;br /&gt;
&lt;br /&gt;
```bash&lt;br /&gt;
# echo &amp;quot;sender_bcc_maps = hash:/etc/postfix/sender_bcc&amp;quot; &amp;gt;&amp;gt; /etc/postfix/main.cf&lt;br /&gt;
```&lt;br /&gt;
```bash&lt;br /&gt;
# service postfix reload&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
To disable for user just comment out the userline line in&lt;br /&gt;
`/etc/postfix/sender_bcc` &amp;amp;&lt;br /&gt;
```bash&lt;br /&gt;
# service postfix reload&lt;br /&gt;
```&lt;br /&gt;
Email will continue to flow to previous domain as it did before it just wouldn't get copied to user.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
## Syncing email as an option for migrations.&lt;br /&gt;
&lt;br /&gt;
https://imapsync.lamiral.info/&lt;br /&gt;
&lt;br /&gt;
There might be a better tool out there now but this ruled the world for many a year.&lt;br /&gt;
&lt;br /&gt;
# Reputation&lt;br /&gt;
&lt;br /&gt;
https://www.talosintelligence.com/reputation_center/lookup&lt;/div&gt;</summary>
		<author><name>imported&gt;Jeremy-busk</name></author>
	</entry>
</feed>