Re: [CentOS] Microsoft deprecation of basic authentication centos 7

2022-10-14 Thread Alexander Dalloz
. A quick search brought up https://www3.isi.edu/~johnh/OTHER/LINUX/OAUTH2/index.html Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] New Server and noticing these maillog postfix entries: What to do about them?

2021-11-21 Thread Alexander Dalloz
cp LISTEN 0 128 [::1]:783 [::]:* users:(("spamd child",pid=17925,fd=5),("spamd child",pid=17924,fd=5),("spamd",pid=17891,fd=

Re: [CentOS] New Server and noticing these maillog postfix entries: What to do about them?

2021-11-21 Thread Alexander Dalloz
the milter runs and has created its socket under that path, check the permissions (unix permissions and SELinux context) of the socket and the full path. Once the root cause is fixed your Postfix will work again as configured. Jay Alexander ___ Ce

Re: [CentOS] Postfix and virtual mail boxes.

2021-10-07 Thread Alexander Dalloz
space." I had originally only used "postconf -n" as it is MUCH smaller than postconf , however it still shows no material differences. Yeah, it seem the config are very similar (with the exception of virtual_alias_maps, which you explained). Regards. Alexander _

Re: [CentOS] pam_mysql

2021-05-16 Thread Alexander Dalloz
pam_mysql rpm that will install on CentOS 8. [ ... ] cyrus-sasl provides the sql auxprop mechanism, which I would prefer over pam_mysql. https://blog.sys4.de/cyrus-sasl-sql-man-page-en.html Regards, Alexander ___ CentOS mailing list CentOS

Re: [CentOS] Apache shows PHP code instead of executing it

2021-01-06 Thread Alexander Dalloz
th to do so. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS 8.2: error running non-shared postrotate script for /var/log/mysql/mysqld.log

2020-12-05 Thread Alexander Farber
Hello fellow CentOS users! I have installed CentOS 8.2.2004 with the following packages: mysql-common-8.0.21-1.module_el8.2.0+493+63b41e36.x86_64 mysql-8.0.21-1.module_el8.2.0+493+63b41e36.x86_64 mysql-errmsg-8.0.21-1.module_el8.2.0+493+63b41e36.x86_64 mysql-server-8.0.21-1.module_el8.2.0+493+63b

Re: [CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Alexander Farber
Yes, I had a typo in the mail, but not in the cronjob Still wondering how to get certbot-1.7.0-1.el7.noarch working on CentOS 7 again. ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

[CentOS] certbot stopped working on CentOS 7: pyOpenSSL module missing required functionality

2020-10-05 Thread Alexander Farber
Hello fellow CentOS users, I had this cronjob working for many moons on CentOS 7.8.2003: #minute hourmdaymonth wdaycommand 6 6 * * 1 certbot renew --post-hook "cat /etc/letsencrypt/live/raspasy.de/fullchain.pem /etc/letsencrypt/live/ ras

Re: [CentOS] Iptables rules not working

2020-07-16 Thread Alexander Dalloz
: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/securing_networks/index#using-and-configuring-firewalld_securing-networks In short: you are doing it wrong in multiple dimensions. Alexander ___ CentOS mailing list

Re: [CentOS] disk on vm with kvm

2020-07-03 Thread Alexander Dalloz
n1/queue/scheduler [none] mq-deadline kyber The KVM VM on that host, too CentOS 7 with latest kernel: # cat /sys/block/vda/queue/scheduler [mq-deadline] kyber none Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] php 5.6 on CentOS 6

2020-06-21 Thread Alexander Dalloz
d PHP release? Everyone using PHP is happy to get a current release. If your application insists on using 5.6 then move on and look for a different application. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/lis

Re: [CentOS] About support for AMD ROME CPUs

2020-06-21 Thread Alexander Dalloz
suggestions will help ! Thanks Why do you care for an obsoleted minor release? Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread Alexander Dalloz
serve from there as well. SELinux should know too. # semanage fcontext -l | grep /usr/share | grep httpd Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread Alexander Dalloz
Am 19.06.2020 um 17:28 schrieb H: Thank you, it installed to /usr/share, not what I expected. I may go with nextcloud instead, though. What's wrong with /usr/share/? It is a valid path and used by many web applications provided with or for EL systems. Alex

Re: [CentOS] Installing owncloud on CentOS 7 server

2020-06-19 Thread Alexander Dalloz
latest owncloud repository but not using yum. Have I missed something obvious when using yum to install? rpm -qlv shows you what you have installed into which locations on the system. Would have answered your question wihout googling from random resources. Alexander

Re: [CentOS] Can't access Squirrelmail on Centos 8

2020-06-18 Thread Alexander Dalloz
splay/HTTPD/ClientDeniedByServerConfiguration If you google search for "AH01630: client denied by server configuration:" you will get a confirmation what that error means and for what to look at in your apache configuration. Alexander ___ CentO

Re: [CentOS] Can't access Squirrelmail on Centos 8

2020-06-18 Thread Alexander Dalloz
logs! They have the neccessary information your need to debug your situation. Alexander I enabled both those options. tried to access again, same issue. Sorry, which 2 options did you enable? Log file: [Thu Jun 18 17:08:31.160897 2020] [authz_core:error] [pid 10427:tid 140567258310400] [c

Re: [CentOS] Can't access Squirrelmail on Centos 8

2020-06-18 Thread Alexander Dalloz
ation your need to debug your situation. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Postfix restrictions

2020-06-07 Thread Alexander Dalloz
r some time to check if that would be relevant for you. - don't make use of permit_mynetworks, control relaying by use of SMTP AUTH. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Bridge network for virt-manager

2020-06-02 Thread Alexander Dalloz
/. And there probably exists already a # cat /etc/libvirt/qemu/networks/default.xml default 79d01cb2-28a4-4bdc-8b68-80ac588b2d61 Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman

Re: [CentOS] user names

2020-06-01 Thread Alexander Dalloz
a user name. Jerry Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] INITRD_MODULES

2020-04-29 Thread Alexander Dalloz
Am 29.04.2020 um 22:07 schrieb Jerry Geis: Sure - I'm game. I didn't know to run dracut directly I guess (never done it). What is the command for that on CentOS 7. dracut Jerry man dracut Alexander ___ CentOS mailing list CentOS@

Re: [CentOS] INITRD_MODULES

2020-04-29 Thread Alexander Dalloz
didn't you run dracut to create the new initramfs image file? Then redid the convert above... Hyper-V still gives me dracut-timeout errors. Thoughts ? Did I miss something ? Thanks Jerry Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Sendmail not working

2020-04-19 Thread Alexander Dalloz
so that the sendmail.cf can be rebuild after sendmail.mc customizations. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Netfilter fails to filter traffic from a netblock?

2020-04-19 Thread Alexander Dalloz
filter the unwanted traffic from the netblock? The iptables rules should be saved in /etc/sysconfig/iptables to be read in at boot time (or when the iptables services gets restarted). Alexander ___ CentOS mailing list CentOS@centos.org https://lists

Re: [CentOS] CentOS 8 and xhost

2020-04-18 Thread Alexander Dalloz
in the header. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Upgrade from Centos 7 to Centos 8

2020-04-08 Thread Alexander Dalloz
Am 08.04.2020 um 17:50 schrieb Stefano Simonucci: Does anyone know how to upgrade? Thanks Stefano There is no supported way to run an inplace upgrade. Backup your data and run a fresh install. Alexander ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] fail2ban ban not working

2020-04-07 Thread Alexander Dalloz
v7.1: Syntax error: '360' is out of range 0-2147483" Set the timeout to a valid value within in named range. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-02 Thread Alexander Dalloz
ng Macvtap. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Alexander Dalloz
Am 01.04.2020 um 22:07 schrieb Alexander Dalloz: So looks like my IPTables is not correct. What commands do you run for that ? Simply firewalld. Docker acts by itself. Sorry, have to correct myself. Had to much to do today on OpenShift. There is no Docker involved in what we discuss. The

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Alexander Dalloz
when the VMs are up? So looks like my IPTables is not correct. What commands do you run for that ? Simply firewalld. Docker acts by itself. Thanks, Jerry Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7 host with guests as bridge cannot access host

2020-04-01 Thread Alexander Dalloz
virbr1 0.0.0.0/0 0.0.0.0/0reject-with icmp-port-unreachable 0 0 REJECT all -- virbr1 * 0.0.0.0/0 0.0.0.0/0reject-with icmp-port-unreachable Alexander ___ CentOS mailing list CentOS@centos.org https://list

Re: [CentOS] Centos 8 Postfix & Cyrus

2020-02-23 Thread Alexander Dalloz
). relay_domains = example.org relay_transport = lmtp:inet:[1.2.3.4]:24 http://www.postfix.org/postconf.5.html Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Encrypted container on CentOS VPS

2020-02-16 Thread Alexander Dalloz
s like you want a transparent client-side encryption solution. For instance https://cryptomator.org/ https://github.com/cryptomator/cryptomator Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 7 : network interface renamed from eth0 to eth1 after reboot

2020-02-09 Thread Alexander Dalloz
-Troubleshooting_Network_Device_Naming Example 11.4 "Kernel always uses the ethX naming convention at boot when it enumerates network devices. Due to parallelization, the order of the kernel interface enumeration is expected to vary across reboots."

Re: [CentOS] ls permissions format changed in CentOS 8

2019-10-25 Thread Alexander Dalloz
575 Links: 1 Access: (0600/-rw---) Uid: ( 1000/ adalloz) Gid: ( 1000/ adalloz) Context: unconfined_u:object_r:user_home_t:s0 Access: 2019-10-26 00:02:37.707079231 +0200 Modify: 2019-10-26 00:02:37.707079231 +0200 Change: 2019-10-26 00:04:26.920196480 +0200 Birth: - Not s

Re: [CentOS] Fwd: openvswitch package

2019-10-24 Thread Alexander Dalloz
see it at http://mirror.centos.org/centos-7/7/cloud/x86_64/openstack-train/openvswitch-2.11.0-4.el7.x86_64.rpm Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 8 redis install

2019-10-13 Thread Alexander Dalloz
Am 13.10.2019 um 13:17 schrieb Günther J. Niederwimmer: Hello, can any help me to install redis to my new webserver? I cant't enable the redis module with dnf ? Is redis missing on Centos 8 ? is it a way to download redis from a centos Server for manual install Thanks for a answer ? [root@

Re: [CentOS] qeum on centos 8 with nvme disk

2019-10-12 Thread Alexander Dalloz
Am 13.10.2019 um 00:03 schrieb Jerry Geis: Hi Alan, Yes I have partitioned similar - with a swap. but as I mentioned slow! How do you measure the slowness? Use fio or bonnie++ to share some number. [ .. ] Jerry Alexander ___ CentOS mailing

Re: [CentOS] CentOS 8 network-scripts

2019-10-03 Thread Alexander Dalloz
ot starting at boot ? Thanks, Jerry Set NM_CONTROLLED=no Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 7.7.1908, interface bonding, and default route

2019-09-20 Thread Alexander Dalloz
e_linux/7/html/networking_guide/sec-network_bonding_using_the_networkmanager_command_line_tool_nmcli Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] deprecations leading up to C8

