NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Robyn_VanDeCrad
Apr 04, 2014Tutor
Install IMAP Server On ReadyNAS Duo V2
Hello Forum, has anybody successful managed to bring an IMAP server to live on a ReadyNAS Duo V2 ? Or has somebody a detailed explanation at hand how to do that? This is because I like to run my...
Robyn_VanDeCrad
Apr 06, 2014Tutor
Status Update:
I've managed to bring the local mailsystem to live. The thing is exim needs to be run as a daemon, this can be accomplished by:
Installing the the exim4-base package, it seems to install an exim4 adjacent to an existing exim installation
Run the installer for the exim4 MTA (details on how to config will follow soon)
Test if the exim server is running (used default values):
If exim4 server is not running try:
Now test local mailbox accounts
To be continued...
I've managed to bring the local mailsystem to live. The thing is exim needs to be run as a daemon, this can be accomplished by:
Installing the the exim4-base package, it seems to install an exim4 adjacent to an existing exim installation
root@ReadyNAS:~# apt-get install exim4-base
Run the installer for the exim4 MTA (details on how to config will follow soon)
root@ReadyNAS:~# dpkg-reconfigure exim4-config
Test if the exim server is running (used default values):
root@ReadyNAS:~# ps waux | grep exim
9 10569 0.0 0.4 11888 1108 ? Ss 15:23 0:00 /usr/sbin/exim4 -bd -q30m
If exim4 server is not running try:
root@ReadyNAS:~# /etc/init.d/exim4 restart
Stopping MTA for restart: exim4_listener.
Restarting MTA: exim4.
Now test local mailbox accounts
root@ReadyNAS:~# exim -bt root
R: system_aliases for root@readynas
R: system_aliases for mail@readynas
R: userforward for mail@readynas
R: procmail for mail@readynas
R: maildrop for mail@readynas
R: lowuid_aliases for mail@readynas (UID 8)
R: local_user for mail@readynas
mail@readynas
<-- root@readynas
router = local_user, transport = mail_spool
To be continued...
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!