Re: [clamav-users] No such file or directory + after milter-reject

2020-03-06 Thread G.W. Haywood via clamav-users

Hello again,


On Thu, 5 Mar 2020, mauri via clamav-users wrote:


I try now this way. but also no chance... for any help, thanks ...
Main.cf - Postfix


I can't help you with Postfix configuration I'm afraid...


On Fri, 6 Mar 2020, mauri via clamav-users wrote:


... this was tricky ...


By comparison with many system administration tasks, it was simple.


But please what would mean this ???  " unreasonable packet length", and "read 
error"

Mar  6 00:52:32 mail postfix/smtps/smtpd[20006]: warning: milter 
inet:[127.0.0.1]:3310: unreasonable packet length: 1431194446 > 1073741823
Mar  6 00:52:32 mail postfix/smtps/smtpd[20006]: warning: milter 
inet:[127.0.0.1]:3310: read error in initial handshake


The messages are very clear.  They mean what they say.

I have already told you that I cannot help you with Postfix issues and
these are very clearly Postfix error messages.  The communications
between Postfix and the milter seem to be broken.  Typical packet
lengths are kilobytes, you seem to have gigabytes.  But this may be a
symptom of a broken installation, and given that you are evidently out
of your depth that would not be surprising.  In my last I also said
that you might be better off using Unix sockets and not TCP sockets
for the milter communications, since the processes all seem to be on
the same host.  For someone who is obviously very new to this, Unix
sockets will probably be safer than TCP sockets because you will not
need to secure Unix sockets like you would need to secure TCP sockets.
My guess is that you do not know how to do that, nor why you need to.

The best advice that I think I can give to you now is that before you
do anything else you should spend some quality time reading about the
dangers which face all Internet-connected systems generally, and mail
systems in particular.  You do not have the necessary experience, and
at present, if you try to run a mail service connected to the public
Internet, I fear that it will be an accident waiting - probably not
for very long - to happen.

--

73,
Ged.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-06 Thread mauri via clamav-users

Hello together

yesterday installed clamav-milter with postfix, but the next problem will 
appear quick :-)
please what will here the possible mistake, in the meantime i google this, I 
really haven't found anything useful yet.

Mar  6 08:44:47 mail postfix/smtpd[31388]: warning: milter 
inet:[127.0.0.1]:3310: unreasonable packet length: 1431194446 > 1073741823
Mar  6 08:44:47 mail postfix/smtpd[31388]: warning: milter 
inet:[127.0.0.1]:3310: read error in initial handshake

also strange to see if send to my "Eichar text" file, the Milter he doesn't 
care.
please, whats going wrong now ??

the services clamav-daemon and clamav-milter, freshclam are still up and 
running.

Debian 8.11
 -Postfix 2.11.3
 -Dovecot 2.2.13
 -SpamAssassin version 3.4.1
 -Clamd daemon 0.101.5 


Postfix
# Milter Sttings
#
#
milter_clamav = inet:[127.0.0.1]:3310
milter_default_action = accept
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
milter_opendkim = inet:[127.0.0.1]:8891
milter_opendmarc = inet:[127.0.0.1]:8893
milter_protocol = 6
non_smtpd_milters = $milter_opendkim
smtpd_milters = $milter_clamav,$milter_opendkim,$milter_opendmarc

--

root@mail:/etc/postfix# telnet 127.0.0.1 3310
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.

--

root@mail:/etc/clamav# systemctl status clamav-milter
● clamav-milter.service - LSB: ClamAV virus milter
   Loaded: loaded (/etc/init.d/clamav-milter)
   Active: active (running) since Fri 2020-03-06 09:15:35 CET; 8s ago
  Process: 6926 ExecStop=/etc/init.d/clamav-milter stop (code=exited, 
status=0/SUCCESS)
  Process: 7042 ExecStart=/etc/init.d/clamav-milter start (code=exited, 
status=0/SUCCESS)
   CGroup: /system.slice/clamav-milter.service
   ├─ 7157 /usr/sbin/clamav-milter 
--config-file=/etc/clamav/clamav-milter.conf
   └─21385 /usr/sbin/clamav-milter 
--config-file=/etc/clamav/clamav-milter.conf

Mar 06 09:15:35 mail.domain.ch clamav-milter[7042]: Starting Sendmail milter 
plugin for ClamAV: clamav-milter.
Mar 06 09:15:35 mail.domain.ch systemd[1]: Started LSB: ClamAV virus milter.


