Sendmail + SASL + PaX trouble
Posted: Tue Sep 09, 2003 4:29 am
Hi!.
I'm trying to setup a MTA with AUTH and SSL (Sendmail + SASL + OpenSSL). There is no problem in compile-time, but when running sendmail -L sm-mta [...] I've got an PaX error:
Sep 9 09:59:52 ns kernel: PAX: From $IP: terminating task: /usr/sbin/sendmail(sendmail):15132, uid/euid: 0/0, PC: 00000019, SP: 5fb4a2b0
Sep 9 09:59:52 ns kernel: PAX: bytes at PC: <invalid address>.
I'v been trying also to use chpax utility to setup different PaX modes, and I've figured out, that Segmentation based PAGE_EXEC protection is responsible for that behaviour. But when I try to disable this prot, I've got an segmentation fault error when running sendmail.
What I must do to run propertly sendmail MTA + SASL?
Sendmail without SASL is running nice and I have no troubles with that configuration, but I want to protect my line bandwidth from spammers ;)
Also I must say, that sendmails queue runner is working fine.
TIA
I'm trying to setup a MTA with AUTH and SSL (Sendmail + SASL + OpenSSL). There is no problem in compile-time, but when running sendmail -L sm-mta [...] I've got an PaX error:
Sep 9 09:59:52 ns kernel: PAX: From $IP: terminating task: /usr/sbin/sendmail(sendmail):15132, uid/euid: 0/0, PC: 00000019, SP: 5fb4a2b0
Sep 9 09:59:52 ns kernel: PAX: bytes at PC: <invalid address>.
I'v been trying also to use chpax utility to setup different PaX modes, and I've figured out, that Segmentation based PAGE_EXEC protection is responsible for that behaviour. But when I try to disable this prot, I've got an segmentation fault error when running sendmail.
What I must do to run propertly sendmail MTA + SASL?
Sendmail without SASL is running nice and I have no troubles with that configuration, but I want to protect my line bandwidth from spammers ;)
Also I must say, that sendmails queue runner is working fine.
TIA