[PROBLEM] Can send mails, but cant receive (vestacp bug?)
Re: [PROBLEM] Can send mails, but cant receive (vestacp bug?)
good to hear : )
Re: [PROBLEM] Can send mails, but cant receive (vestacp bug?)
hello tj, what could be the problem that after you restart the folder created in /var/run or clamav folder disappears?
Re: [PROBLEM] Can send mails, but cant receive (vestacp bug?)
The problem, come back one more time. omg
I have solve for some time, but now that bug or somethink like that, comes back
my email dont work , but i sill can send emails!
Main.log
panic.log
mkdir /var/run/clamav/
chown clam:mail /var/run/clamav/
and
mkdir /var/log/clamav/
chown clam:mail /var/log/clamav/
dont solve my problem ;(
also i have change back to the default settings clamd.conf and exim.conf ( LocalSocket /var/run/clamav/clamd.sock and the others)
=================================================================================
EDIT (solved):
Go to: /var/log/clamav/clamd.log
if u see some database error to
/var/lib/clamav
rename main.cvd to main.cvd.bak
and freshclam
If u see some error like:
ERROR: Can't create temporary directory /var/lib/clamav/clamav-44555478bb.tmp
Hint: The database directory must be writable for UID 1002 or GID 1002
make chmod 755 /var/lib/clamav
and
chown 1002:1002 /var/lib/clamav
them run freshclam
I have solve for some time, but now that bug or somethink like that, comes back
my email dont work , but i sill can send emails!
Main.log
SpoilerShow
X=TLSv1.2:AES128-GCM-SHA256:128 F=<[email protected]> temporarily rejected after DATA
2016-04-10 07:02:08 1ap7Vg-0003dl-GZ malware acl condition: clamd: unable to connect to UNIX socket (/var/log/clamav/clamd.sock): No such file or directory
2016-04-10 07:02:08 1ap7Vg-0003dl-GZ malware acl condition: clamd: unable to connect to UNIX socket (/var/log/clamav/clamd.sock): No such file or directory
SpoilerShow
2016-04-10 07:06:43 1ap7a7-0004Sv-Bs malware acl condition: clamd: unable to connect to UNIX socket (/var/log/clamav/clamd.sock): No such file or directory
chown clam:mail /var/run/clamav/
and
mkdir /var/log/clamav/
chown clam:mail /var/log/clamav/
dont solve my problem ;(
also i have change back to the default settings clamd.conf and exim.conf ( LocalSocket /var/run/clamav/clamd.sock and the others)
=================================================================================
EDIT (solved):
Go to: /var/log/clamav/clamd.log
if u see some database error to
/var/lib/clamav
rename main.cvd to main.cvd.bak
and freshclam
If u see some error like:
ERROR: Can't create temporary directory /var/lib/clamav/clamav-44555478bb.tmp
Hint: The database directory must be writable for UID 1002 or GID 1002
make chmod 755 /var/lib/clamav
and
chown 1002:1002 /var/lib/clamav
them run freshclam
Re: [PROBLEM] Can send mails, but cant receive (vestacp bug?)
The problem comes again ;(
Mon May 9 10:54:13 2016 -> ERROR: LOCAL: Socket file /var/run/clamav/clamd.sock could not be bound: No such file or$
Mon May 9 10:54:13 2016 -> ERROR: Can't unlink the socket file /var/run/clamav/clamd.sock
https://github.com/serghey-rodin/vesta/issues/645
that
mkdir /var/run/clamav/
сhown clam:mail /var/run/clamav/
dont help to solve
(also clamv says , i have run old version,
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.99.1 Recommended version: 0.99.2
DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav
when i make freshclam , but yum update -y dont update clamv and also vestacp is updated
Can someone help me solve that problem 4ever? my company does not receive emails due to this problem!
Mon May 9 10:54:13 2016 -> ERROR: LOCAL: Socket file /var/run/clamav/clamd.sock could not be bound: No such file or$
Mon May 9 10:54:13 2016 -> ERROR: Can't unlink the socket file /var/run/clamav/clamd.sock
https://github.com/serghey-rodin/vesta/issues/645
main.logShow
2016-05-09 12:41:24 1azicu-0004ca-3e malware acl condition: clamd: unable to connect to UNIX socket (/var/run/clamav/clamd.sock): No such file or directory
panic.logShow
2016-05-09 12:41:24 1azicu-0004ca-3e malware acl condition: clamd: unable to connect to UNIX socket (/var/run/clamav/clamd.sock): No such file or directory
2016-05-09 12:41:44 1azidE-0004cy-DC malware acl condition: clamd: unable to connect to UNIX socket (/var/run/clamav/clamd.sock): No such file or directory
2016-05-09 12:41:44 1azidE-0004cy-DC malware acl condition: clamd: unable to connect to UNIX socket (/var/run/clamav/clamd.sock): No such file or directory
mkdir /var/run/clamav/
сhown clam:mail /var/run/clamav/
dont help to solve
(also clamv says , i have run old version,
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.99.1 Recommended version: 0.99.2
DON'T PANIC! Read http://www.clamav.net/documents/upgrading-clamav
when i make freshclam , but yum update -y dont update clamv and also vestacp is updated
Can someone help me solve that problem 4ever? my company does not receive emails due to this problem!
Re: [PROBLEM] Can send mails, but cant receive (vestacp bug?)
i just install Vestacp for centOS 7, i face same problem, can send mail, but do not receive any incoming mail, i tested the previous post suggestion, seem to be not working, look like i have to un-install centOS 7 and re-install centOS 6
anyone have permanent solution, thanks
anyone have permanent solution, thanks
Re: [PROBLEM] Can send mails, but cant receive (vestacp bug?)
This is still a bug.
Fresh install, CentOS Linux release 7.3.1611 (Core)
This is still a bug on fresh install.
You can chown /var/run/clamav with mail:clam and it works, however the problem comes back because clam is changing the folder permission back to clam:clam
Work around
comment out #CLAMD = yes
in /etc/exim/exim.conf
You will not have antivirus scan on emails
Fresh install, CentOS Linux release 7.3.1611 (Core)
This is still a bug on fresh install.
You can chown /var/run/clamav with mail:clam and it works, however the problem comes back because clam is changing the folder permission back to clam:clam
Work around
comment out #CLAMD = yes
in /etc/exim/exim.conf
You will not have antivirus scan on emails