jim.thornton
Verified User
- Joined
- Jan 1, 2008
- Messages
- 334
I little while ago my VPS provider converted my DA installation to use Dovecot.
Recently, I had WHMCS install their software for me.
I don't think this problem is being caused by either program however I keep receiving multiple emails now. It is serverwide, not domain specific.
The only other thing that is weird is that I have recently had some file ownership's go wacky. All (or a Lot) of the files within the /usr/local/directadmin directory (and below it) where somehow changed to the owner of sshd. I don't know how this was changed as I don't think it was me that did it.
As a remedy, I ran the following commands:
# cd /usr/local/directadmin
# chown diradmin $(find ./ -user sshd)
This seemed to fix the login problems that I was having at the time. As a precaution, Chatwzrd suggest I run:
# /usr/local/directadmin/scripts/set_permissions.sh all
and I saw it going through all of the mail folders. Maybe it changed something so that Dovecot can not delete the emails off of the server when we check our emails via POP3.
Any help resolving this is appreciated.
Recently, I had WHMCS install their software for me.
I don't think this problem is being caused by either program however I keep receiving multiple emails now. It is serverwide, not domain specific.
The only other thing that is weird is that I have recently had some file ownership's go wacky. All (or a Lot) of the files within the /usr/local/directadmin directory (and below it) where somehow changed to the owner of sshd. I don't know how this was changed as I don't think it was me that did it.
As a remedy, I ran the following commands:
# cd /usr/local/directadmin
# chown diradmin $(find ./ -user sshd)
This seemed to fix the login problems that I was having at the time. As a precaution, Chatwzrd suggest I run:
# /usr/local/directadmin/scripts/set_permissions.sh all
and I saw it going through all of the mail folders. Maybe it changed something so that Dovecot can not delete the emails off of the server when we check our emails via POP3.
Any help resolving this is appreciated.