> P.S: > May be someone running SuSE could also send me his remarks on his smtp > configuration.
I use SUSE 9.3, some recomendations: comment this line: #inet_interfaces = 127.0.0.1 ::1 and use this instead of cyrus: #change mailbox_transport = cyrus to mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp This is my smtp configuration in main.cf. smtpd_sender_restrictions = hash:/etc/postfix/access, reject_unknown_sender_domain smtpd_client_restrictions = permit_sasl_authenticated smtpd_helo_required = yes smtpd_helo_restrictions = reject_non_fqdn_hostname smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination #be careful with mynetworks to avoid unwanted relaying!! mynetworks = 127.0.0.0/8 #smtp_sasl_auth_enable = yes smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_use_tls = no smtp_use_tls = no smtpd_recipient_limit = 100 #smtpd_reject_unlisted_sender = yes #smtpd_sasl_local_domain = $myhostname Hope it helps! Enrique -- Dirk Enrique Seiffert CaribeNet S.A. - Cartagena - Colombia www.caribenet.com _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
