Hello All, It seems that this problem (sending e-mails with SMTP) happening on Kmail clients even on remote machine. I'm entering username, password and hostname exactly as in OE. Sending e-mails using SMTP with OE is no problem, with or without SSL encription. Anyone can think of the problem, cause I just lost on this issue?
Below are my configs: My /usr/lib/sasl2/smtpd.conf: ----------------------------- pwcheck_method: saslauthd mech_list: plain login My main.cf: ----------- canonical_maps = hash:/etc/postfix/canonical sender_canonical_maps = hash:/etc/postfix/sender_canonical virtual_maps = hash:/etc/postfix/virtual virtual_alias_maps = hash:/etc/postfix/virtual, mysql:/etc/postfix/mysql-virtual.cf sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf relocated_maps = hash:/etc/postfix/relocated transport_maps = hash:/etc/postfix/transport masquerade_exceptions = root masquerade_classes = envelope_sender, header_sender, header_recipient myhostname = servername.serverdomain.com mydomain = serverdomain.com mydestination = $myhostname, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf program_directory = /usr/lib/postfix inet_interfaces = all masquerade_domains = serverdomain.com 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.70.40.0/23 smtpd_sasl_auth_enable = yes smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = broken_sasl_auth_clients = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd smtp_sasl_auth_enable = yes 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 My master.cf: ----------- smtp inet n - n - - smtpd smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes pickup fifo n - n 60 1 pickup cleanup unix n - n - 0 cleanup qmgr fifo n - n 300 1 qmgr #qmgr fifo n - n 300 1 oqmgr #tlsmgr fifo - - n 300 1 tlsmgr rewrite unix - - n - - trivial-rewrite bounce unix - - n - 0 bounce defer unix - - n - 0 bounce trace unix - - n - 0 bounce verify unix - - n - 1 verify flush unix n - n 1000? 0 flush proxymap unix - - n - - proxymap smtp unix - - n - - smtp relay unix - - n - - smtp # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5 showq unix n - n - - showq error unix - - n - - error local unix - n n - - local virtual unix - n n - - virtual lmtp unix - - n - - lmtp anvil unix - - n - 1 anvil Regards, Leon -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Muenz, Michael Sent: Monday, July 18, 2005 10:22 AM To: [email protected] Subject: RE: [Web-cyradm] Smtp problem > 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? Can you configure KMail using the external IP for send and receive mail please. Perhaps it only "moves" the mail when knowing the server is localhost. Michael _______________________________________________ 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