2019-09-20 Thread Alexander Dalloz
pared to the one shipping with Sendmail). http://www.postfix.org/documentation.html http://www.postfix.org/postconf.5.html Cheers, Phil Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] I broke "yum update" - C7

2019-08-30 Thread Alexander Dalloz
uot; 2019-08-29 17:23:18,117 retrycode (14) not in list [-1, 2, 4, 5, 6, 7], re-raising Based on that it appears to me very clear that the trust with the DigiCert chain wasn't given due to a missing trust from the ca-cert bundle. Unfortunately we haven't seen a status of the ca-certifi

Re: [CentOS] I broke "yum update" - C7

2019-08-30 Thread Alexander Dalloz
Am 2019-08-30 17:17, schrieb Gordon Messmer: On 8/29/19 8:20 AM, Alexander Dalloz wrote: yum uses libcurl behind the scenes and thus NSS and not OpenSSL. Good to know. In that case: Gary, what do you see when you run:     /usr/lib64/nss/unsupported-tools/vfyserv -p 443 us

Re: [CentOS] I broke "yum update" - C7

2019-08-30 Thread Alexander Dalloz
Am 2019-08-30 10:52, schrieb Gary Stainburn: On Thursday 29 August 2019 18:10:19 Alexander Dalloz wrote: > 2019-08-29 17:23:18,117 exception: [Errno 14] curl#60 - "Peer's > Certificate issuer is not recognized." > 2019-08-29 17:23:18,117 retrycode (14) not in list [

