On Thu, Feb 19, 2026 at 11:13:44AM +0100, Patrick Starrenburg via Postfix-users
wrote:
> a) Creating symlinks are not necessary (at all)
Correct.
> b) Postfix does not specifically need/want files in ‘/etc/local/...'
Correct.
> Therefore in my case the 'make makefiles’ command could be:
>
> make makefiles CCARGS="-DUSE_SASL_AUTH -DDEF_SERVER_SASL_TYPE=\\\"dovecot\\\"
> -DUSE_CYRUS_SASL
> -I/usr/include/sasl -DUSE_TLS" AUXLIBS="-lssl -lcrypto -L/usr/lib64
> -lsasl2"
>
> Is that correct?
You don't need "-L/usr/lib64" that's built-in.
SASL_INCS='-I/usr/include/sasl'
SASL_DEFS='-DUSE_SASL_AUTH -DUSE_CYRUS_SASL'
SASL_TYPE='-DDEF_SERVER_SASL_TYPE=\"dovecot\"'
make makefiles \
CCARGS="-DUSE_TLS $SASL_INCS $SASL_DEFS $SASL_TYPE" \
AUXLIBS='-lssl -lcrypto -lsasl2'
--
Viktor. 🇺🇦 Слава Україні!
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]