thanks for any update!
Regards
Mau


-Ursprüngliche Nachricht-
Von: mauri...@caloro.ch  
Gesendet: Freitag, 6. März 2020 00:55
An: 'G.W. Haywood' ; 'ClamAV users ML' 

Betreff: AW: [clamav-users] No such file or directory + after milter-reject

Hello

I found the issue ... wau this was tricky 

apt-get purge --remove clamav clamav-base clamav-daemon clamav-freshclam 
clamav-milter libclamav9:amd64 apt-get install clamav-daemon clamav-freshclam 
clamav-milter


/etc/systemd/system/clamav-daemon.socket.d/extend.conf
[Socket]
ListenStream=127.0.0.1:3310

And now the port 3310 are ready
Fri Mar  6 00:45:35 2020 -> TCP: Received AF_INET SOCK_STREAM socket 
from systemd.


But please what would mean this ???  " unreasonable packet length", and 
"read error"

Mar  6 00:52:32 mail postfix/smtps/smtpd[20006]: warning: milter 
inet:[127.0.0.1]:3310: unreasonable packet length: 1431194446 > 1073741823 
Mar  6 00:52:32 mail postfix/smtps/smtpd[20006]: warning: milter 
inet:[127.0.0.1]:3310: read error in initial handshake


Thanks for our possible update.

-Ursprüngliche Nachricht-
Von: G.W. Haywood 
Gesendet: Freitag, 6. März 2020 00:47
An: mauri...@caloro.ch; ClamAV users ML 
Betreff: Re: [clamav-users] No such file or directory + after milter-reject

Hi there,

On Thu, 5 Mar 2020, mauri via clamav-users wrote:

> I try now this way. but also no chance... for any help, thanks ...
> Main.cf - Postfix

I can't help you with Postfix configuration I'm afraid, but you'll probably 
need to check that you have it right.

> cat clamav-milter.conf
>
> MilterSocket "inet:7357@localhost"
> ClamdSocket "tcp:127.0.0.1:3310"

Remove the quotes.

> FixStaleSocket true

Useless directive - applies to Unix sockets.

> cat clamd.conf
> ...
> LocalSocket /var/run/clamav/clamd.ctl
> FixStaleSocket true
> LocalSocketGroup clamav
> LocalSocketMode 666
> ...

I've never actually checked, but I'd be surprised if you can use _both_ a 
local (Unix) socket _and_ a TCP socket for clamd, and since you appear to 
have configured the milter for TCP then I think you should remove all these 
local socket directives.  But you might be better off using Unix (local) 
sockets.  I do not like the use of the word 'local' applied to sockets, I 
think it's confusing, but we have what we have.

> TCPSocket "3310"
> TCPAddr "localhost"

Remove the quotes.

Have you checked that clamav-milter and clamd actually start and continue to 
run?  Do you know how to do that?

-- 

73,
Ged.


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-05 Thread mauri via clamav-users
Hello

I found the issue ... wau this was tricky 

apt-get purge --remove clamav clamav-base clamav-daemon clamav-freshclam 
clamav-milter libclamav9:amd64 apt-get install clamav-daemon clamav-freshclam 
clamav-milter


/etc/systemd/system/clamav-daemon.socket.d/extend.conf
[Socket]
ListenStream=127.0.0.1:3310

And now the port 3310 are ready
Fri Mar  6 00:45:35 2020 -> TCP: Received AF_INET SOCK_STREAM socket 
from systemd.


But please what would mean this ???  " unreasonable packet length", and "read 
error"

Mar  6 00:52:32 mail postfix/smtps/smtpd[20006]: warning: milter 
inet:[127.0.0.1]:3310: unreasonable packet length: 1431194446 > 1073741823 Mar  
6 00:52:32 mail postfix/smtps/smtpd[20006]: warning: milter 
inet:[127.0.0.1]:3310: read error in initial handshake


Thanks for our possible update.

-Ursprüngliche Nachricht-
Von: G.W. Haywood  
Gesendet: Freitag, 6. März 2020 00:47
An: mauri...@caloro.ch; ClamAV users ML 
Betreff: Re: [clamav-users] No such file or directory + after milter-reject

Hi there,

On Thu, 5 Mar 2020, mauri via clamav-users wrote:

> I try now this way. but also no chance... for any help, thanks ...
> Main.cf - Postfix

I can't help you with Postfix configuration I'm afraid, but you'll probably 
need to check that you have it right.