Re: [CentOS] I broke "yum update" - C7

2019-08-29 Thread Alexander Dalloz
Am 2019-08-29 18:26, schrieb Gary Stainburn: On Thursday 29 August 2019 16:47:11 Alexander Dalloz wrote: rpm -Vv nss [root@stan2 ~]# rpm -Vv nss ./etc/pki/nss-legacy . c /etc/pki/nss-legacy/nss-rhel7.config ./etc/pki/nssdb . c /etc/pki/nssdb/cert8.db

Re: [CentOS] I broke "yum update" - C7

2019-08-29 Thread Alexander Dalloz
Am 2019-08-29 17:36, schrieb Gary Stainburn: On Thursday 29 August 2019 16:20:00 Alexander Dalloz wrote: Hi, yum uses libcurl behind the scenes and thus NSS and not OpenSSL. Do you get something indicative when running: URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic check

Re: [CentOS] I broke "yum update" - C7

2019-08-29 Thread Alexander Dalloz
you get something indicative when running: URLGRABBER_DEBUG=1 yum --disablerepo=\* --enablerepo=webtatic check-update Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Availability of rsyslog-8.24.0-41.el7_7.x86_64

2019-08-15 Thread Alexander Dalloz
s and their status. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to use an Adaptec RAID 51645

