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

2025-06-27 Thread Tim via users
't tell you anything about the "why." You will > want to read up on each of the things he tells you to do. > > But if you just want to get Postfix up and running, it's very easy to > read along and adapt the steps to your environment. I use postconf -e > for each

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: F41 /etc/postfix/main.cf file, please

2025-06-27 Thread Todd Zullinger
rongs don't make a right. But three lefts do. > 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 then restart postfix > >

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

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

2025-06-27 Thread Robert Moskowitz via users
perfectly fine to directly edit the file, or manage it with configuration tools like Ansible. You have maybe not spent time on the postfix list!  I did years ago... postconf -e  IS really nice in setting up scripts for changing postfix on multiple systems.  And tracking changes you made. Thus

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:   

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 t

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 ma

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

2025-06-27 Thread Chris Adams
le, or manage it with configuration tools like Ansible. > Thus can someone point me to, or send me an unaltered F41 main.cf? > My googling did not find it. One way would be to extract it from the RPM... something like: $ dnf download postfix $ rpm2cpio postfix-*.rpm | cpio -i --to-stdout .

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? 

Re: postfix setup challenges

2025-06-26 Thread Robert Moskowitz via users
Almost there with postfix. Google AI had me set: home_mailbox = Mailbox and the mail was going to ~/Mailbox So I changed it to: home_mailbox = /var/mail Which is where mutt looks by default. I also turned on: mail_spool_directory = /var/mail We will see how that goes.  I have the

Re: postfix setup challenges

2025-06-26 Thread Robert Moskowitz via users
On 6/26/25 8:34 PM, Todd Zullinger wrote: Robert Moskowitz via users wrote: Or set up postfix local delivery to just use mailbox. More googling. The default is mbox. :) But not in ~/Mailbox default is /var/mail/user You mentioned having to change some postfix settings, perhaps sharing

Re: postfix setup challenges

2025-06-26 Thread Todd Zullinger
Robert Moskowitz via users wrote: > Or set up postfix local delivery to just use mailbox. > > More googling. The default is mbox. :) You mentioned having to change some postfix settings, perhaps sharing what those were might help? I started a Fedora Workstation 42 Live image, instal

Re: postfix setup challenges

2025-06-26 Thread Robert Moskowitz via users
Just run mutt, then press 'c' and give either Maildir or Mailbox. google has gotten better answering questions, once I figure out what to ask! On 6/26/25 8:06 PM, Robert Moskowitz via users wrote: Or set up postfix local delivery to just use mailbox. More googling. On 6/26/25 8:02

Re: postfix setup challenges

2025-06-26 Thread Robert Moskowitz via users
Or set up postfix local delivery to just use mailbox. More googling. On 6/26/25 8:02 PM, Robert Moskowitz via users wrote: ARGH!!! :) now to config mutt to read them... On 6/26/25 7:53 PM, Samuel Sieb wrote: On 6/26/25 4:44 PM, Robert Moskowitz via users wrote: I have been working on

Re: postfix setup challenges

2025-06-26 Thread Robert Moskowitz via users
ARGH!!!  :) now to config mutt to read them... On 6/26/25 7:53 PM, Samuel Sieb wrote: On 6/26/25 4:44 PM, Robert Moskowitz via users wrote: I have been working on configuring postfix for local delivery. I tired both: mailx -s "Subject" rgm < testit.txt mailx -s "Subj

Re: postfix setup challenges

2025-06-26 Thread Samuel Sieb
On 6/26/25 4:44 PM, Robert Moskowitz via users wrote: I have been working on configuring postfix for local delivery. I tired both: mailx -s "Subject" rgm < testit.txt mailx -s "Subject" rgm@localhost < testit.txt /var/log/maillog shows Jun 26 19:36:52 LX14

postfix setup challenges

2025-06-26 Thread Robert Moskowitz via users
I have been working on configuring postfix for local delivery. I tired both: mailx -s "Subject" rgm < testit.txt mailx -s "Subject" rgm@localhost < testit.txt /var/log/maillog shows Jun 26 19:36:52 LX140e-3 postfix/pickup[365674]: 73AF7383FD8: uid=1000 from= Jun 26

