If you want to get MERCURY working in a Linux environment as a non-Root/Power User, perform the following:
1. Install WINE if you haven't already got it by going to Terminal and input:
sudo apt-get install wine
2. Install (or copy the MERCURY folder from Windows partition) MERCURY using WINE.
3. Goto terminal again and input the following:
sudo su root
cd ..
cd ..
gedit etc/rc.local
4. Paste the following command on a line after '.' and before 'exit 0':
iptables -t nat -A PREROUTING -p tcp --dport 25 -j REDIRECT --to 2525
5. In MERCURY, configure MercuryS to listen in on port 2525.
!
So what this will do is allow you to run MERCURY in Linux using WINE as non-Root/non-Power User user and have the operating system forward incoming connections on port 25 to port 2525 on boot, so one can run a SMTP server with MERCURY.
With instruction '4.' you can change the redirect port 2525 to any port you like; be using the same port for instruction '5.'.
<p>If you want to get MERCURY working in a Linux environment as a non-Root/Power User, perform the following:</p><p>
</p><p>1. Install WINE if you haven't already got it by going to Terminal and input:</p><p>sudo apt-get install wine</p><p>
</p><p>2. Install (or copy the MERCURY folder from Windows partition) MERCURY using WINE.</p><p>
</p><p>3. Goto terminal again and input the following:</p><p>sudo su root</p><p>cd ..</p><p>cd ..
</p><p>gedit etc/rc.local</p><p>
</p><p>4. Paste the following command on a line after '.' and before 'exit 0':</p><p>iptables -t nat -A PREROUTING -p tcp --dport 25 -j REDIRECT --to 2525</p><p>
</p><p>5. In MERCURY, configure MercuryS to listen in on port 2525.</p><p>
</p><p>!</p><p>
</p><p>So what this will do is allow you to run MERCURY in Linux using WINE as non-Root/non-Power User user and have the operating system forward incoming connections on port 25 to port 2525 on boot, so one can run a SMTP server with MERCURY.</p><p>With instruction '4.' you can change the redirect port 2525 to any port you like; be using the same port for instruction '5.'.</p>