Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Tim via users
On Fri, 2025-06-27 at 13:47 -0500, Thomas Cameron via users wrote: > Tangential, but have you looked at: > > https://www.server-world.info/en/note?os=Fedora_42&p=mail&f=1 > > The guy who runs that site does a pretty amazing job of telling you > *what* to do. He doesn't tell you anything about th

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Jeffrey Walton
On Fri, Jun 27, 2025 at 10:54 AM Todd Zullinger wrote: > [...] > I don't understand the appeal of any > of these "AI" tools. They simply regurgitate text based on > probability. They're masters of making shit talking sound > almost reasonable. The amount of human time they waste is > only sur

Re: vlc

2025-06-27 Thread Patrick O'Callaghan
On Fri, 2025-06-27 at 23:43 +0200, Patrick Dupre via users wrote: > Hello, > > I tried to install vlc, but I get > Running transaction > Transaction failed: Rpm transaction failed. > - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so conflicts between > attempted installs of vlc-plugins-free

vlc

2025-06-27 Thread Patrick Dupre via users
Hello, I tried to install vlc, but I get Running transaction Transaction failed: Rpm transaction failed. - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so conflicts between attempted installs of vlc-plugins-freeworld-3.0.21-4.fc42.x86_64 and vlc-plugins-base-1:3.0.21-24.fc42.x86_64 Can I

Re: script to loop through dates

2025-06-27 Thread Todd Zullinger
olivares33561 via users wrote: > We can use awk for this too! We can seq like George > pointed out. We use whichever tool as long as the output > looks as I wanted it to look. > > There are two or three options and they all work. Thanks > to all who have responded. As the Perl mongers among

Re: script to loop through dates

2025-06-27 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. On Friday, June 27th, 2025 at 8:33 AM, Barry wrote: > > On 27 Jun 2025, at 12:32, olivares33561 via users > > users@lists.fedoraproject.org wrote: > > > > Dear Fedora users, > > > > I am strug

Re: script to loop through dates

2025-06-27 Thread Todd Zullinger
olivares33561 via users wrote: > On Friday, June 27th, 2025 at 8:52 AM, Todd Zullinger > wrote: >> olivares33561 via users wrote: >> >> I'm curious why you'd want the start date printed 4 >> times? > > I have high blood pressure (hypertension). I take two > readings in the morning, and two at aft

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Todd Zullinger
Robert Moskowitz via users wrote: > You are right, in part, in "working out of the box". And > it is why I went off into left field.  Not necessarily a > bad thing. Indeed. I've learned a lot from wandering around left field. Reminds me of the old quote: Two wrongs don't make a right. But

Re: dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Andre Robatino
I fixed it by installing the signed Rpmfusion package from https://koji.rpmfusion.org/kojifiles/packages/vlc-plugins-freeworld/3.0.21/5.fc42/data/signed/d651ff2e/ (it's not in Rpmfusion's updates or updates-testing yet). Alternatively, if you remove the existing vlc-plugins-freeworld package, th

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Thomas Cameron via users
On 6/27/25 9:22 AM, Robert Moskowitz via users wrote: I want to create a simple howto for local mail delivery with postfix. I did a LOT with postfix ~7 years ago, and found many of my notes this morning. Thing is that google AI did not show the preferred way to edit main.cf which is to use "p

Re: script to loop through dates

2025-06-27 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. On Friday, June 27th, 2025 at 8:52 AM, Todd Zullinger wrote: > olivares33561 via users wrote: > > > It does not print start day four times. Almost there. > > > I'm curious why you'd want the s

Re: dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Barry Scott
> On 27 Jun 2025, at 16:25, Neal Becker wrote: > > Running transaction > Transaction failed: Rpm transaction failed. > - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so from install of > vlc-plugins-base-1:3.0.21-24.fc42.x86_64 conflicts with file from package > vlc-plugins-freeworld-3.

Re: dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Patrick O'Callaghan
On Fri, 2025-06-27 at 11:25 -0400, Neal Becker wrote: > Running transaction > Transaction failed: Rpm transaction failed. > - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so from install of > vlc-plugins-base-1:3.0.21-24.fc42.x86_64 conflicts with file from package > vlc-plugins-freeworld-3.0

dnf conflict with vlc-plusings-freeworld today

2025-06-27 Thread Neal Becker
Running transaction Transaction failed: Rpm transaction failed. - file /usr/lib64/vlc/plugins/codec/libfaad_plugin.so from install of vlc-plugins-base-1:3.0.21-24.fc42.x86_64 conflicts with file from package vlc-plugins-freeworld-3.0.21-4.fc42.x86_64 Any ideas how to proceed? Thanks, Neal -- _

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Robert Moskowitz via users
On 6/27/25 10:35 AM, Chris Adams wrote: Once upon a time, Robert Moskowitz said: Thing is that google AI did not show the preferred way to edit main.cf which is to use "postconf -e 'line'". Eh, that's A way, not THE ONLY way. I've never used it; it's perfectly fine to directly edit the file

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Robert Moskowitz via users
You are right, in part, in "working out of the box".  And it is why I went off into left field.  Not necessarily a bad thing. The system crontab mails to root.  So there IS one change needed for postfix and that is to add to aliases: cat <>/etc/aliases || exit 1 root:    EOF newaliases And

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Todd Zullinger
Robert Moskowitz via users wrote: > I want to create a simple howto for local mail delivery with postfix. > I did a LOT with postfix ~7 years ago, and found many of my notes this > morning. > > Thing is that google AI did not show the preferred way to edit main.cf which > is to use "postconf -e 'l

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Francis Montagnac via users
Hi. On Fri, 27 Jun 2025 10:22:39 -0400 Robert Moskowitz via users wrote: > So I want to start from scratch for all you that want a simple set of > steps for postfix local delivery.  But I stepped on my main.cf. > Thus can someone point me to, or send me an unaltered F41 main.cf? My > googling