Re: After upgrade to F42, mutt + postfix no longer able to send email (Solved!)

2025-06-12 Thread Ranjan Maitra via users
er upgrade to F42, mutt + postfix no longer able to send > email (Solved!) > > Hi > On Wed, 11 Jun 2025 23:49:30 -0500 Ranjan Maitra via users wrote: > > > $ ll /usr/sbin/sendmail.postfix > > lrwxrwxrwx. 1 root root 23 Jun 11 10:18 /usr/sbin/sendmail.postfix -

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-12 Thread Tim via users
Tim: > > Actually list them individually. You'll most likely find that one of > > them is a binary, and the others are symlinks to it. Ranjan Maitra: > Thanks, here you go: > > $ ll /usr/bin/sendmail.postfix > -rwxr-xr-x. 1 root root 32K May 8 19:00 /usr/bin/sendmail.postfix* > $ ll /usr/sb

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-12 Thread Francis . Montagnac
ives --remove mta /usr/sbin/sendmail.postfix dnf -y reinstall postfix # To redo the alternatives systemctl restart postfix.service -- francis -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedor

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
er upgrade to F42, mutt + postfix no longer able to send > email > > On Wed, 2025-06-11 at 21:48 -0500, Ranjan Maitra via users wrote: > > Interestingly, the F42 machine has: > > $ locate sendmail.postfix > > /usr/bin/sendmail.postfix > > /usr/lib/sendmail.postfix

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Tim via users
On Wed, 2025-06-11 at 21:48 -0500, Ranjan Maitra via users wrote: > Interestingly, the F42 machine has: > $ locate sendmail.postfix > /usr/bin/sendmail.postfix > /usr/lib/sendmail.postfix > /usr/sbin/sendmail.postfix Actually list them individually. You'll most likely find that one of them is

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
Hi Todd, Thanks very much for this! On Wed Jun11'25 09:09:52PM, Todd Zullinger wrote: > From: Todd Zullinger > Date: Wed, 11 Jun 2025 21:09:52 -0400 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: After upgrade to F42, mutt

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
On Wed Jun11'25 09:21:33PM, Todd Zullinger wrote: > From: Todd Zullinger > Date: Wed, 11 Jun 2025 21:21:33 -0400 > To: users@lists.fedoraproject.org > Reply-To: Community support for Fedora users > Subject: Re: After upgrade to F42, mutt + postfix no longer able to send &

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Todd Zullinger
postfix. > > I just installed postfix and mutt in a Fedorda 42 container > and mutt reports: sendmail="usr/bin/sendmail -oem -oi" which > seems to be entirely broken. You may have to set that > manually in your muttrc in addition to fixing the symlinks > to the

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Todd Zullinger
could be? > > I wanted to add that I upgraded using dnf system-upgrade > plugin. > > My /etc/postfix/main.cf is carried over from F41 (and > before). There were issues for many folks with the merge of bin and sbin. The result is that binaries aren't found as they should be.

Re: After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
er upgrade to F42, mutt + postfix no longer able to send email > > Hi, > > After an upgrade to F42, I am no longer able to send email. When I press > "send on mutt" after composing, I get > > Error sending message, child exited 127 (Exec error.). > > Any sug

After upgrade to F42, mutt + postfix no longer able to send email

2025-06-11 Thread Ranjan Maitra via users
Hi, After an upgrade to F42, I am no longer able to send email. When I press "send on mutt" after composing, I get Error sending message, child exited 127 (Exec error.). Any suggestions on what the error could be? Many thanks and best wishes, Ranjan -- ___

Re: Postfix/sendmail

2025-05-13 Thread jarmo
Tue, 13 May 2025 10:46:17 +0200 Marco kirjoitti: > https://www.freedesktop.org/software/systemd/man/latest/systemd.preset.html > > For me it looks like preset shows the default, and Fedora/RHEL have > many services disabled by default. Thanks, now got it... Jarmo -- _

