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
> include start and stop commands for postfix?
>

That too is a good idea....  OK, Very Good idea....  As simple as disabling 
postfix.... and then
just issuing

nmcli connection up VPN-ConnectionName
systemctl start postfix   (or whatever the real name is)

One would probably want to add logic between those two to verify VPN connection 
success.

and then....

systemctl stop postfix
nmcli connection down VPN-ConnectionName

-- 
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to