> cat clamav-milter.conf
>
> MilterSocket "inet:7357@localhost"
> ClamdSocket "tcp:127.0.0.1:3310"

Remove the quotes.

> FixStaleSocket true

Useless directive - applies to Unix sockets.

> cat clamd.conf
> ...
> LocalSocket /var/run/clamav/clamd.ctl
> FixStaleSocket true
> LocalSocketGroup clamav
> LocalSocketMode 666
> ...

I've never actually checked, but I'd be surprised if you can use _both_ a local 
(Unix) socket _and_ a TCP socket for clamd, and since you appear to have 
configured the milter for TCP then I think you should remove all these local 
socket directives.  But you might be better off using Unix (local) sockets.  I 
do not like the use of the word 'local' applied to sockets, I think it's 
confusing, but we have what we have.

> TCPSocket "3310"
> TCPAddr "localhost"

Remove the quotes.

Have you checked that clamav-milter and clamd actually start and continue to 
run?  Do you know how to do that?

-- 

73,
Ged.


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-05 Thread G.W. Haywood via clamav-users

Hi there,

On Thu, 5 Mar 2020, mauri via clamav-users wrote:


I try now this way. but also no chance... for any help, thanks
...
Main.cf - Postfix


I can't help you with Postfix configuration I'm afraid, but you'll
probably need to check that you have it right.


cat clamav-milter.conf

MilterSocket "inet:7357@localhost"
ClamdSocket "tcp:127.0.0.1:3310"


Remove the quotes.


FixStaleSocket true


Useless directive - applies to Unix sockets.


cat clamd.conf
...
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
...


I've never actually checked, but I'd be surprised if you can use
_both_ a local (Unix) socket _and_ a TCP socket for clamd, and since
you appear to have configured the milter for TCP then I think you
should remove all these local socket directives.  But you might be
better off using Unix (local) sockets.  I do not like the use of
the word 'local' applied to sockets, I think it's confusing, but
we have what we have.


TCPSocket "3310"
TCPAddr "localhost"


Remove the quotes.

Have you checked that clamav-milter and clamd actually start and
continue to run?  Do you know how to do that?

--

73,
Ged.

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-05 Thread mauri via clamav-users


Hello
I try now this way. but also no chance... for any help, thanks

But the error styl persist:
23:05:00 mail postfix/cleanup[6087]: 24741405D0: milter-reject:
END-OF-MESSAGE from pub158181113102.dh-hfc.g.c[xxx.xxx.xxx.xxx]: 4.7.1
Service unavailable - try again later; from=
to= 


Main.cf - Postfix

# Milter Sttings
#
#
milter_clamav = inet:[127.0.0.1]:7357
milter_default_action = accept
milter_mail_macros = i {mail_addr} {client_addr} {client_name} {auth_authen}
milter_protocol = 6
non_smtpd_milters = $milter_opendkim
smtpd_milters = $milter_clamav,$milter_opendkim,$milter_opendmarc





cat clamav-milter.conf

MilterSocket "inet:7357@localhost"
ClamdSocket "tcp:127.0.0.1:3310"
FixStaleSocket true
User clamav
ReadTimeout 120
Foreground false
PidFile /var/run/clamav/clamav-milter.pid
OnClean Accept
OnInfected Quarantine
OnFail Defer
AddHeader Replace
LogSyslog false
LogFacility LOG_LOCAL6
LogVerbose false
LogInfected Off
LogClean Off
LogRotate true
MaxFileSize 25M
SupportMultipleRecipients false
TemporaryDirectory /tmp
LogFile /var/log/clamav/clamav-milter.log
LogTime true
LogFileUnlock false
LogFileMaxSize 1M
MilterSocketGroup disabled
MilterSocketMode disabled


cat clamd.conf

#Automatically Generated by clamav-daemon postinst
#To reconfigure clamd run #dpkg-reconfigure clamav-daemon
#Please read /usr/share/doc/clamav-daemon/README.Debian.gz for details
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
TCPSocket "3310"
TCPAddr "localhost"
# TemporaryDirectory is not set to its default /tmp here to make overriding
# the default with environment variables TMPDIR/TMP/TEMP possible
User clamav
ScanMail true
ScanArchive true
ArchiveBlockEncrypted false
MaxDirectoryRecursion 15
FollowDirectorySymlinks false
FollowFileSymlinks false
ReadTimeout 180
MaxThreads 12
MaxConnectionQueueLength 15
LogSyslog false
LogRotate true
LogFacility LOG_LOCAL6
LogClean false
LogVerbose false
PreludeEnable no
PreludeAnalyzerName ClamAV
DatabaseDirectory /var/lib/clamav
OfficialDatabaseOnly false


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-04 Thread Yasuhiro KIMURA
From: mauri via clamav-users 
Subject: Re: [clamav-users] No such file or directory + after milter-reject
Date: Wed, 4 Mar 2020 20:50:22 +0100

