Re: [CentOS] Infiniband

2021-10-09 Thread Stephen John Smoogen
On Fri, 8 Oct 2021 at 23:15, Gordon Messmer  wrote:
>
> On 10/8/21 10:51, Mark Woolfson wrote:
> > I have a large server cluster running CentOS 6.4 and CentOS 6.6 using 10GbE.
> > I want to upgrade to Infiniband.
>
>
> CentOS 6 hasn't received any feature updates since May 2017, so any
> compatible hardware would have had to be released and supported before
> that date (possibly substantially before then).
>
> CentOS 6 has been EOL for almost a year, and isn't receiving any
> security updates.  You *really* should upgrade.
>

The versions of CentOS 6 this cluster is running are from 2013 and
2014 so they are looking at 10 year old infiniband. Going from that, I
think the best they can hope for is a Mellanox ConnectX-3 which seems
to have some caveats https://access.redhat.com/solutions/302543. The
ConnectX-4 came out in late 2014 early 2015 so i don't know if its
drivers ever were set to EL-6

I agree with Gordon that you need to plan on upgrading more than just
the backbone network since you are probably looking at significant
downtime to do that AND are in a high risk for security problems.


-- 
Stephen J Smoogen.
I've seen things you people wouldn't believe. Flame wars in
sci.astro.orion. I have seen SPAM filters overload because of Godwin's
Law. All those moments will be lost in time... like posts on a BBS...
time to shutdown -h now.
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Postfix and virtual mail boxes.[SOLVED - kinda]

2021-10-09 Thread Peter

On 9/10/21 12:26 pm, Rob Kampen wrote:
So, after many dozens of hours and sending test emails I have found a 
solution (work around) that appears to work okay. It is now different to 
the original two MX servers I cloned from, in that the maillog shows a 
different cycle of processing, and it now fails a truly unknown mailbox 
much later in the process - thus higher workload on my MX. But the key 
thing is that it does now do the virtual_alias checks on incoming emails 
on port 25 before rejecting.


if your MX is not rejecting messages to invalid recipients right away 
but instead bounces the messages later on you become a backscatter 
source (See https://www.backscatterer.org/?target=bounces).


your server needs a properly configured list of valid recipients so it 
knows right away what recipients to accept and which ones to reject.


No idea why this third MX is behaving differently. It has a dual stack 
IP, so I disabled IPv6 access and tried again, but that certainly wasn't 
the cause of the difference in processing.


If you can provide the output of the following two commands it would be 
very helpful in troubleshooting your problem:


postconf -nf
postconf -Mf

Also of great help would relevant logs for one message that is giving 
you issues.  These should be in /var/log/maillog and contain a 
connection line followed by a number of postfix/smtpd lines, please copy 
all the logs for *one* message.  Please do not attempt to enable verbose 
logging (it only adds in a lot of extra unneeded info that detracts from 
finding the real problem) and it is unnecessary to provide log lines 
from non-postfix processes.


It should be noted that the two initial MX machines have an extra line 
in the maillog that is the second logged step in the process, and goes 
something like:


Oct  8 19:00:58 mx policyd-spf[16055]: prepend Received-SPF: None 
(mailfrom) identity=mailfrom; client-ip=209.85.210.180; 
helo=mail-pf1-f180.google.com; envelope-from=r...@example.com; 
receiver=


This is likely unrelated to the issue but may point to another issue 
having to do with a possibly incorrect policyd setup.  We can cross that 
bridge after we've fixed the primary issue though (one issue at a time).



After that processing steps are identical.


It's likely that there may be something else subtle in the logs that we 
can spot that you are not noticing.



Peter
___
CentOS mailing list
CentOS@centos.org
https://lists.centos.org/mailman/listinfo/centos