Re: [qmailtoaster] Clam AV - Epel

2020-08-12 Thread Remo Mattei
you need to run yum clean all  then run the command below. 

Remo 

> On Aug 12, 2020, at 10:17 PM, ChandranManikandan  wrote:
> 
> Hi Eric,
> 
> I have run this command  yum --disablerepo=qmt-current update clamav for 
> update clamav,
> But error showing below.
> 
> Error downloading packages:
>   clamav-lib-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
>   clamav-filesystem-0.102.4-1.el7.noarch: [Errno 256] No more mirrors to try.
>   clamd-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
>   clamav-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
>   clamav-update-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
> 
> 
> 
> 
> On Tue, Aug 11, 2020 at 9:16 AM Gary Bowling  > wrote:
> 
> 
> Found the script and ran it. Appears to have cleaned up a few things and 
> created the log directories/files. So thanks for that. 
> 
> 
> 
> I assume that's a "one time run" thing and now it's all set to just yum 
> update for the future?
> 
> 
> 
> Gary
> 
> 
> 
> On 8/10/2020 9:01 PM, Gary Bowling wrote:
>> 
>> No, didn't know about that. Guess I need to go back and read the list :)
>> 
>> 
>> 
>> Do I need to run it? 
>> 
>> 
>> 
>> Gary
>> 
>> 
>> 
>> On 8/10/2020 8:54 PM, Eric Broch wrote:
>>> Did you use the script I put on github?
>>> 
>>> On 8/10/2020 6:26 PM, Gary Bowling wrote:
 
 Thanks Eric, that worked a charm. 
 
 
 
 However, the update busted httpd. Turns out the httpd.conf file had this 
 at the end.
 
 
 
 Include /etc/httpd/conf/squirrelmail.conf
 
 
 
 But that file no longer exists. Since it does exist in /etc/httpd/conf.d/ 
 which gets loaded as well, I commented it out in the httpd.conf file. 
 Seems to work and squirrelmail seems to be ok.
 
 
 
 All is well. Thanks!
 
 
 
 Gary
 
 
 
 
 
 On 8/10/2020 8:05 PM, Eric Broch wrote:
> add --disablerepo=qmt-current 
> 
> On 8/10/2020 5:57 PM, Gary Bowling wrote:
>> 
>> Just tried "yum updating" my server. I recall some notes back and forth 
>> about updating clamav since we're moving to the epel version. Just want 
>> to make sure I don't screw something up. 
>> 
>> 
>> 
>> Below is what I got when I tried to update. I think what I need to do is 
>> remove the old clamav, clamav-lib, clamav-filesystem and then install 
>> them again via epel? Or should I just do a "yum update --skip-broken" ?
>> 
>> 
>> 
>> Thanks in advance for the advice.
>> 
>> 
>> 
>> Error: Package: clamav-0.102.3-1.el7.x86_64 (@epel)
>>Requires: clamav-lib = 0.102.3-1.el7
>>Removing: clamav-lib-0.102.3-1.el7.x86_64 (@epel)
>>clamav-lib = 0.102.3-1.el7
>>Updated By: clamav-lib-0.102.4-1.el7.x86_64 (epel)
>>clamav-lib = 0.102.4-1.el7
>> Error: Package: clamav-0.102.3-1.el7.x86_64 (@epel)
>>Requires: clamav-filesystem = 0.102.3-1.el7
>>Removing: clamav-filesystem-0.102.3-1.el7.noarch (@epel)
>>clamav-filesystem = 0.102.3-1.el7
>>Updated By: clamav-filesystem-0.102.4-1.el7.noarch (epel)
>>clamav-filesystem = 0.102.4-1.el7
>> Error: clamav-filesystem conflicts with clamav-0.102.3-1.el7.x86_64
>>  You could try using --skip-broken to work around the problem
>>  You could try running: rpm -Va --nofiles --nodigest
>> 
>> 
>> 
>> 
>> 
>> -- 
>> 
>> Gary Bowling
>> The Moderns on Spotify  
>> 
>> 
>> - To 
>> unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>>  For additional 
>> commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>> -
>>  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>>  For additional 
>> commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>> -
>>  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>>  For additional 
>> commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
>> -
>>  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com 
>> 

