Link to home
Start Free TrialLog in
Avatar of Ashraf Hassanein
Ashraf Hassanein

asked on

How to compile postfix to support signed email

I want to compile Postfix to support sending signed emails, I am using the following on Centos 6.3:
  make -f Makefile.init makefiles \
CCARGS='-DNO_NIS \
-DUSE_TLS -I/usr/include \
-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl \
-DDEF_SERVER_SASL_TYPE="dovecot" \
-DHAS_PCRE -I/usr/include/  \
-DHAS_SSL  -I/usr/include/openssl \
-DHAS_MYSQL -I/usr/include/mysql' \
AUXLIBS='-L/usr/lib64/ -lssl -lcrypto -L/usr/lib64/sasl2 -lsasl2 \
-L/usr/lib64/ -lpcre -L/usr/lib/mysql/ -lmysqlclient -lz -lm'
Avatar of gheist
gheist
Flag of Belgium image

Signed mails commonly known as S/MIME do not require any special handling on mail server.
Easiest is to download postfix source rpm and change parameters in .spec file and build a drop-in replacement with parameters you need (none of them has anything to do with signing mails)
Avatar of Ashraf Hassanein
Ashraf Hassanein

ASKER

Is there  any guide to do so? I installed Opendkim as this might send signed an email but it is not the case.
ASKER CERTIFIED SOLUTION
Avatar of gheist
gheist
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial