Hello, Everything is working for remote users (IMAP and SMTP). The only problem is with local users (with Kmail). Outgoing e-mails are going to "outbox" in local folders and stays there.
Is there something I miss in Kmail configuration or in main.cf? >From main.cf: mydestination = $myhostname, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf program_directory = /usr/lib/postfix inet_interfaces = all masquerade_domains = defer_transports = disable_dns_lookups = no relayhost = content_filter = mailbox_command = mailbox_transport = cyrus smtpd_sender_restrictions = hash:/etc/postfix/access smtpd_client_restrictions = permit_sasl_authenticated smtpd_helo_required = no smtpd_helo_restrictions = strict_rfc821_envelopes = no mynetworks = 127.0.0.0/8, 212.74.40.0/23 smtpd_sasl_auth_enable = yes smtpd_recipient_restrictions = permit_mynetworks,permit_mx_backup,permit_sasl_authenticated,check_relay_domains smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = broken_sasl_auth_clients = yes smtp_sasl_auth_enable = no smtpd_use_tls = yes smtp_use_tls = yes alias_maps = hash:/etc/aliases smtpd_tls_key_file = /etc/ssl/certs/cert.pem smtpd_tls_cert_file = /etc/ssl/certs/cert.pem smtpd_tls_CAfile = /etc/ssl/certs/cert.pem smtpd_tls_loglevel = 3 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom mailbox_size_limit = 51200000 message_size_limit = 10240000 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Enrique Seiffert Sent: Wednesday, July 13, 2005 6:32 PM To: [email protected] Subject: Re: [Web-cyradm] Smtp problem > 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 _______________________________________________ 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