Re: [qmailtoaster] Clam AV - Epel

2020-08-12 Thread ChandranManikandan
Hi Eric,

I have run this command  yum --disablerepo=qmt-current update clamav for
update clamav,
But error showing below.

Error downloading packages:
  clamav-lib-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
  clamav-filesystem-0.102.4-1.el7.noarch: [Errno 256] No more mirrors to
try.
  clamd-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
  clamav-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.
  clamav-update-0.102.4-1.el7.x86_64: [Errno 256] No more mirrors to try.




On Tue, Aug 11, 2020 at 9:16 AM Gary Bowling  wrote:

>
> Found the script and ran it. Appears to have cleaned up a few things and
> created the log directories/files. So thanks for that.
>
>
> I assume that's a "one time run" thing and now it's all set to just yum
> update for the future?
>
>
> Gary
>
>
> On 8/10/2020 9:01 PM, Gary Bowling wrote:
>
>
> No, didn't know about that. Guess I need to go back and read the list :)
>
>
> Do I need to run it?
>
>
> Gary
>
>
> On 8/10/2020 8:54 PM, Eric Broch wrote:
>
> Did you use the script I put on github?
> On 8/10/2020 6:26 PM, Gary Bowling wrote:
>
>
> Thanks Eric, that worked a charm.
>
>
> However, the update busted httpd. Turns out the httpd.conf file had this
> at the end.
>
>
> Include /etc/httpd/conf/squirrelmail.conf
>
>
> But that file no longer exists. Since it does exist in /etc/httpd/conf.d/
> which gets loaded as well, I commented it out in the httpd.conf file. Seems
> to work and squirrelmail seems to be ok.
>
>
> All is well. Thanks!
>
>
> Gary
>
>
>
> On 8/10/2020 8:05 PM, Eric Broch wrote:
>
> add --disablerepo=qmt-current
> On 8/10/2020 5:57 PM, Gary Bowling wrote:
>
>
> Just tried "yum updating" my server. I recall some notes back and forth
> about updating clamav since we're moving to the epel version. Just want to
> make sure I don't screw something up.
>
>
> Below is what I got when I tried to update. I think what I need to do is
> remove the old clamav, clamav-lib, clamav-filesystem and then install them
> again via epel? Or should I just do a "yum update --skip-broken" ?
>
>
> Thanks in advance for the advice.
>
>
> Error: Package: clamav-0.102.3-1.el7.x86_64 (@epel)
>Requires: clamav-lib = 0.102.3-1.el7
>Removing: clamav-lib-0.102.3-1.el7.x86_64 (@epel)
>clamav-lib = 0.102.3-1.el7
>Updated By: clamav-lib-0.102.4-1.el7.x86_64 (epel)
>clamav-lib = 0.102.4-1.el7
> Error: Package: clamav-0.102.3-1.el7.x86_64 (@epel)
>Requires: clamav-filesystem = 0.102.3-1.el7
>Removing: clamav-filesystem-0.102.3-1.el7.noarch (@epel)
>clamav-filesystem = 0.102.3-1.el7
>Updated By: clamav-filesystem-0.102.4-1.el7.noarch (epel)
>clamav-filesystem = 0.102.4-1.el7
> Error: clamav-filesystem conflicts with clamav-0.102.3-1.el7.x86_64
>  You could try using --skip-broken to work around the problem
>  You could try running: rpm -Va --nofiles --nodigest
>
>
>
> --
> 
> Gary Bowling
> The Moderns on Spotify 
> 
> - To
> unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For
> additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
> - To
> unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For
> additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
> - To
> unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For
> additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
> - To
> unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com For
> additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-- 


*Regards,Manikandan.C*


Re: [qmailtoaster] IMAP problems after recent update?

2020-08-12 Thread Chris
Turns out the issue was that when my user was having trouble sending email,
because I needed to re-enable encrypted auth for qmail, I had told them to
make sure their SMTP port was set to 587.  They set both SMTP and IMAP to
587.  It's so fun troubleshooting with someone who is 6k miles and a few
timezones away.  :)

-Chris

On Tue, Aug 11, 2020 at 11:09 AM Eric Broch  wrote:

