Zitat von Stefan Michael Guenther <[email protected]>:
Hi,I have installed Djigzo on a OpenSUSE 11.1, together with an email archiving solution called MPP.MPP was connected to postifx with the following parameters: main.cf: ---------- content_filter = mppscan:[127.0.0.1]:10025 master.cf: -------------- localhost:10026 inet n - n - 10 smtpd -o content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o myhostname=xxx.xxx.de -o smtpd_helo_restrictions= -o smtpd_client_restrictions= -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,reject -o mynetworks=127.0.0.0/8 -o smtpd_data_restrictions= -o smtpd_end_of_data_restrictions= -o smtpd_authorized_xforward_hosts=127.0.0.0/8 mppscan unix - - n - 10 lmtp -o lmtp_send_xforward_command=yes -o lmtp_cache_connection=no -o disable_mime_output_conversion=yes To add Djigzo to the mailflow I changed the content filter ln main.cf to content_filter = djigzo:127.0.0.1:10023 and added the following lines to master.cf: djigzo unix - - n - 4 smtp -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o smtp_generic_maps=I changed the port in /usr/local/djigzo/conf/james/SAR-INF/smtp_server_config.xml to 10023 and in /usr/local/djigzo/conf/james/SAR-INF/smtp_transport_config.xml the gateway port to 10025 because MPP is waiting for incoming connections on that port.
From your master.cf entry it looks like MPP is using LMTP not SMTP. While the two protocols are very similar i doubt this will work. You have to check if MPP can be configure to use SMTP instead of LMTP as input.
Regards Andreas
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Users mailing list [email protected] http://lists.djigzo.com/lists/listinfo/users
