Yoshiaki Kasahara

Results 9 comments of Yoshiaki Kasahara

> The home path will remain the same as that is generated and based on how the app is running etc.. no problem with that. its the real path where...

I only checked that code on FreeBSD, and it might not work with GNU sed or other reasons (so I said "crude"). The point is to replace unnecessary parts from...

> Hmm looking closer I am not sure where this > > ``` > Keyboard and mouse sharing utility > > /home/chris/Documents/Projects/Code/deskflow/deskflow/build/Qt6-RelWithDebInfo/bin/deskflow-server [OPTIONS] > > > OPTIONS: > -h, --help...

> When I tried this it did not remove the `TARGET_FILE_DIR` part of the path it does get the part that matches my HOME and replaces it with $HOME I...

No, it is not passed by default as follows when using the bundled m4 macros to generate sendmail.cf: ``` O Milter.macros.connect=j, _, {daemon_name}, {if_name}, {if_addr} O Milter.macros.helo={tls_version}, {cipher}, {cipher_bits}, {cert_subject},...

Possibly, macro `j` can be used for both Postfix and Sendmail if `MTA-Name` is supposed to be the MTA's hostname. One concern is that it might be an incompatible change...

I must admit that I don't fully understand how the settings config works or how to set ``MTA-Name`` only for this purpose yet. I'll try later. Still, I'd like to...