> Is this IMAP?
>
> On 8/10/2020 1:10 PM, Chris wrote:
> > Over the weekend I updated a few packages on my system. Full list
> > below.  This morning one of my users who is using Thunderbird on an
> > ancient Windows box reported to me that they can't check email
> > anymore. They can get to the web page for my mail server, so it isn't
> > network connectivity.  Nobody else has reported a problem.  My first
> > thought was that the update changed the available TLS versions and his
> > old box can't connect anymore, but the dovecot configs haven't
> > changed.  Has anyone else experienced anything similar?
> >
> > While fail2ban is installed, it isn't configured or running.  I also
> > checked that.  :)
> >
> > -Chris
> >
> >
> >
> >
> >
> > ---> Package autorespond.x86_64 0:2.0.5-0.qt.el7 will be updated
> > ---> Package autorespond.x86_64 0:2.0.5-1.qt.el7 will be an update
> > ---> Package certbot.noarch 0:1.5.0-1.el7 will be updated
> > ---> Package certbot.noarch 0:1.6.0-1.el7 will be an update
> > ---> Package dbus.x86_64 1:1.10.24-13.el7_6 will be updated
> > ---> Package dbus.x86_64 1:1.10.24-14.el7_8 will be an update
> > ---> Package dbus-libs.x86_64 1:1.10.24-13.el7_6 will be updated
> > ---> Package dbus-libs.x86_64 1:1.10.24-14.el7_8 will be an update
> > ---> Package fail2ban.noarch 0:0.10.5-2.el7 will be updated
> > ---> Package fail2ban.noarch 0:0.11.1-9.el7.2 will be an update
> > ---> Package fail2ban-firewalld.noarch 0:0.10.5-2.el7 will be updated
> > ---> Package fail2ban-firewalld.noarch 0:0.11.1-9.el7.2 will be an update
> > ---> Package fail2ban-sendmail.noarch 0:0.10.5-2.el7 will be updated
> > ---> Package fail2ban-sendmail.noarch 0:0.11.1-9.el7.2 will be an update
> > ---> Package fail2ban-server.noarch 0:0.10.5-2.el7 will be updated
> > ---> Package fail2ban-server.noarch 0:0.11.1-9.el7.2 will be an update
> > ---> Package kernel.x86_64 0:3.10.0-1127.18.2.el7 will be installed
> > ---> Package kernel-headers.x86_64 0:3.10.0-1127.13.1.el7 will be updated
> > ---> Package kernel-headers.x86_64 0:3.10.0-1127.18.2.el7 will be an
> > update
> > ---> Package kernel-tools.x86_64 0:3.10.0-1127.13.1.el7 will be updated
> > ---> Package kernel-tools.x86_64 0:3.10.0-1127.18.2.el7 will be an update
> > ---> Package kernel-tools-libs.x86_64 0:3.10.0-1127.13.1.el7 will be
> > updated
> > ---> Package kernel-tools-libs.x86_64 0:3.10.0-1127.18.2.el7 will be
> > an update
> > ---> Package python-perf.x86_64 0:3.10.0-1127.13.1.el7 will be updated
> > ---> Package python-perf.x86_64 0:3.10.0-1127.18.2.el7 will be an update
> > ---> Package python2-acme.noarch 0:1.5.0-1.el7 will be updated
> > ---> Package python2-acme.noarch 0:1.6.0-1.el7 will be an update
> > ---> Package python2-certbot.noarch 0:1.5.0-1.el7 will be updated
> > ---> Package python2-certbot.noarch 0:1.6.0-1.el7 will be an update
> > ---> Package qmail.x86_64 0:1.03-3.qt.el7 will be updated
> > ---> Package qmail.x86_64 0:1.03-3.2.qt.el7 will be an update
> > ---> Package qmailadmin.x86_64 0:1.2.16-2.qt.el7 will be updated
> > ---> Package qmailadmin.x86_64 0:1.2.16-3.2.qt.el7 will be an update
> > ---> Package spamassassin.x86_64 0:3.4.1-1.qt.el7 will be updated
> > ---> Package spamassassin.x86_64 0:3.4.2-2.qt.el7 will be an update
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>