> And please, you found any possible short solution?

It is written in this thread. It consist of only 5 messages. Please
don't hesitate such a trivial effort.

---
Yasuhiro KIMURA

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-04 Thread mauri via clamav-users


>>Yasuhiro KIMURA
Hello

>>I think you experienced same problem as me of about a year ago. So check 
>>thread starting with following message.
>>https://lists.clamav.net/pipermail/clamav-users/2019-January/007506.html

And please, you found any possible short solution?


___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


Re: [clamav-users] No such file or directory + after milter-reject

2020-03-04 Thread Yasuhiro KIMURA
From: mauri via clamav-users 
Subject: [clamav-users] No such file or directory + after milter-reject
Date: Wed, 4 Mar 2020 19:59:40 +0100

> Hello Clamav-group
> I’am fighting now meny days with this problem, I cant believe I changed now 
> folder and permission but I
> don’t see why this arnt find this clamav-milter.ctl
> Please this message appear in Postfix mail.info
> 
> For any help, thanks!
> 
> Mauri
> 
> --
> 
> Mail.info
> Mar  4 15:40:13 mail postfix/smtpd[21566]: warning: connect to Milter service 
> unix:/var/spool/postfix/clamav
> /clamav-milter.ctl: No such file or directory

I think you experienced same problem as me of about a year ago. So
check thread starting with following message.

https://lists.clamav.net/pipermail/clamav-users/2019-January/007506.html

---
Yasuhiro KIMURA

___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml


[clamav-users] No such file or directory + after milter-reject

2020-03-04 Thread mauri via clamav-users
Hello Clamav-group 
I'am fighting now meny days with this problem, I cant believe I changed now
folder and permission but I don't see why this arnt find this
clamav-milter.ctl 
Please this message appear in Postfix mail.info 

For any help, thanks!

Mauri 

-- 


Mail.info 
Mar  4 15:40:13 mail postfix/smtpd[21566]: warning: connect to Milter
service unix:/var/spool/postfix/clamav/clamav-milter.ctl: No such file or
directory 
--

 

And after 5-10min, i cant send mail outside

Mar  4 19:59:09 mail postfix/cleanup[3488]: 61F2A405CF:
message-id=<038301d5f256$8018dd00$804a9700$@caloro.ch>

Mar  4 19:59:09 mail postfix/cleanup[3488]: 61F2A405CF: milter-reject:
END-OF-MESSAGE from name.d-h.d.ch[xxx.xxx.xxx.xxx]: 4.7.1 Service
unavailable - try again later;

 

 



 

# Milter String 
milter_protocol = 6 
milter_default_action = accept 
smtpd_milters = unix:/var/spool/postfix/clamav/clamav-milter.ctl 

# clamav-milter -V 
clamav-milter 0.101.5 

# ls -la /var/spool/postfix/clamav/clamav-milter.ctl 
srw-rw 1 clamav postfix 0 Mar  1 06:25
/var/spool/postfix/clamav/clamav-milter.ctl 


/etc/clamav# cat clamav-milter.conf 
MilterSocket unix:/var/spool/postfix/clamav/clamav-milter.ctl 
FixStaleSocket true 
User clamav 
ReadTimeout 120 
Foreground false 
PidFile /var/run/clamav/clamav-milter.pid 
ClamdSocket unix:/var/run/clamav/clamd.socket 
OnClean Accept 
OnInfected Quarantine 
OnFail Defer 
AddHeader Replace 
LogSyslog false 
LogFacility LOG_MAIL 
LogVerbose false 
LogInfected Off 
LogClean Off 
LogRotate true 
MaxFileSize 25M 
SupportMultipleRecipients false 
TemporaryDirectory /tmp 
LogFile /var/log/clamav/clamav-milter.log 
LogTime true 
LogFileUnlock false 
LogFileMaxSize 1M 
MilterSocketGroup postfix 
MilterSocketMode 666 




___

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/vrtadmin/clamav-faq

http://www.clamav.net/contact.html#ml