<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://interpause.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrew</id>
	<title>Interpause - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://interpause.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrew"/>
	<link rel="alternate" type="text/html" href="https://interpause.com/index.php/Special:Contributions/Andrew"/>
	<updated>2026-04-04T18:01:10Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20250203_Upgrade_Ubuntu_22.04_to_24.04_on_a_dual_boot_computer_with_Windows_11&amp;diff=473</id>
		<title>Howto/20250203 Upgrade Ubuntu 22.04 to 24.04 on a dual boot computer with Windows 11</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20250203_Upgrade_Ubuntu_22.04_to_24.04_on_a_dual_boot_computer_with_Windows_11&amp;diff=473"/>
		<updated>2025-02-03T15:24:38Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The upgrade process did not go smoothly as hoped, but here are the problems I had and the workarounds that worked for me:&lt;br /&gt;
&lt;br /&gt;
==== Problem #1: do-release-upgrade fails due to thunderbird ====&lt;br /&gt;
Remove thunderbird: &lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get purge thunderbird*&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Problem #2: Ubuntu boots to initramfs screen with error message about device not existing ====&lt;br /&gt;
Source: https://askubuntu.com/questions/1533516/ubuntu-24-04-dual-boot-win11-initramfs-error&lt;br /&gt;
&lt;br /&gt;
1) Boot to Ubuntu Live USB&lt;br /&gt;
&lt;br /&gt;
2) Mount root partition&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
       sudo mount /dev/sdb5 /mnt (mine was: sudo mount /dev/nvme0n1p2 /mnt)&lt;br /&gt;
       sudo mount --bind /dev /mnt/dev&lt;br /&gt;
       sudo mount --bind /proc /mnt/proc&lt;br /&gt;
       sudo mount --bind /sys /mnt/sys&lt;br /&gt;
       sudo chroot /mnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Add following lines to /etc/initramfs-tools/modules&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ufshcd_core&lt;br /&gt;
ufshcd_pci&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4) Rebuild initramfs&lt;br /&gt;
&amp;lt;pre&amp;gt; update-initramfs -u -k all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5) Exit initramfs and rebooot&lt;br /&gt;
&lt;br /&gt;
==== Problem #3: Ubuntu does not boot to desktop, but boots to console and network device is disabled ====&lt;br /&gt;
&lt;br /&gt;
1) Enable network device and test internet connection&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dhcpcd&lt;br /&gt;
ping 8.8.8.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Set nameserver in /etc/resolv.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nameserver 8.8.8.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Re-install Ubuntu desktop and video drivers&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt dist-upgrade&lt;br /&gt;
sudo apt auto-remove&lt;br /&gt;
sudo apt install --reinstall ubuntu-desktop nvidia-driver-470&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20250203_Upgrade_Ubuntu_22.04_to_24.04_on_a_dual_boot_computer_with_Windows_11&amp;diff=472</id>
		<title>Howto/20250203 Upgrade Ubuntu 22.04 to 24.04 on a dual boot computer with Windows 11</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20250203_Upgrade_Ubuntu_22.04_to_24.04_on_a_dual_boot_computer_with_Windows_11&amp;diff=472"/>
		<updated>2025-02-03T15:24:23Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The upgrade process did not go smoothly as hoped, but here are the problems I had and the workarounds that worked for me:&lt;br /&gt;
&lt;br /&gt;
==== Problem #1: do-release-upgrade fails due to thunderbird ====&lt;br /&gt;
Remove thunderbird: &lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get purge thunderbird*&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Problem #2: Ubuntu boots to initramfs screen with error message about device not existing ====&lt;br /&gt;
Source: https://askubuntu.com/questions/1533516/ubuntu-24-04-dual-boot-win11-initramfs-error&lt;br /&gt;
&lt;br /&gt;
1) Boot to Ubuntu Live USB&lt;br /&gt;
&lt;br /&gt;
2) Mount root partition&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
       sudo mount /dev/sdb5 /mnt (mine was: sudo mount /dev/nvme0n1p2 /mnt)&lt;br /&gt;
       sudo mount --bind /dev /mnt/dev&lt;br /&gt;
       sudo mount --bind /proc /mnt/proc&lt;br /&gt;
       sudo mount --bind /sys /mnt/sys&lt;br /&gt;
       sudo chroot /mnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Add following lines to /etc/initramfs-tools/modules&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ufshcd_core&lt;br /&gt;
ufshcd_pci&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4) Rebuild initramfs&lt;br /&gt;
&amp;lt;pre&amp;gt; update-initramfs -u -k all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5) Exit initramfs and rebooot&lt;br /&gt;
&lt;br /&gt;
==== Problem #3: Ubuntu does not boot to desktop, but boots to console and network device is disabled ====&lt;br /&gt;
&lt;br /&gt;
1) Enable network device and test internet connection&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo dhcpcd&lt;br /&gt;
ping 8.8.8.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2) Set nameserver in /etc/resolv.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
nameserver 8.8.8.8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Re-install Ubuntu desktop and video drivers&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo apt update&lt;br /&gt;
sudo apt dist-upgrade&lt;br /&gt;
sudo apt auto-remove&lt;br /&gt;
sudo apt install --reinstall ubuntu-desktop nvidia-driver-470&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20250203_Upgrade_Ubuntu_22.04_to_24.04_on_a_dual_boot_computer_with_Windows_11&amp;diff=471</id>
		<title>Howto/20250203 Upgrade Ubuntu 22.04 to 24.04 on a dual boot computer with Windows 11</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20250203_Upgrade_Ubuntu_22.04_to_24.04_on_a_dual_boot_computer_with_Windows_11&amp;diff=471"/>
		<updated>2025-02-03T15:18:14Z</updated>

		<summary type="html">&lt;p&gt;Andrew: Created page with &amp;quot;The upgrade process did not go smoothly as hoped, but here are the problems I had and the workarounds that worked for me:  ==== Problem #1: do-release-upgrade fails due to thunderbird ==== Remove thunderbird:  &amp;lt;pre&amp;gt;sudo apt-get purge thunderbird*&amp;lt;/pre&amp;gt;  ==== Problem #2: Ubuntu boots to initramfs screen with error message about device not existing ==== Source: https://askubuntu.com/questions/1533516/ubuntu-24-04-dual-boot-win11-initramfs-error  1) Boot to Ubuntu Live USB...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The upgrade process did not go smoothly as hoped, but here are the problems I had and the workarounds that worked for me:&lt;br /&gt;
&lt;br /&gt;
==== Problem #1: do-release-upgrade fails due to thunderbird ====&lt;br /&gt;
Remove thunderbird: &lt;br /&gt;
&amp;lt;pre&amp;gt;sudo apt-get purge thunderbird*&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Problem #2: Ubuntu boots to initramfs screen with error message about device not existing ====&lt;br /&gt;
Source: https://askubuntu.com/questions/1533516/ubuntu-24-04-dual-boot-win11-initramfs-error&lt;br /&gt;
&lt;br /&gt;
1) Boot to Ubuntu Live USB&lt;br /&gt;
&lt;br /&gt;
2) Mount root partition&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
       sudo mount /dev/sdb5 /mnt (mine was: sudo mount /dev/nvme0n1p2 /mnt)&lt;br /&gt;
       sudo mount --bind /dev /mnt/dev&lt;br /&gt;
       sudo mount --bind /proc /mnt/proc&lt;br /&gt;
       sudo mount --bind /sys /mnt/sys&lt;br /&gt;
       sudo chroot /mnt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3) Add following lines to /etc/initramfs-tools/modules&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ufshcd_core&lt;br /&gt;
ufshcd_pci&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4) Rebuild initramfs&lt;br /&gt;
&amp;lt;pre&amp;gt; update-initramfs -u -k all &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5) Exit initramfs and rebooot&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=470</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=470"/>
		<updated>2025-02-03T15:03:41Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Howtos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20250203 Upgrade Ubuntu 22.04 to 24.04 on a dual boot computer with Windows 11]]&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all critical files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duply/duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Roundcubemail&#039;&#039;&#039; webmail&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, Pydio php filemanager, etc.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=469</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=469"/>
		<updated>2023-12-12T20:49:43Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). &lt;br /&gt;
* Be sure to swap my domains and ISP&#039;s smtp server for your own!&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
# you may need to duplicate some parameters from the original mail1 config:&lt;br /&gt;
message_size_limit = 30720000&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) (Optional, but recommended) Add postfix restrictions to prevent spam/spoofing using the following guide&lt;br /&gt;
* https://wiki.centos.org/HowTos(2f)postfix_restrictions.html&lt;br /&gt;
&lt;br /&gt;
; 6) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline and update the MX record accordingly.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of each domain and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
* Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
* Use telnet to test connections: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
telnet mail2.interpause.com 25&lt;br /&gt;
telnet mail1.interpause.com 2025&lt;br /&gt;
telnet smtp.ebox.ca 587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20120923_Repair_corrupt_MySQL_database_that_won%27t_start&amp;diff=468</id>
		<title>Howto/20120923 Repair corrupt MySQL database that won&#039;t start</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20120923_Repair_corrupt_MySQL_database_that_won%27t_start&amp;diff=468"/>
		<updated>2023-12-04T04:56:04Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Sources&#039;&#039;&#039;: &lt;br /&gt;
* http://dev.mysql.com/doc/refman/5.0/en/myisamchk.html&lt;br /&gt;
* http://dba.stackexchange.com/questions/23361/innodb-force-recovery-when-innodb-corruption&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Steps&#039;&#039;&#039;&lt;br /&gt;
* Always check log files first for suggestions, /var/log/mysql/&lt;br /&gt;
* Try to repair the database offline, in a shell run:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo myisamchk --force --update-state --key_buffer_size=64M \&lt;br /&gt;
--sort_buffer_size=64M --read_buffer_size=1M \&lt;br /&gt;
--write_buffer_size=1M /var/lig/mysql/*/*.MYI&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Reboot and test that the database is online.&lt;br /&gt;
* If database still offline, edit /etc/mysql/my.cnf, and add the following line to section [mysqld]&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
innodb_force_recovery = 6 # Should try 1 to 6 in increasing numbers&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Reboot and test that the database is online. Note: Database should be online but the innoDB is still corrupt and must be fixed!&lt;br /&gt;
* Create a dump of the sql database&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo mysqldump -u root -p--all-databases &amp;gt; ~/backup.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Delete the ibdata and ib_logfile files&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo rm /var/lib/mysql/ibdata1&lt;br /&gt;
sudo rm /var/lib/mysql/ib_logfile*&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Remove the recovery mode, by commenting the previously added line:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# innodb_force_recovery = 6 # Should try 1 to 6 in increasing numbers&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* Reboot and test that the database is online.&lt;br /&gt;
* Restore the dump&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo mysql -u root -p &amp;lt; ~/backup.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
or from mysql:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mysql&amp;gt; source backup.sql&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=467</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=467"/>
		<updated>2023-10-19T12:26:41Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). &lt;br /&gt;
* Be sure to swap my domains and ISP&#039;s smtp server for your own!&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) (Optional, but recommended) Add postfix restrictions to prevent spam/spoofing using the following guide&lt;br /&gt;
* https://wiki.centos.org/HowTos(2f)postfix_restrictions.html&lt;br /&gt;
&lt;br /&gt;
; 6) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline and update the MX record accordingly.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of each domain and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
* Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
* Use telnet to test connections: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
telnet mail2.interpause.com 25&lt;br /&gt;
telnet mail1.interpause.com 2025&lt;br /&gt;
telnet smtp.ebox.ca 587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=466</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=466"/>
		<updated>2023-09-23T04:31:01Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Amazing Software */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all critical files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duply/duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Roundcubemail&#039;&#039;&#039; webmail&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, Pydio php filemanager, etc.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=465</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=465"/>
		<updated>2023-09-23T04:30:50Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all critical files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duply/duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Vuze&#039;&#039;&#039; for bittorents&lt;br /&gt;
* &#039;&#039;&#039;Roundcubemail&#039;&#039;&#039; webmail&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, Pydio php filemanager, etc.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=464</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=464"/>
		<updated>2023-09-23T04:28:06Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Interpause Services */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all critical files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duply/duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, etc.&lt;br /&gt;
&lt;br /&gt;
==== Private Pages ====&lt;br /&gt;
* Espace - https://www.interpause.com/espace/&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=463</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=463"/>
		<updated>2023-09-23T00:42:30Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). &lt;br /&gt;
* Be sure to swap my domains and ISP&#039;s smtp server for your own!&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline and update the MX record accordingly.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of each domain and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
* Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
* Use telnet to test connections: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
telnet mail2.interpause.com 25&lt;br /&gt;
telnet mail1.interpause.com 2025&lt;br /&gt;
telnet smtp.ebox.ca 587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=462</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=462"/>
		<updated>2023-09-22T15:08:43Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). &lt;br /&gt;
* Be sure to swap my domains and ISP&#039;s smtp server for your own!&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of the addition domains and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
* Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
* Use telnet to test connections: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
telnet mail2.interpause.com 25&lt;br /&gt;
telnet mail1.interpause.com 2025&lt;br /&gt;
telnet smtp.ebox.ca 587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=461</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=461"/>
		<updated>2023-09-21T19:39:02Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). &lt;br /&gt;
* Be sure to swap my domains and ISP&#039;s smtp server for your own!&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of the addition domains and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=460</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=460"/>
		<updated>2023-09-21T19:38:44Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to swap my domains and ISP&#039;s smtp server for your own!&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of the addition domains and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=459</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=459"/>
		<updated>2023-09-21T19:36:57Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Interpause.com History and Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all critical files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duply/duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Interpause Services ====&lt;br /&gt;
* Azureus HTML WebUI - https://www.interpause.com:6886/&lt;br /&gt;
* Pydio php file manager - https://www.interpause.com/filemanager/ (temporarily offline)&lt;br /&gt;
* Roundcubemail webmail - https://www.interpause.com/webmail/ (temporarily offline)&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, etc.&lt;br /&gt;
&lt;br /&gt;
==== Private Pages ====&lt;br /&gt;
* Espace - https://www.interpause.com/espace/&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=458</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=458"/>
		<updated>2023-09-21T19:36:31Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Interpause.com History and Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duply/duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Interpause Services ====&lt;br /&gt;
* Azureus HTML WebUI - https://www.interpause.com:6886/&lt;br /&gt;
* Pydio php file manager - https://www.interpause.com/filemanager/ (temporarily offline)&lt;br /&gt;
* Roundcubemail webmail - https://www.interpause.com/webmail/ (temporarily offline)&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, etc.&lt;br /&gt;
&lt;br /&gt;
==== Private Pages ====&lt;br /&gt;
* Espace - https://www.interpause.com/espace/&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=457</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=457"/>
		<updated>2023-09-21T19:36:19Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Interpause.com History and Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all files are protected from hard drive failure thanks to the hardware raid controller and are automatically backed up offsite using rsync for mirroring and duplicity for historical file versioning.&lt;br /&gt;
&lt;br /&gt;
==== Interpause Services ====&lt;br /&gt;
* Azureus HTML WebUI - https://www.interpause.com:6886/&lt;br /&gt;
* Pydio php file manager - https://www.interpause.com/filemanager/ (temporarily offline)&lt;br /&gt;
* Roundcubemail webmail - https://www.interpause.com/webmail/ (temporarily offline)&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, etc.&lt;br /&gt;
&lt;br /&gt;
==== Private Pages ====&lt;br /&gt;
* Espace - https://www.interpause.com/espace/&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Main_Page&amp;diff=456</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Main_Page&amp;diff=456"/>
		<updated>2023-09-21T19:33:36Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Interpause.com History and Details */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;big&amp;gt;&#039;&#039;&#039;Welcome to Interpause.com&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Interpause is a web and file server that I created for my family and friends to share information and files. - lucky13bbq@interpause.com&lt;br /&gt;
&lt;br /&gt;
==== Sponsors ==== &lt;br /&gt;
* [http://www.vietasie.ca Voyages Vietasie] - Our recommended travel agency in Montreal (Quebec), Canada.&lt;br /&gt;
&lt;br /&gt;
==== Howtos ==== &lt;br /&gt;
Disclaimer: My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
* [[Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server]]&lt;br /&gt;
* [[Howto/20161028 Enable LTE for Nexus 4 running 5.1.1]]&lt;br /&gt;
* [[Howto/20130118 Setup Routed Tun OpenVPN server on Ubuntu 12.04]]&lt;br /&gt;
* [[Howto/20120923 Repair corrupt MySQL database that won&#039;t start]]&lt;br /&gt;
* [[Howto/Setup Postfix + dovecot sasl + dovecot imaps + maildir + virtual accounts + mysql + postfixadmin + PositiveSSL certificate + Roundcube on Ubuntu 10.04]]&lt;br /&gt;
* [[Howto/Setup Bridged OpenVPN server on Ubuntu 10.04]]&lt;br /&gt;
&lt;br /&gt;
==== Interpause.com History and Details ====&lt;br /&gt;
Interpause.com made its humble beginnings on low-end (i.e. cheap) hardware. It was first brought into this world on a second-hand Dell Optiplex Pentium 3 450 Mhz desktop that cost under 200$ circa 2004. &lt;br /&gt;
&lt;br /&gt;
Its first upgrades would occur in 2008, a big year, as it got not one but two significant upgrades: the P3 was retired in favor of a Intel Pentium Dual E2160 @ 1.80Ghz processor, a new 20-bay 4U rackmount case as well as an Adaptec 31605 16-port raid controller. &lt;br /&gt;
&lt;br /&gt;
The next upgrades would be at the end of 2011/start of 2012 with another two significant upgrades: 1) the retirement of the E2160 in favor of a Intel i5-2400S Processor @ 2.5 Ghz and RAM totaling 8 GB of Dual Channel DDR3 RAM, 2) a software paradigm shift to Proxmox virtualization.&lt;br /&gt;
&lt;br /&gt;
Today, Interpause.com operates over a residential (40Mbps down/60Mbps up) FTTH connection. Using the Proxmox virtualization platform, the latest flavors of Ubuntu LTS are used for the various guest OSes. All services run off the guest OSes and all files are protected from hard drive failure thanks to the raid controller and are automatically synced to backup servers offsite.&lt;br /&gt;
&lt;br /&gt;
==== Interpause Services ====&lt;br /&gt;
* Azureus HTML WebUI - https://www.interpause.com:6886/&lt;br /&gt;
* Pydio php file manager - https://www.interpause.com/filemanager/ (temporarily offline)&lt;br /&gt;
* Roundcubemail webmail - https://www.interpause.com/webmail/ (temporarily offline)&lt;br /&gt;
&lt;br /&gt;
==== Amazing Software ====&lt;br /&gt;
Nothing beats free software that works, thank you to all the developers that make such software possible.&lt;br /&gt;
* &#039;&#039;&#039;Parted Magic&#039;&#039;&#039; for its numerous utilities including &#039;&#039;&#039;Gparted&#039;&#039;&#039; for resizing partitions and &#039;&#039;&#039;Clonezilla&#039;&#039;&#039; for cloning hard drives&lt;br /&gt;
* &#039;&#039;&#039;UNetbootin&#039;&#039;&#039; for booting off USB keys instead of CDs&lt;br /&gt;
* Azureus/&#039;&#039;&#039;Vuze&#039;&#039;&#039; for making such an amazing bittorrent client&lt;br /&gt;
* &#039;&#039;&#039;Memtest86+&#039;&#039;&#039; and &#039;&#039;&#039;Prime95&#039;&#039;&#039; for helping me isolate hardware failures&lt;br /&gt;
* &#039;&#039;&#039;Proxmox VE&#039;&#039;&#039; for the incredible bare metal hypervisor virtualization environment.&lt;br /&gt;
* &#039;&#039;&#039;Virtualbox&#039;&#039;&#039; for an impressive virtualization software package.&lt;br /&gt;
* &#039;&#039;&#039;ISPConfig&#039;&#039;&#039; for the central dashboard that configures dedicated web, mail and db servers&lt;br /&gt;
* &#039;&#039;&#039;Ubuntu&#039;&#039;&#039; for the OS that drives this server.&lt;br /&gt;
* &#039;&#039;&#039;Many Others:&#039;&#039;&#039; Apache http/https server, Postfix server with Dovecot imaps, OpenSSH, Samba, PXE and TFTP, VNC, OpenVPN, rsync, NFS, MySQL server with phpMyAdmin access, etc.&lt;br /&gt;
&lt;br /&gt;
==== Private Pages ====&lt;br /&gt;
* Espace - https://www.interpause.com/espace/&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=455</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=455"/>
		<updated>2023-09-21T19:32:30Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need update the MX record of the addition domains and append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=454</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=454"/>
		<updated>2023-09-21T19:16:54Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately to relay_domains and possibly elsewhere too (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=453</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=453"/>
		<updated>2023-09-21T19:16:25Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately to relay_domains and possibly elsewhere (interpause.com, interpause2.com, interpause3.com, etc.).&lt;br /&gt;
&lt;br /&gt;
=== Troubleshooting ===&lt;br /&gt;
Check the log file at /var/log/mail.log and google any error messages&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=452</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=452"/>
		<updated>2023-09-21T19:14:49Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
; 5) Reboot both servers mail1 and mail2, or restart postfix&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo service postfix restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately to relay_domains and possibly elsewhere (interpause.com, interpause2.com, interpause3.com, etc.).&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=451</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=451"/>
		<updated>2023-09-21T19:12:09Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately to relay_domains and possibly elsewhere (interpause.com, interpause2.com, interpause3.com, etc.).&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=450</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=450"/>
		<updated>2023-09-21T19:02:03Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately (interpause.com, interpause2.com, interpause3.com, etc.).&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=449</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=449"/>
		<updated>2023-09-21T19:01:07Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=448</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=448"/>
		<updated>2023-09-21T19:00:15Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
* We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. &lt;br /&gt;
* If you have multiple VPSes available, then you may also setup additional mail forwarders as backup (mail3, mail4, etc.) in case mail2 goes down/offline for an extended period of time.&lt;br /&gt;
* If your mail server manages multiple domains, then you would need to append the virtual domains appropriately.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=447</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=447"/>
		<updated>2023-09-21T18:45:47Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Final Remarks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to the safety of the primary mail1 server. If your mail server manages multiple domains, then you would need to append the virtual domains appropriately.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=446</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=446"/>
		<updated>2023-09-21T18:45:30Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;br /&gt;
&lt;br /&gt;
=== Final Remarks ===&lt;br /&gt;
We like this solution because all our mail data and accounts remains safe and sound on our primary mail server. Cheap VPS providers can always go bankrupt with very short notice (happened to us twice so far over the many years). Mail may queue briefly on the cheap VPS mail2 server, but will soon get forwarded to mail1. If your mail server manages multiple domains, then you would need to append the virtual domains appropriately.&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=445</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=445"/>
		<updated>2023-09-21T18:39:40Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward unblocked external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=444</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=444"/>
		<updated>2023-09-21T18:38:59Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Prerequisites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS (mail2.interpause.com) and have installed postfix using the default configuration&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=443</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=443"/>
		<updated>2023-09-21T18:38:08Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=442</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=442"/>
		<updated>2023-09-21T18:21:02Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP) and internal port 25. We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
* Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=441</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=441"/>
		<updated>2023-09-21T18:20:52Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP) and internal port 25. We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=440</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=440"/>
		<updated>2023-09-21T18:20:29Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP) and internal port 25. We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=439</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=439"/>
		<updated>2023-09-21T18:20:04Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP) and internal port 25. We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder.&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=438</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=438"/>
		<updated>2023-09-21T18:18:09Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 (not blocked by ISP) and internal port 25. We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=437</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=437"/>
		<updated>2023-09-21T18:16:03Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Prerequesites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequisites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=436</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=436"/>
		<updated>2023-09-21T18:06:38Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [mail1.interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=435</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=435"/>
		<updated>2023-09-21T18:05:04Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 4) Update port forwarding on router&lt;br /&gt;
* Forward external port 2025 to internal port 25 of mail1.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=434</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=434"/>
		<updated>2023-09-21T18:03:45Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup /etc/postfix/main.cf on mail1.interpause.com &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
relayhost = [smtp.ebox.ca]:587&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup /etc/postfix/main.cf on mail2.interpause.com&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail2.interpause.com&lt;br /&gt;
mydestination = $myhostname, localhost, localhost.localdomain, localhost&lt;br /&gt;
relayhost = [interpause.com]:2025&lt;br /&gt;
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 mail1.interpause.com mail2.interpause.com&lt;br /&gt;
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination&lt;br /&gt;
relay_domains = $mydestination, interpause.com&lt;br /&gt;
relay_recipient_maps =&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=433</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=433"/>
		<updated>2023-09-21T17:59:47Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Prerequesites */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server (mail1.interpause.com) configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration (mail2.interpause.com)&lt;br /&gt;
