Synology DSM DiskStation (NAS) Mail Server /usr/syno/mailserver is missing
I have Synology's Mail Server enabled and running, but I couldn't find it in /usr/syno/mailstation like some other blog posts mention. It turns out that in upgraded versions of DiskStation (I'm currently on DSM 5.2), the directory paths have changed. In fact there appear to be no recognizable package names in /usr/syno.
It looks like they moved it into /usr/syno/etc after I ran some find commands. Try this path: /usr/syno/etc/packages/MailServer
It looks like they moved it into /usr/syno/etc after I ran some find commands. Try this path: /usr/syno/etc/packages/MailServer
DiskStation> pwd
/usr/syno/etc/packages/MailServer
DiskStation> ll
drwxr-xr-x 4 root root 4096 May 25 08:08 .
drwxr-xr-x 8 root root 4096 Apr 13 15:33 ..
drwxr-xr-x 2 root root 4096 Aug 12 2014 OldConf
-rw-r--r-- 1 root root 6144 Apr 8 2015 alias.db
-rw-r--r-- 1 root root 3072 May 9 14:56 attachment_filter.db
-rw-r--r-- 1 root root 11264 May 25 08:08 log_statistic.db
-rw-r--r-- 1 root root 1079 May 25 08:06 mailserver.conf
-rw-r--r-- 1 root root 10240 May 9 14:56 mailserver.db
drw-r--r-- 2 root root 4096 Apr 8 2015 rules
-rw-r--r-- 1 root root 44 May 25 08:06 spamlist.conf
DiskStation> ll OldConf/
drwxr-xr-x 2 root root 4096 Aug 12 2014 .
drwxr-xr-x 4 root root 4096 May 25 08:08 ..
-rw-r--r-- 1 root root 8829 Aug 12 2014 aliases
-rw-r--r-- 1 root root 46726 Aug 12 2014 dovecot.conf
-rw-r--r-- 1 root root 26732 Aug 12 2014 main.cf
-rw-r--r-- 1 root root 5057 Aug 12 2014 master.cf
Comments
Post a Comment