2019-08-05 Thread Alexander Dalloz
Am 2019-08-05 12:30, schrieb Alexander Dalloz: Am 2019-08-05 12:24, schrieb Ralf Prengel: Hallo, has anyone a hint how to use an Adaptec RAID 51645 under Centos 7? A volume is created using the controller interface but isn't active under centos. Thanks for hintsts Ralf That's a

Re: [CentOS] how to use an Adaptec RAID 51645

2019-08-05 Thread Alexander Dalloz
t for such old cards have been dropped by RHEL. Check the ELrepo for a matching package. https://elrepo.org/tiki/kmod-aacraid should be a fit. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Failed to start crond

2019-07-25 Thread Alexander Dalloz
Thanks You do not share much info about your system and what you already did so far to debug the situation. Is only the function of crond affected? What does running "rpm -Vv cronie" tell you? Alexander ___ CentOS mailing list CentOS@cento

Re: [CentOS] Scope of classes in CFE 3.10.2 on CentOS 7

2019-07-10 Thread Alexander Dalloz
Am 10.07.2019 um 18:07 schrieb Meikel: # cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) Any good reason to not keep that system up to date? Minor release 7.4 is pretty old and has serious bugs. 7.6.1810 is current. Alexander

Re: [CentOS] raid 5 install

2019-06-27 Thread Alexander Dalloz
Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Postgrey not working

2019-06-20 Thread Alexander Dalloz
Am 20.06.2019 um 11:35 schrieb Nicolas Kovacs: Le 20/06/2019 à 11:28, Alexander Dalloz a écrit : What is being logged when a message passes your MTA inbound? The answer to your issue is within the maillog. According to maillog, the message is delivered instantly, exactly like on a normal

Re: [CentOS] Postgrey not working

2019-06-20 Thread Alexander Dalloz
lowed this document, and still no joy. Niki What is being logged when a message passes your MTA inbound? The answer to your issue is within the maillog. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Postfix and choice of RBL

2019-06-17 Thread Alexander Dalloz
Am 17.06.2019 um 19:10 schrieb Alexander Dalloz: Additionally, I've got Postgrey enabled, which does a really good job of weeding out the spambot desktops and such. Instead of using reject_rbl_client the better choice is to use postscreen within Postfix. That enables the admin to set wei

Re: [CentOS] Postfix and choice of RBL

2019-06-17 Thread Alexander Dalloz
I've got Postgrey enabled, which does a really good job of weeding out the spambot desktops and such. Instead of using reject_rbl_client the better choice is to use postscreen within Postfix. That enables the admin to set weighted scores, not rejecting base

Re: [CentOS] Postfix and choice of RBL

2019-06-17 Thread Alexander Dalloz
x27;t free per se. https://www.spamhaus.org/organization/dnsblusage/ Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] postgis-2.0.7-2.el7 still in epel7-testing?

2019-04-11 Thread Alexander Dalloz
750618 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2016-b6c229157e Is there a reason that the package is not pushed to stable yet? Or can it be pushed to stable? You will have to ask your questions the EPEL maintainer. EPEL is not controlled by the CentOS proje

Re: [CentOS] Support for Argon2 for password hashing

2019-02-13 Thread Alexander Dalloz
Am 13.02.2019 um 14:18 schrieb Robert Moskowitz: Is there any information on adding support for Argon2? Did you check the RHEL 8 beta? Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] C7 and mdadm

2019-01-22 Thread Alexander Dalloz
Am 22.01.2019 um 23:26 schrieb mark: md0 : active (auto-read-only) raid5 sdg1[8](S) sdh1[7] sdf1[4] sde1[3] sdd1[2] sdc1[1] [ ... ] [__U] I see a RAID 5 with 2 elements missing from the array. That would mean data is lost. Alexander

Re: [CentOS] Spamassassin + Postfix : delete spam mail on the server ?

2018-12-19 Thread Alexander Dalloz
. But do what you like to do as your own postmaster. There are good reasons to reject SPAM messages instead of initially accepting them. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Spamassassin + Postfix : delete spam mail on the server ?

2018-12-18 Thread Alexander Dalloz
visd-new in a smtp proxy setup with Postfix. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] KVM Bridge Problem

2018-12-04 Thread Alexander Dalloz
provide details about your setup. Running KVM with a bridge setup is not enough info. Get your config sorted and the logs. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Bastion server

2018-12-04 Thread Alexander Dalloz
t. In addition configure the auditd service which comes by default with CentOS. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] [OT] Where to buy S/MIME ??

2018-11-25 Thread Alexander Dalloz
tps://letsencrypt.org/?> Alfred Letsencrypt does not sign certificates for use with S/MIME. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] PostgreSQL port accessible even though it should be blocked by firewall

2018-10-29 Thread Alexander Dalloz
-v --line -t filter iptables -L -n -v --line -t nat frank Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Setting up sendmail to mail system messages on CentOS 6 and 7

2018-10-26 Thread Alexander Dalloz
ail.mc and log content demonstrating your issue(s). Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] C6 Bind

2018-10-14 Thread Alexander Dalloz
Am 15.10.2018 um 00:33 schrieb Ken Smith: If I telnet to port 53 from outside my LAN I get a connection. If I stop bind that connection is refused, confirming the local bind instance is getting the connection. You cannot test bind operating on port 53 by UDP through telnet. Alexander

Re: [CentOS] Certificates

2018-09-01 Thread Alexander Dalloz
[request] gets signed). Valeri You are commenting on a specific ACME helper tool to create LE certificates? On my side the key stays the same. And as long as it is not compromised there is no need to change it. Alexander ___ CentOS mailing list CentOS

Re: [CentOS] Mail has quit working

2018-08-26 Thread Alexander Dalloz
3b2e90a100 v6only:1 <-> So port 143 is listening. Are we back to the point that your DNS or NSS is broken so that even telnet localhost 143 fails while telnet 127.0.0.1 143 is successful? Thanks!! Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Mail has quit working

2018-08-26 Thread Alexander Dalloz
content produced by dovecot. And test connectivity on the lowest level. echo QUIT | openssl s_client -connect localhost:143 -starttls imap That must be successful first. You can too test "lsof -i :143" or "ss -tulpen | grep 143&qu

Re: [CentOS] Mail has quit working

2018-08-26 Thread Alexander Dalloz
port 10024 isn't running. In your setup that is likely the amavisd-new filter service. Make sure it runs or take it out of your Postfix configuration. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Which is better? Microsoft Exchange 2016 or Linux-based SMTP Servers?

2018-07-28 Thread Alexander Dalloz
o does not cover that. Expressively documented by the project. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Problem with definition of slist in CFEngine

2018-07-26 Thread Alexander Dalloz
? Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Mail has quit working

2018-07-24 Thread Alexander Dalloz
s.com> tdu...@palmettodomains.com>, relay=local, delay=0.09, delays=0.02/0.01/0/0.06, dsn=2.0.0, status=sent (delivered to command: /usr/libexec/dovecot/dovecot-lda -f "$SENDER" -a "$RECIPIENT") Jul 24 11:04:20 ts130 postfix/qmgr[8283]: 49161841ED92: removed M

Re: [CentOS] Is there any way I can deploy cPanel web hosting control panel with Microsoft Exchange 2016 groupware behind one static public IP?

2018-07-20 Thread Alexander Dalloz
contact people near you to discuss things like pfSense and cPanel and Exchange or hire a consultant. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Clamd issues on Centos 6.10

2018-07-16 Thread Alexander Dalloz
Am 16.07.2018 um 19:42 schrieb Walter H.: On 15.07.2018 00:13, Jay Hart wrote: Clamd failed to start. try removign it  (yum remove ...) reboot and then reinstall it again (yum install ...)? Seriously, this is not Windows. Alexander ___ CentOS

Re: [CentOS] Clamd issues on Centos 6.10

2018-07-15 Thread Alexander Dalloz
ur 32-bit CentOS 6. I am running 64-bit and don't have that issue. Please see https://bugzilla.redhat.com/show_bug.cgi?id=1600458 Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Clamd issues on Centos 6.10

2018-07-15 Thread Alexander Dalloz
libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x7fa4cf9c) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x7fa4cf7bc000) libselinux.so.1 => /lib64/libselinux.so.1 (0x7fa4cf59d000) Do other applications fail too? Do you have a network connectivity

Re: [CentOS] Clamd issues on Centos 6.10

2018-07-14 Thread Alexander Dalloz
, builder: neo) Querying daily.24753.91.1.0.2400cb00204800016810b98a.ping.clamav.net bytecode.cvd version from DNS: 324 bytecode.cld is up to date (version: 324, sigs: 89, f-level: 63, builder: neo) Database updated (6579985 signatures) from db.nl.clamav.net (IP: 2400:cb00:

Re: [CentOS] two 2-node clusters or one 4-node cluster?

2018-07-05 Thread Alexander Dalloz
". You don't want clusters to be treated as pets. Has always been difficult to maintain. Obviously I don't know what you run on your old cluster and whether you can migrate to a modern setup instead of replicating it on a current major rel

Re: [CentOS] Centos 7 (using iptables) removed firewalld

2018-06-01 Thread Alexander Dalloz
Am 01.06.2018 um 18:41 schrieb Alexander Dalloz: [ ... ] Steve, you are right on this list with questions concerning CentOS 7. It is just the (repeated) formatting of your postings which makes it hard to reply with helpful on-topic answers. Just see yourself what you have sent so far

Re: [CentOS] Centos 7 (using iptables) removed firewalld

2018-06-01 Thread Alexander Dalloz
verse order of content is contrary usual reading top to bottom. Try to display your iptables rules for best readability on i.e. http://pastebin.centos.org/ with a live time setting of at least 1 week to be sure your content can be deciphered. Regards Alex

Re: [CentOS] CentOS 7.5

2018-05-08 Thread Alexander Dalloz
ifferent for CR. Anyway looking forward to 7.5! Thanks, Jerry The centos-release RPM for 7.5 gets released when the 7.5 release is getting published. The CR repo does not have that status. So fully expected that /etc/redhat-release still says "CentOS Linux release 7.4.1708

Re: [CentOS] cyrus: socket options

2018-03-16 Thread Alexander Dalloz
ost. 2) the lmtpunix line man lmtpd -a Preauthorize connections initiated on an internet socket, instead of requiring LMTP AUTH. This should only be used for connections coming from trusted hosts. So no pre-auth on the unix socket. And why do you define a prefork of 4? Alexander ___

Re: [CentOS] cyrus: socket options

2018-03-16 Thread Alexander Dalloz
o cyrus-imapd and cyrus-sasl are not the ones shipped by CentOS? What´s the problem with Centos that these things don´t just work as they usually do? It works on CentOS, I can assure you that. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] selinux: how to allow access?