* You have access to your ISP&#039;s smtp server (smtp.ebox.ca on port 587). Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup mail1.interpause.com to use the ISP&#039;s smtp server for inbound emails and accept connections from the VPS for inbound emails&lt;br /&gt;
&lt;br /&gt;
TODO: IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
relayhost = smtp.ebox.ca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup mail2.interpause.com&lt;br /&gt;
&lt;br /&gt;
TODO: IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=432</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=432"/>
		<updated>2023-09-21T16:56:35Z</updated>

		<summary type="html">&lt;p&gt;Andrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration&lt;br /&gt;
* For us, the main mail server is located at mail1.interpause.com, the cheap VPS is at mail2.interpause.com, and our ISP&#039;s smtp server is smtp.ebox.com. Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup mail1.interpause.com to use the ISP&#039;s smtp server for inbound emails and accept connections from the VPS for inbound emails&lt;br /&gt;
&lt;br /&gt;
TODO: IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
relayhost = smtp.ebox.ca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup mail2.interpause.com&lt;br /&gt;
&lt;br /&gt;
TODO: IN PROGRESS&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=431</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=431"/>
		<updated>2023-09-21T15:10:19Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration&lt;br /&gt;
* For us, the main mail server is located at mail1.interpause.com, the cheap VPS is at mail2.interpause.com, and our ISP&#039;s smtp server is smtp.ebox.com. Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this:&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup mail1.interpause.com to use the ISP&#039;s smtp server for inbound emails and accept connections from the VPS for inbound emails&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
relayhost = smtp.ebox.ca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup mail2.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=430</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=430"/>
		<updated>2023-09-21T15:10:05Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration&lt;br /&gt;
* For us, the main mail server is located at mail1.interpause.com, the cheap VPS is at mail2.interpause.com, and our ISP&#039;s smtp server is smtp.ebox.com. Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
For namecheap, it looks like this: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup mail1.interpause.com to use the ISP&#039;s smtp server for inbound emails and accept connections from the VPS for inbound emails&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
relayhost = smtp.ebox.ca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup mail2.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=429</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=429"/>
		<updated>2023-09-21T15:09:26Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration&lt;br /&gt;
* For us, the main mail server is located at mail1.interpause.com, the cheap VPS is at mail2.interpause.com, and our ISP&#039;s smtp server is smtp.ebox.com. Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
; 1) Setup MX records on domain provider to point to VPS&lt;br /&gt;
* For namecheap, it looks like this: &lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
; 2) Setup mail1.interpause.com to use the ISP&#039;s smtp server for inbound emails and accept connections from the VPS for inbound emails&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
relayhost = smtp.ebox.ca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
; 3) Setup mail2.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=428</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=428"/>
		<updated>2023-09-21T15:08:59Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Prerequesites ===&lt;br /&gt;
