Hello,
I just fresh-installed Ajenti V to my Ubuntu 14.04 Droplet. Ajenti Interface, Nginx, phpmyadmin, ftp, has work well so far and have no further issue.
Now I am trying install anjeti-v-mail by
apt-get install ajenti-v-mail
Already, installed, and I’m heading to Ajenti web interface > Mail. I create one MailBox
with username : thisis@justatest.com
I open Claws Mail in Ubuntu, just to test, I input the username : thisis@justatest.com password (right password) pop3 server : (my droplet ip) smtp server : (my droplet ip)
but when i try to get mail, this is the error log <^>```
this is the log of :
nano /var/log/mail.log
Sep 4 00:04:26 testserver authdaemond: modules=“authpam”, daemons=5 Sep 4 00:04:26 testserver authdaemond: Installing libauthpam Sep 4 00:04:26 testserver authdaemond: Installation complete: authpam Sep 4 00:04:56 testserver authdaemond: modules=“authpam”, daemons=5 Sep 4 00:04:56 testserver authdaemond: Installing libauthpam Sep 4 00:04:56 testserver authdaemond: Installation complete: authpam Sep 4 00:07:04 testserver authdaemond: stopping authdaemond children Sep 4 00:07:04 testserver authdaemond: modules=“authuserdb authpam”, daemons=5 Sep 4 00:07:04 testserver authdaemond: Installing libauthuserdb Sep 4 00:07:04 testserver authdaemond: Installation complete: authuserdb Sep 4 00:07:04 testserver authdaemond: Installing libauthpam Sep 4 00:07:04 testserver authdaemond: Installation complete: authpam Sep 4 00:07:51 testserver authdaemond: stopping authdaemond children Sep 4 00:07:51 testserver authdaemond: modules=“authuserdb authpam”, daemons=5 Sep 4 00:07:51 testserver authdaemond: Installing libauthuserdb Sep 4 00:07:51 testserver authdaemond: Installation complete: authuserdb Sep 4 00:07:51 testserver authdaemond: Installing libauthpam Sep 4 00:07:51 testserver authdaemond: Installation complete: authpam Sep 4 00:08:39 testserver authdaemond: stopping authdaemond children Sep 4 00:08:48 testserver authdaemond: modules=“authuserdb authpam”, daemons=5 Sep 4 00:08:48 testserver authdaemond: Installing libauthuserdb Sep 4 00:08:48 testserver authdaemond: Installation complete: authuserdb Sep 4 00:08:48 testserver authdaemond: Installing libauthpam Sep 4 00:08:48 testserver authdaemond: Installation complete: authpam Sep 4 00:47:58 testserver authdaemond: stopping authdaemond children Sep 4 00:47:58 testserver authdaemond: modules=“authuserdb authpam”, daemons=5 Sep 4 00:47:58 testserver authdaemond: Installing libauthuserdb Sep 4 00:47:58 testserver authdaemond: Installation complete: authuserdb Sep 4 00:47:58 testserver authdaemond: Installing libauthpam Sep 4 00:47:58 testserver authdaemond: Installation complete: authpam
nano /var/log/exim4/rejectlog
was empty
this is the log from **nano /var/log/exim4/mainlog**
2014-09-04 00:04:27 exim 4.82 daemon started: pid=25068, -q30m, listening for S$ 2014-09-04 00:04:27 Start queue run: pid=25070 2014-09-04 00:04:27 End queue run: pid=25070 2014-09-04 00:04:57 exim 4.82 daemon started: pid=1275, -q30m, listening for SM$ 2014-09-04 00:04:57 Start queue run: pid=1278 2014-09-04 00:04:57 End queue run: pid=1278 2014-09-04 00:07:03 exim 4.82 daemon started: pid=1718, -q30m, listening for SM$ 2014-09-04 00:07:03 Start queue run: pid=1719 2014-09-04 00:07:03 End queue run: pid=1719 2014-09-04 00:07:50 exim 4.82 daemon started: pid=1826, -q30m, listening for SM$ 2014-09-04 00:07:50 Start queue run: pid=1827 2014-09-04 00:07:50 End queue run: pid=1827 2014-09-04 00:08:39 exim 4.82 daemon started: pid=1937, -q30m, listening for SM$ 2014-09-04 00:08:39 Start queue run: pid=1938 2014-09-04 00:08:39 End queue run: pid=1938 2014-09-04 00:08:48 exim 4.82 daemon started: pid=2046, -q30m, listening for SM$ 2014-09-04 00:08:48 Start queue run: pid=2047 2014-09-04 00:08:48 End queue run: pid=2047 2014-09-04 00:38:48 Start queue run: pid=2417 2014-09-04 00:39:38 SIGINT received while reading local message 2014-09-04 00:47:57 exim 4.82 daemon started: pid=2466, -q30m, listening for SM$ 2014-09-04 00:47:57 Start queue run: pid=2467 2014-09-04 00:47:57 End queue run: pid=2467
can anyobody help?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This comment has been deleted
Answering very late but since this is in google:
You need to install courier-pop / courier-pop3 as ajenti-v-mail doesn’t ship with pop3 support.