2018-03-16 Thread Alexander Dalloz
http://docs.fedoraproject.org/en-US/Fedora/13/html/Security-Enhanced_Linux/ http://www.youtube.com/watch?v=bQqX3RWn0Yw http://opensource.com/business/13/11/selinux-policy-guide Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org

Re: [CentOS] /dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?

2018-02-07 Thread Alexander Farber
Thank you Pete for the very insightful answer! This has worked like a charm - On Wed, Feb 7, 2018 at 10:16 AM, Pete Biggs wrote: > > In fact there are a number of tools to help you. By default yum keeps > 5 versions of old kernels (which is usually too many for the default > /boot size - good

[CentOS] /dev/md1 => 93% Used. Warning. Disk Filling up. - what would be safe to delete in /boot ?

2018-02-07 Thread Alexander Farber
Hello CentOS users, in the recent time I keep getting the logwatch warnings from my 2 dedicated servers running CentOS 7.4.1708. I guess because of the numerous kernel updates (because of Spectre+Meltdown) in the near past? Could someone please suggest me, which files in my /boot partition would

Re: [CentOS] Unrar not extracting archive

2018-01-23 Thread Alexander Dalloz
Am 23.01.2018 um 20:23 schrieb H: I received a rar-archive, probably created on Win10, that I could not extract with unrar on CentOS 6. CentOS does not provide unrar. You must have it from a third party repository and we don't know which version of unrar that is. Alex

Re: [CentOS] Nvidia maximum pixel clock issue in, , kmod-nvidia-384.98

2018-01-09 Thread Alexander Wiedergold
To: CentOS mailing list Thema: Re: [CentOS] Nvidia maximum pixel clock issue in kmod-nvidia-384.98 Dear All, Start BIOS Configuration and go to Graphic Configuration change On Board VGA to PCI Express x16 Automatic is VGA on Board Bis bald Alexander Am 09.01.2018 um 13:00 schrieb

Re: [CentOS] Fwd: httpd24 Package Question

2017-12-19 Thread Alexander Dalloz
Am 20.12.2017 um 00:40 schrieb Tyler Waldo: Alexander, These are the only two CVEs from 2016 that I found contained in the RPM that you referenced. - add security fix for CVE-2016-5387 - mod_ssl: add security fix for CVE-2016-4979 Tyler Waldo Information Security Associate Threat and

Re: [CentOS] Fwd: httpd24 Package Question

2017-12-19 Thread Alexander Dalloz
es for the named CVEs. Thanks, Tyler Alexander ___ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] File access in Apache 2.4

2017-11-23 Thread Alexander Farber
Hi David, On Tue, Nov 21, 2017 at 3:19 AM, david wrote: > I'm having file-access problems in Apache 2.4 under Centos 7. In > particular: > > - I have a file that's readable to every user and every application, > (writeable by only one user), but my CGI scripts cannot read it. > > - Some of my C

Re: [CentOS] Maria 10 breaks unixodbc mysql connector

2017-10-30 Thread Alexander Dalloz
build newer mariadb packges: https://cbs.centos.org/koji/packageinfo?packageID=434 You can install them via yum too by the cloud repo. http://mirror.centos.org/centos-7/7/cloud/x86_64/openstack-ocata/common/ Alexander ___ CentOS mailing list CentOS

Re: [CentOS] systemctl reboot -- server not accessible after reboot

2017-10-14 Thread Alexander Dalloz
problem before? I've checked all the BIOS options and I can't find anything misconfigured. Thanks for your help. Mike https://bugzilla.redhat.com/show_bug.cgi?id=1047614 Does that fit? Alexander ___ CentOS mailing list CentOS@centos.org ht

Re: [CentOS] how to prevent files and directories from being deleted?

2017-10-09 Thread Alexander Dalloz
. Can we please end this stupid discussion? Enough arguments have been exchanged to make clear that packages are broken if they ignore the fact that /var/run content is ephemeral. Alexander ___ CentOS mailing list CentOS@centos.org https://lists.

  1   2   3   4   5   6   7   8   >