Re: Postfix/sendmail

2025-05-13 Thread Marco
On Tue, 13 May 2025 11:10:29 +0300 jarmo wrote: > Could someone explain what means this > > systemctl status postfix > ● postfix.service - Postfix Mail Transport Agent > Loaded: loaded (/usr/lib/systemd/system/postfix.service; > enabled; preset: disabled) Drop-In: /usr/

Postfix/sendmail

2025-05-13 Thread jarmo
Could someone explain what means this systemctl status postfix ● postfix.service - Postfix Mail Transport Agent Loaded: loaded (/usr/lib/systemd/system/postfix.service; enabled; preset: disabled) Drop-In: /usr/lib/systemd/system/service.d └─10-timeout-abort.conf Active

Re: Postfix

2025-04-29 Thread jarmo
Tue, 29 Apr 2025 13:48:17 -0400 Charles Dennett kirjoitti: > On 4/29/25 12:54 PM, jarmo wrote: > > > But... As said, it was running ok, so far, when > > came new kernel, updated, rebooted computer, postfix > > sevice didn't start. In F41 it worked ok, when aft

Re: Postfix

2025-04-29 Thread Charles Dennett
On 4/29/25 12:54 PM, jarmo wrote: But... As said, it was running ok, so far, when came new kernel, updated, rebooted computer, postfix sevice didn't start. In F41 it worked ok, when after kernel update rebooted.. This F42 have something, what makes postix sevice disabled after reboot,

Re: Postfix

2025-04-29 Thread Peter Boy Uni
> Am 29.04.2025 um 13:50 schrieb jarmo : > > Tue, 29 Apr 2025 12:39:53 +0200 > Peter Boy Uni kirjoitti: > > >> That’s a regression since F41. >> >> When you issue an systemctl status postfix just after reboot, you >> should get a short infor

Re: Postfix

2025-04-29 Thread jarmo
Tue, 29 Apr 2025 09:13:48 -0700 Mike Wright kirjoitti: > > Read what I posted to you before. It is disabled. That means it > will NOT START automatically. You must enable it in order for it to > be started automatically. > > the command "systemctl enable --now pos

Re: Postfix

2025-04-29 Thread Mike Wright
On 4/29/25 08:35, jarmo wrote: Tue, 29 Apr 2025 07:10:46 -0700 Mike Wright kirjoitti: On 4/29/25 04:50, jarmo wrote: Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; preset: disabled) That line says it is disabled. Try "systemctl enable --now postfix", then

Re: Postfix

2025-04-29 Thread jarmo
Tue, 29 Apr 2025 07:10:46 -0700 Mike Wright kirjoitti: > On 4/29/25 04:50, jarmo wrote: > > Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; > > preset: disabled) > > That line says it is disabled. > > > Try "systemctl enable --n

Re: Postfix

2025-04-29 Thread Tim via users
On Tue, 2025-04-29 at 14:50 +0300, jarmo wrote: > systemctl status postfix > ○ postfix.service - Postfix Mail Transport Agent > Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; > preset: disabled) > Drop-In: /usr/lib/systemd/system/service.d >

Re: Postfix

2025-04-29 Thread Tim via users
s with the original poster. When the system comes up as multiuser, start up postfix. But postfix must first wait for the network (or at least the bits of it needs) to come up. I've had that issue with NTP. If you tried to start it before the network (which was its default), it'd start,

Re: Postfix

2025-04-29 Thread Tim via users
On Tue, 2025-04-29 at 16:12 +0200, Benny Lyne Amorsen wrote: > The recommended solution is to trigger service start off incoming > connections, if possible. This is less ideal for things like Postfix > which might need to send traffic before they receive it. On this computer we don&#x

Re: Postfix

2025-04-29 Thread Benny Lyne Amorsen
ng connections, if possible. This is less ideal for things like Postfix which might need to send traffic before they receive it. -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject

Re: Postfix

2025-04-29 Thread Mike Wright
On 4/29/25 04:50, jarmo wrote: Loaded: loaded (/usr/lib/systemd/system/postfix.service; disabled; preset: disabled) That line says it is disabled. Try "systemctl enable --now postfix", then "systemctl status postfix". See if