Re: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Chris Adams
Once upon a time, Robert Moskowitz said: > Thing is that google AI did not show the preferred way to edit > main.cf which is to use "postconf -e 'line'". Eh, that's A way, not THE ONLY way. I've never used it; it's perfectly fine to directly edit the file, or manage it with configuration tools l

F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Robert Moskowitz via users
I want to create a simple howto for local mail delivery with postfix. I did a LOT with postfix ~7 years ago, and found many of my notes this morning. Thing is that google AI did not show the preferred way to edit main.cf which is to use "postconf -e 'line'". Surprised?  ;) Wietse Venema did a

Re: script to loop through dates

2025-06-27 Thread George N. White III
On Fri, Jun 27, 2025 at 8:32 AM olivares33561 via users < users@lists.fedoraproject.org> wrote: > Dear Fedora users, > > I am struggling to create a script that generates a series of dates with > special "+%Y.%m.%d" like the following > > 2025.06.01 > 2025.06.01 > 2025.06.01 > 2025.06.01 > 2025.06

Re: script to loop through dates

2025-06-27 Thread Todd Zullinger
olivares33561 via users wrote: > It does not print start day four times. Almost there. I'm curious why you'd want the start date printed 4 times? To do that, you'd want to move your for loop outside of the while loop, I think. Though there is, as usual, more than one way to do it. ;) I think t

Re: script to loop through dates

2025-06-27 Thread Todd Zullinger
olivares33561 via users wrote: > Dear Will, thanks for your help. I was able to do it. > The following does the job! > -- > #!/bin/bash > start=$1 > end=$2 > > start=$(date -d $(echo $start | sed 's/\./-/g') +%Y%m%d) > end=$(date -d $(echo $end | sed 's/\./-/g') +%Y%m%d) This is a minor imp

Re: script to loop through dates

2025-06-27 Thread Barry
> On 27 Jun 2025, at 12:32, olivares33561 via users > wrote: > > Dear Fedora users, > > I am struggling to create a script that generates a series of dates with > special "+%Y.%m.%d" like the following Do you know python? It would be a lot easier to solve using a small amount of python sc

Re: script to loop through dates

2025-06-27 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. On Friday, June 27th, 2025 at 7:43 AM, olivares33561 via users wrote: > > > > > Sent from ProtonMail, encrypted email based in Switzerland. > > Sent with Proton Mail secure email. > > > O

Re: script to loop through dates

2025-06-27 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. On Friday, June 27th, 2025 at 7:18 AM, olivares33561 via users wrote: > > > Sent from ProtonMail, encrypted email based in Switzerland. > > Sent with Proton Mail secure email. > > > On Frid

Re: script to loop through dates

2025-06-27 Thread Will McDonald
On Fri, 27 Jun 2025 at 12:32, olivares33561 via users < users@lists.fedoraproject.org> wrote: > I am struggling to create a script that generates a series of dates with > special "+%Y.%m.%d" like the following > > 2025.06.01 > 2025.06.01 > 2025.06.01 > > I found several examples but can't succeed

Re: script to loop through dates

2025-06-27 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. On Friday, June 27th, 2025 at 7:02 AM, Will McDonald wrote: > On Fri, 27 Jun 2025 at 12:32, olivares33561 via users > wrote: > > > I am struggling to create a script that generates a series of

Fw: Re: script to loop through dates

2025-06-27 Thread olivares33561 via users
Sent from ProtonMail, encrypted email based in Switzerland. Sent with Proton Mail secure email. --- Forwarded Message --- From: bruce Date: On Friday, June 27th, 2025 at 6:40 AM Subject: Re: script to loop through dates To: Community support for Fedora users > hi... > ok.. couple qu

script to loop through dates

2025-06-27 Thread olivares33561 via users
Dear Fedora users, I am struggling to create a script that generates a series of dates with special "+%Y.%m.%d" like the following 2025.06.01 2025.06.01 2025.06.01 2025.06.01 2025.06.02 .. .. .. 2025.06.03 .. .. .. . Through 2025.06.30 Print four dates of June 1, then June 2, all the way thr

Re: script to loop through dates

2025-06-27 Thread bruce
hi... ok.. couple questions. does the test app need to use any given functions does the app need to have input values or attributes. if it does, what are they how familiar are u withe the date cmdline function, and using it in a bash script On Fri, Jun 27, 2025, 7:32 AM olivares33561 via use