* You already have a working email server configured with postfix, but port 25 is completely blocked&lt;br /&gt;
* You have rented a cheap VPS and have installed postfix using the default configuration&lt;br /&gt;
* For us, the main mail server is located at mail1.interpause.com, the cheap VPS is at mail2.interpause.com, and our ISP&#039;s smtp server is smtp.ebox.com. Be sure to switch these for your own domain addresses.&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
# Setup MX records on domain provider to point to VPS&lt;br /&gt;
#* For namecheap, it looks like this: &lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
# Setup mail1.interpause.com to use the ISP&#039;s smtp server for inbound emails and accept connections from the VPS for inbound emails&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
myhostname = mail1.interpause.com&lt;br /&gt;
mydestination = mail1.interpause.com, localhost, localhost.localdomain&lt;br /&gt;
relayhost = smtp.ebox.ca&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
# Setup mail2.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=427</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=427"/>
		<updated>2023-09-21T14:40:25Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Solution */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS whose port 25 is open to receive and then forward emails to the main mail server on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
# Setup MX records on domain provider to point to VPS (mail2.interpause.com)&lt;br /&gt;
#* For namecheap, it looks like this: &lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
# Setup main mail server (mail1.interpause.com)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Setup main mail server (mail1.interpause.com) to allow connections from mail2.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=426</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=426"/>
		<updated>2023-09-21T14:40:07Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS (mail2.interpause.com) whose port 25 is open to receive and then forward emails to the main mail server (mail1.interpause.com) on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
# Setup MX records on domain provider to point to VPS (mail2.interpause.com)&lt;br /&gt;
#* For namecheap, it looks like this: &lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;br /&gt;
&lt;br /&gt;
# Setup main mail server (mail1.interpause.com)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Setup main mail server (mail1.interpause.com) to allow connections from mail2.interpause.com&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=425</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=425"/>
		<updated>2023-09-21T14:36:55Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS (mail2.interpause.com) whose port 25 is open to receive and then forward emails to the main mail server (mail1.interpause.com) on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
# Setup MX records on domain provider to point to VPS (mail2.interpause.com)&lt;br /&gt;
#* For namecheap, it looks like this: &lt;br /&gt;
[[File:NamecheapMXRecord.gif | 800px]]&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
	<entry>
		<id>https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=424</id>
		<title>Howto/20230921 Use a cheap VPS to bypass ISP blocking of port 25 to postfix mail server</title>
		<link rel="alternate" type="text/html" href="https://interpause.com/index.php?title=Howto/20230921_Use_a_cheap_VPS_to_bypass_ISP_blocking_of_port_25_to_postfix_mail_server&amp;diff=424"/>
		<updated>2023-09-21T14:36:36Z</updated>

		<summary type="html">&lt;p&gt;Andrew: /* Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Disclaimer ===&lt;br /&gt;
My Howtos are mainly for me to document the steps required in case I ever have to re-do them again. Hopefully they will help other system admins out there, but I regret that this is not my primary objective.&lt;br /&gt;
&lt;br /&gt;
=== Problem ===&lt;br /&gt;
We just switched to a new Internet Service Provider (ISP) that blocks port 25, both ways, making us no longer able to send or receive emails.&lt;br /&gt;
&lt;br /&gt;
=== Solution ===&lt;br /&gt;
* For outbound emails, use the ISP&#039;s smtp server to send emails.&lt;br /&gt;
* For inbound emails, use a cheap VPS (mail2.interpause.com) whose port 25 is open to receive and then forward emails to the main mail server (mail1.interpause.com) on external port 2025 and internal port 25 (not blocked by ISP). We already have a cheap VPS for our OpenVPN server with racknerd that costs 11USD/year so, for us, there is no extra cost to setup this mail forwarder. Our solution is based on the following guide to setup a backup MX: https://www.howtoforge.com/postfix_backup_mx&lt;br /&gt;
&lt;br /&gt;
=== Steps ===&lt;br /&gt;
&lt;br /&gt;
# Setup MX records on domain provider to point to VPS (mail2.interpause.com)&lt;br /&gt;
#* For namecheap, it looks like this: &lt;br /&gt;
[[File:NamecheapMXRecord.gif | 600px]]&lt;/div&gt;</summary>
		<author><name>Andrew</name></author>
	</entry>
</feed>