Re: Postfix

2025-04-29 Thread Francis . Montagnac
ervice states to enable it in the multi-user.target: WantedBy=multi-user.target > jarmo: >> Is this what you mean? >> systemctl enable postfix >> Created symlink >> '/etc/systemd/system/multi-user.target.wants/postfix.service' → >> '/usr/lib/systemd/syst

Re: Postfix

2025-04-29 Thread Tim via users
Barry kirjoitti: > > Being enabled is not necessarily enough. > > It must be enabled for the default target. > > > > Is it wanted by the default target? > > jarmo: > Is this what you mean? > systemctl enable postfix > Created symlink > &#

Re: Postfix

2025-04-29 Thread Theodore Papadopoulo
8:03:26 +0200 From: francis.montag...@inria.fr Reply-To: Community support for Fedora users To: Community support for Fedora users Hi On Mon, 28 Apr 2025 08:50:39 -0700 "Doug H." wrote: Does anybody have an opinion on this? Seeing the postfix bug introduced by that (no sendmail), I

Re: Postfix

2025-04-29 Thread jarmo
Tue, 29 Apr 2025 12:39:53 +0200 Peter Boy Uni kirjoitti: > That’s a regression since F41. > > When you issue an systemctl status postfix just after reboot, you > should get a short information about the reason. I suppose it is a > complain about network availability at th

Re: Postfix

2025-04-29 Thread Peter Boy Uni
> Am 29.04.2025 um 10:51 schrieb jarmo : > > Where to look, postfix service won't start > after reboot? Have to start manually every > time... > And yes service is enabled. Happens every > time, when update kernel...? That’s a regression since F41. When you issue an

Re: Postfix

2025-04-29 Thread jarmo
Tue, 29 Apr 2025 10:09:21 +0100 Barry kirjoitti: > Being enabled is not necessarily enough. > It must be enabled for the default target. > > Is it wanted by the default target? > > Barry Is this what you mean? systemctl enable postfix Created symlink '/e

Re: Postfix

2025-04-29 Thread Barry
> On 29 Apr 2025, at 09:52, jarmo wrote: > > Where to look, postfix service won't start > after reboot? Have to start manually every > time... > And yes service is enabled. Happens every > time, when update kernel...? Being enabled is not necessarily enough.

Postfix

2025-04-29 Thread jarmo
Where to look, postfix service won't start after reboot? Have to start manually every time... And yes service is enabled. Happens every time, when update kernel...? Jarmo -- ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe se

Re: postfix fails to start on boot

2024-05-17 Thread Tom Horsley
On Fri, 17 May 2024 11:13:15 -0400 Alex wrote: > That's what I was looking for, and thought it would fix it, but alas, it > didn't. I have done complete kludgery to solve problems like this by disabling the service that won't start at boot, then adding rc.local entries to use "at" to start the se

Re: postfix fails to start on boot

2024-05-17 Thread Alex
> > I have a fedora38 server with postfix-3.7.9 (although this problem has > > existed for a long time) that fails to start because I believe the server > > has multiple interfaces. > > The issue is that the postfix.service unit has After=network.target > (which is fine

Re: postfix fails to start on boot

2024-05-16 Thread Samuel Sieb
On 5/16/24 6:40 PM, Alex wrote: Hi, I have a fedora38 server with postfix-3.7.9 (although this problem has existed for a long time) that fails to start because I believe the server has multiple interfaces. ifconfig shows just the primary ethernet interface, but "ip addr" shows

Re: postfix fails to start on boot

2024-05-16 Thread Tim via users
On Thu, 2024-05-16 at 21:40 -0400, Alex wrote: > Hi, > I have a fedora38 server with postfix-3.7.9 (although this problem > has existed for a long time) that fails to start because I believe > the server has multiple interfaces. > > ifconfig shows just the primary ethernet inter

Re: postfix fails to start on boot

2024-05-16 Thread Chris Adams
Once upon a time, Alex said: > I have a fedora38 server with postfix-3.7.9 (although this problem has > existed for a long time) that fails to start because I believe the server > has multiple interfaces. The issue is that the postfix.service unit has After=network.target (which is

Re: postfix fails to start on boot

2024-05-16 Thread Mike Wright
On 5/16/24 18:40, Alex wrote: Hi, I have a fedora38 server with postfix-3.7.9 (although this problem has existed for a long time) that fails to start because I believe the server has multiple interfaces. ifconfig shows just the primary ethernet interface, but "ip addr" shows the rest.

postfix fails to start on boot

2024-05-16 Thread Alex
Hi, I have a fedora38 server with postfix-3.7.9 (although this problem has existed for a long time) that fails to start because I believe the server has multiple interfaces. ifconfig shows just the primary ethernet interface, but "ip addr" shows the rest. There are five total interfac

Re: Postfix help

2023-01-05 Thread Richard
> Date: Thursday, January 05, 2023 17:06:40 -0700 > From: Sbob > ># echo 'Test 5' | mail -s "Test: $(date)" ># my_user@my_fastmail_domain.com > > > and now I see this in /var/log/maillog : > > Jan  5 17:03:37 F37-Server postfix/pickup[916]:

Re: Postfix help

2023-01-05 Thread Sbob
I found the maillog, per an entry I found I changed a couple of the settings in  /etc/postfix/main.cf, it said these were required: smtp_tls_wrappermode = yes smtp_tls_security_level = encrypt Then I ran: # systemctl enable --now postfix.service and another test: # echo 'Test 5'

Re: Postfix help

2023-01-05 Thread Richard
this for mailx: > ># mailx > No mail for root > > > Is there another log to look at? You seem to have looked for (new) mail for root. You need to look in the log files. For postfix that's generally /var/log/maillog, but you may have set it up differently. [to keep thing

Re: Postfix help

2023-01-05 Thread Sbob
I see this for mailx: # mailx No mail for root Is there another log to look at? On 1/5/23 16:44, Richard wrote: Date: Thursday, January 05, 2023 16:31:49 -0700 From: Sbob when I run a test like this: # echo 'It worked! 4' | mail -s "Test: $(date)"u...@somedomain.com No mail ever shows u

Re: Postfix help

2023-01-05 Thread Richard
> Date: Thursday, January 05, 2023 16:31:49 -0700 > From: Sbob > > > when I run a test like this: > ># echo 'It worked! 4' | mail -s "Test: $(date)" u...@somedomain.com > > No mail ever shows up, Before trying to debug this in more detail, what's in the mail log on your sending server? ___

Postfix help

2023-01-05 Thread Sbob
All; I started setting up a sendmail server, but have now switched to a sendmail server. I setup a new Fedora 37 server VM and have taken these steps per https://fedoramagazine.org/use-postfix-to-get-email-from-your-fedora-system/ 1) # dnf install postfix mailx 2) # MY_EMAIL_ADDRESS

FIXED: Fedora 36 pypolicyd-spf-2.9.3-1 Breaks Postfix SPF

2022-11-15 Thread Tom Rivers
Good morning, TL;DR If your Fedora 36 Postfix SPF configuration is broken due to the latest pypolicyd-spf update, install python3-authres and restart postfix to get it working again. I noticed when I updated my system this past weekend that SPF was no longer working after receiving

Blocking email by country with amavisd/postfix/spamassassin

2020-10-19 Thread Alex
Hi, I have a fedora32 server system with amavisd and postfix installed and would like to block all email from China and a number of other countries. It doesn't look like there's an easy way to do this. Perhaps a better approach would be to block all email and only allow connectio

Re: postfix and selinux [SOLVED, at least for now]

2020-04-18 Thread Ranjan Maitra
On Sun, 12 Apr 2020 18:51:57 -0700 Samuel Sieb wrote: > On 4/12/20 6:03 PM, Ranjan Maitra wrote: > > On Sun, 12 Apr 2020 14:44:44 -0700 Samuel Sieb wrote: > > > >> On 4/12/20 11:56 AM, Ranjan Maitra wrote: > >>> I have selinux enforcing and postfix

Re: postfix and selinux

2020-04-12 Thread Ranjan Maitra
On Sun, 12 Apr 2020 18:51:57 -0700 Samuel Sieb wrote: > On 4/12/20 6:03 PM, Ranjan Maitra wrote: > > On Sun, 12 Apr 2020 14:44:44 -0700 Samuel Sieb wrote: > > > >> On 4/12/20 11:56 AM, Ranjan Maitra wrote: > >>> I have selinux enforcing and postfix

Re: postfix and selinux

2020-04-12 Thread Samuel Sieb
On 4/12/20 6:03 PM, Ranjan Maitra wrote: On Sun, 12 Apr 2020 14:44:44 -0700 Samuel Sieb wrote: On 4/12/20 11:56 AM, Ranjan Maitra wrote: I have selinux enforcing and postfix for mail delivery. It turns out that postfix does not "work" if selinux is enabled (setenforce 0 selinux

Re: postfix and selinux

2020-04-12 Thread Ranjan Maitra
On Sun, 12 Apr 2020 14:44:44 -0700 Samuel Sieb wrote: > On 4/12/20 11:56 AM, Ranjan Maitra wrote: > > I have selinux enforcing and postfix for mail delivery. It turns out that > > postfix does not "work" if selinux is enabled (setenforce 0 selinux sets it > >

Re: postfix and selinux

2020-04-12 Thread Ranjan Maitra
On Sun, 12 Apr 2020 14:44:44 -0700 Samuel Sieb wrote: > On 4/12/20 11:56 AM, Ranjan Maitra wrote: > > I have selinux enforcing and postfix for mail delivery. It turns out that > > postfix does not "work" if selinux is enabled (setenforce 0 selinux sets it > >

Re: postfix and selinux

2020-04-12 Thread Samuel Sieb
On 4/12/20 11:56 AM, Ranjan Maitra wrote: I have selinux enforcing and postfix for mail delivery. It turns out that postfix does not "work" if selinux is enabled (setenforce 0 selinux sets it to work again). You need to describe how you have it configured and what isn't work

Re: postfix and selinux

2020-04-12 Thread Alexander Dalloz
Am 12.04.2020 um 22:49 schrieb Ranjan Maitra: On Sun, 12 Apr 2020 21:45:00 +0200 Alexander Dalloz wrote: Am 12.04.2020 um 20:56 schrieb Ranjan Maitra: Hi, I have selinux enforcing and postfix for mail delivery. It turns out that postfix does not "work" if selinux is enabled (se

Re: postfix and selinux

2020-04-12 Thread Ranjan Maitra
On Sun, 12 Apr 2020 21:45:00 +0200 Alexander Dalloz wrote: > Am 12.04.2020 um 20:56 schrieb Ranjan Maitra: > > Hi, > > > > I have selinux enforcing and postfix for mail delivery. It turns out that > > postfix does not "work" if selinux is enabled (setenforce

Re: postfix and selinux

2020-04-12 Thread Alexander Dalloz
Am 12.04.2020 um 20:56 schrieb Ranjan Maitra: Hi, I have selinux enforcing and postfix for mail delivery. It turns out that postfix does not "work" if selinux is enabled (setenforce 0 selinux sets it to work again). [ ... ] but I am not sure: are these the best ways to use po

postfix and selinux

2020-04-12 Thread Ranjan Maitra
Hi, I have selinux enforcing and postfix for mail delivery. It turns out that postfix does not "work" if selinux is enabled (setenforce 0 selinux sets it to work again). However, I don't really want to leave selinux in disabled mode. So, I was looking around and found the fo

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-24 Thread Patrick O'Callaghan
On Tue, 2020-03-24 at 10:55 +0800, Ed Greshko wrote: > On 2020-03-24 04:45, Patrick O'Callaghan wrote: > > On Tue, 2020-03-24 at 03:27 +0800, Ed Greshko wrote: > > > On 2020-03-23 23:06, Ranjan Maitra wrote: > > > > Yes, indeed. Can it be paused while

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Ed Greshko
On 2020-03-24 12:50, Tim via users wrote: > On Mon, 2020-03-23 at 10:06 -0500, Ranjan Maitra wrote: >> btw, postfix is started via systemd but not VPN, that is, it is not >> started via systemd. > What about, using whatever method you use to start and stop VPN, you > i

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Tim via users
On Mon, 2020-03-23 at 10:06 -0500, Ranjan Maitra wrote: > btw, postfix is started via systemd but not VPN, that is, it is not > started via systemd. What about, using whatever method you use to start and stop VPN, you include start and stop commands for postfix? -- uname -rsvp Linux

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Tim via users
On Mon, 2020-03-23 at 08:20 -0500, Ranjan Maitra wrote: > I am using postfix to deliver my work mail from a remote location. > This works fine when I am on VPN (the postfix traffic goes through > VPN then). However, it gets identified as spam when VPN is not up. > Since most p

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Ed Greshko
On 2020-03-24 04:45, Patrick O'Callaghan wrote: > On Tue, 2020-03-24 at 03:27 +0800, Ed Greshko wrote: >> On 2020-03-23 23:06, Ranjan Maitra wrote: >>> Yes, indeed. Can it be paused while VPN is not up? And btw, postfix is >>> started via systemd but not VPN

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Patrick O'Callaghan
On Tue, 2020-03-24 at 03:27 +0800, Ed Greshko wrote: > On 2020-03-23 23:06, Ranjan Maitra wrote: > > Yes, indeed. Can it be paused while VPN is not up? And btw, postfix is > > started via systemd but not VPN, that is, it is not started via systemd. > > How about running

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Ed Greshko
On 2020-03-23 23:06, Ranjan Maitra wrote: > Yes, indeed. Can it be paused while VPN is not up? And btw, postfix is > started via systemd but not VPN, that is, it is not started via systemd. How about running postfix in a VM where the VPN is always up? -- The key to getting good answers

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Ranjan Maitra
On Mon, 23 Mar 2020 22:58:25 +0800 Ed Greshko wrote: > On 2020-03-23 22:49, Kai Bojens wrote: > > Am 2020-03-23 14:20, schrieb Ranjan Maitra: > > > >> So, I am wondering if I could please set up my services for postfix to > >> be delayed unless/until VPN is u

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Ed Greshko
On 2020-03-23 22:49, Kai Bojens wrote: > Am 2020-03-23 14:20, schrieb Ranjan Maitra: > >> So, I am wondering if I could please set up my services for postfix to >> be delayed unless/until VPN is up and running. If so, how do I go >> about doing this? > > If your

Re: OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Kai Bojens
Am 2020-03-23 14:20, schrieb Ranjan Maitra: So, I am wondering if I could please set up my services for postfix to be delayed unless/until VPN is up and running. If so, how do I go about doing this? If your VPN is started via systemd you should take a look at Wants, Requires, Before, and

OT: delaying postfix until/unless VPN is up/connected

2020-03-23 Thread Ranjan Maitra
Dear friends, I am using postfix to deliver my work mail from a remote location. This works fine when I am on VPN (the postfix traffic goes through VPN then). However, it gets identified as spam when VPN is not up. Since most people do not routinely check their spam folders especially when the

Re: F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-21 Thread Ranjan Maitra
n recognizes both the interfaces. > > It should be on the IPV4 (and IPV6) tab for the specific VPN config Thanks for this. However, it appears that my postfix does use VPN when it is on. I guess I now have to figure out how to force postfix to delay service until VPN is on (because VPN is not always

Re: F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-21 Thread Kevin Becker
On Sat, 2020-03-21 at 09:05 -0500, Ranjan Maitra wrote: > Where do you find this checkbox? I have looked at all the GUI options > but can not find it. Btw, NetworkManager in the Connection > Information recognizes both the interfaces. It should be on the IPV4 (and IPV6) tab for the specific VPN c

Re: F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-21 Thread Ranjan Maitra
t all the GUI options but can not find it. Btw, NetworkManager in the Connection Information recognizes both the interfaces. Thanks, Ranjan > > > On Fri, 2020-03-20 at 22:46 -0500, Ranjan Maitra wrote: > > Hi, > > > > I am on a fully updated F31 and I would like my t

Re: F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-21 Thread Kevin Becker
fully updated F31 and I would like my traffic (especially > postfix) to go through Cisco's AnyConnect VPN when that is up. (I am > reduced to having to use this proprietary software because of 2- > factor authentication required for VPN at my institution.) > > Anyway, I came across

F31: recommended best way to send postfix traffic through Cisco's AnyConnect VPN

2020-03-20 Thread Ranjan Maitra
Hi, I am on a fully updated F31 and I would like my traffic (especially postfix) to go through Cisco's AnyConnect VPN when that is up. (I am reduced to having to use this proprietary software because of 2-factor authentication required for VPN at my institution.) Anyway, I came acros

Re: postfix relayhost to office365?

2018-05-06 Thread Tom Horsley
On Sun, 6 May 2018 15:05:55 -0400 Tom Horsley wrote: > SASL mechanisms LOGIN XOAUTH2 Hey! I just found the problem. The XOAUTH2 is what doesn't work. I finally discovered the smtp_sasl_mechanism_filter parameter and set it to just login, and the mail is flowing again. Since oauth2 was invented

postfix relayhost to office365?

2018-05-06 Thread Tom Horsley
I had postfix setup to relay all the mail from my desktop to the stoopid office365 server we are forced to use at work. It worked fine on fedora 27. Now, with everything configured identically on fedora 28, postfix can't seem to send out any mail. I don't suppose anyone else has

Re: Enable SSLv3 in Postfix

2017-10-05 Thread Sam Varshavchik
Cristian Sava writes: I don't see any mention that glibc-2.25 has disabled SSLV3 and glibc.spec does not seem to disable it. Am I missing something? Maybe that's because glibc don't give a fig about SSL. I really haven't been paying much attention, but I must've been out of town when glibc

Re: Enable SSLv3 in Postfix

2017-10-05 Thread Ed Greshko
On 10/05/17 10:45, Samuel Sieb wrote: > On 10/04/2017 04:15 PM, Nelson Crosby wrote: >> Because Legacy Software, I need to be able to support SSLv3 on my >> Postfix server. From what I can figure, however, this is disabled >> in the SSL library itself, as I still ca

Re: Enable SSLv3 in Postfix

2017-10-04 Thread Cristian Sava
On Thu, 2017-10-05 at 18:46 +1300, Nelson Crosby wrote: > ... However, with the following in > `/etc/postfix/main.cf`: > > smtpd_tls_mandatory_protocols = !SSLv2 > smtpd_tls_protocols = !SSLv2 > > I can run `postconf -d` and get this output: > > sm

Re: Enable SSLv3 in Postfix

2017-10-04 Thread Jon LaBadie
On Thu, Oct 05, 2017 at 06:46:10PM +1300, Nelson Crosby wrote: > On 05/10/17 15:45, Samuel Sieb wrote: ... > > It *has* been suggested to me that Postfix might be inserting `!SSLv3` > because > OpenSSL doesn't have that support compiled in. I think this might not be the

Re: Enable SSLv3 in Postfix

2017-10-04 Thread Nelson Crosby
are forbidden while everything else is allowed (i.e. TLSv1+). Upon further investigation, I have noticed that instead I need: smtpd_tls_protocols = !SSLv2 Which has the same defaults. However, with the following in `/etc/postfix/main.cf`: smtpd_tls_mandatory_protocols = !SSLv2

Re: Enable SSLv3 in Postfix

2017-10-04 Thread Samuel Sieb
On 10/04/2017 04:15 PM, Nelson Crosby wrote: Because Legacy Software, I need to be able to support SSLv3 on my Postfix server. From what I can figure, however, this is disabled in the SSL library itself, as I still cannot get a successful handshake with the following configuration line, which

  1   2   3   >