<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello Thomas,<br><div><div dir="ltr">I can't login using Thunderbird either.<br>I don't have SASL2 installed, or at least I don't have a custom installation. Instead I've installed all the required packages and they include kolab-saslauthd which I believe has the same functionality. It is running and appears to be functional. If you want me to run any command I will.<br>I don't have a smtpd.conf file, I'm under debian 7 and I have postfix's main.cf and master.cf, do they work the same?<br><br>I've found the following errors in /var/log/mail.log<br>------------------------------------<br>postfix/smtpd[9372]: warning: No server certs available. TLS won't be enabled<br>postfix/smtpd[9372]: connect from mail-pd0-f177.google.com[209.85.192.177]<br>postfix/smtpd[9372]: lost connection after STARTTLS from mail-pd0f177.google.com[209.85.192.177]<br>postfix/cleanup[9374]: error: open /etc/postfix/ldap/hosted_triplet_virtual_alias_maps_catchall.cf: No such file or directory<br>postfix/cleanup[9374]: error: open /etc/postfix/ldap/hosted_duplet_virtual_alias_maps_catchall.cf: No such file or directory<br>postfix/trivial-rewrite[9375]: error: open /etc/postfix/ldap/hosted_triplet_virtual_alias_maps_catchall.cf: No such file or directory<br>postfix/trivial-rewrite[9375]: error: open /etc/postfix/ldap/hosted_duplet_virtual_alias_maps_catchall.cf: No such file or directory<br>postfix/trivial-rewrite[9375]: error: open database /etc/postfix/transport.db: No such file or directory<br>postfix/trivial-rewrite[9375]: warning: hash:/etc/postfix/transport is unavailable. open database /etc/postfix/transport.db: No such$<br>postfix/trivial-rewrite[9375]: warning: hash:/etc/postfix/transport lookup error for "*"<br>postfix/trivial-rewrite[9375]: warning: hash:/etc/postfix/transport is unavailable. open database /etc/postfix/transport.db: No such$<br>postfix/trivial-rewrite[9375]: warning: hash:/etc/postfix/transport lookup error for "*"<br>postfix/cleanup[9374]: warning: ldap:/etc/postfix/ldap/hosted_triplet_virtual_alias_maps_catchall.cf is unavailable. open /etc/postf$<br>postfix/cleanup[9374]: warning: ldap:/etc/postfix/ldap/hosted_triplet_virtual_alias_maps_catchall.cf lookup error for "postmaster@ex$<br>postfix/cleanup[9374]: warning: 6E31B83391: virtual_alias_maps map lookup problem for postmaster@exchange.localdomain -- deferring d$<br>------------------------------------<br><br>And this is the content of my postfix/main.cf:<br><br>------------------------------------<br># See /usr/share/postfix/main.cf.dist for a commented, more complete version<br>smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)<br>biff = no<br>append_dot_mydomain = no<br>readme_directory = no<br>smtpd_tls_auth_only = yes<br>transport_maps = hash:/etc/postfix/transport, ldap:/etc/postfix/ldap/hosted_triplet_transport_maps.cf, ldap:/etc/postfix/ldap/hosted_duplet_transport_maps.$<br>content_filter = smtp-amavis:[127.0.0.1]:10024<br>mydestination = ldap:/etc/postfix/ldap/mydestination.cf<br>recipient_delimiter = +<br>smtpd_sender_login_maps = $local_recipient_maps<br>local_recipient_maps = ldap:/etc/postfix/ldap/hosted_triplet_local_recipient_maps.cf, ldap:/etc/postfix/ldap/hosted_duplet_local_recipient_maps.cf<br>virtual_alias_maps = $alias_maps, ldap:/etc/postfix/ldap/hosted_triplet_virtual_alias_maps.cf, ldap:/etc/postfix/ldap/hosted_duplet_virtual_alias_maps.cf,<br>submission_sender_restrictions = reject_non_fqdn_sender, check_policy_service unix:private/submission_policy, permit_sasl_authenticated, reject<br>submission_recipient_restrictions = check_policy_service unix:private/submission_policy, permit_sasl_authenticated, reject<br>smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_pipelining, reject_rbl_client zen.spamhaus.org, reject_non_fqdn_recipient, reject_invalid_helo_hostname, reject_unknown_recipient_domain, reject_unauth_destination, check_policy_service unix:private/recipient_policy_incoming, permit<br>smtp_tls_security_level = may<br>submission_data_restrictions = check_policy_service unix:private/submission_policy<br>smtpd_tls_security_level = may<br>smtpd_sasl_auth_enable = yes<br>inet_interfaces = all<br>smtpd_sender_restrictions = permit_mynetworks, check_policy_service unix:private/sender_policy_incoming<br>------------------------------------<br><br>Thanks for the help!<br><br><div>From: thomas.spuhler@btspuhler.com<br>To: users@lists.kolab.org<br>Subject: Re: Can't receive nor send mails trough Roundcube (error 454)<br>Date: Sat, 25 Oct 2014 17:36:40 -0700<br><pre>On Saturday, October 25, 2014 08:18:18 PM Juan M wrote:<br>> Hello,<br>> I managed to setup kolab 3.3 multitenant following the HOWTO multidomain instructions and this one<br>> (<a href="http://kolab.org/blog/timotheus-pokorra/2014/04/12/configuration-kolab3-multiple-domains" target="_blank">http://kolab.org/blog/timotheus-pokorra/2014/04/12/configuration-kolab3-multiple-domains</a>) by T.<br>> Pokorra. I setup 2 domains and added users in the webadmin. I can log into roundcube with those<br>> credentials. However I've tried sending mail to and from those accounts with negative results. My<br>> investigation so far:Does the following command work? kolab lm. yes it returns the full list of<br>> accounts.Is the kolab-saslauthd service running? [ ok ] kolab-saslauthd is running.Is it<br>> functional? OK "Success."Is LDAP running? [info] dirsrv exchange (pid 3097) is runningcyrus-imapd<br>> seems to be running okpostfix seems to be running okwhen I run: postmap -q user@domain.tld<br>> ldap:/etc/postfix/ldap/local_recipient_maps.cf, i get user@domain.tld so i guess maps are ok When<br>> I try sending mail from roundcube it says  SMTP error 454, authentication failed.<br>> Any ideas? help?<br>Are you sure your sasl2 works for postfix?<br>What do you have in smtpd.conf. Mine is in /etc/sasl2/<br> <br>Do you have the same problems using Thunderbird?<br> <br>-- <br>Best regards<br>Thomas Spuhler<br> <br>All of my e-mails have a valid digital signature<br>ID 60114E63<br></pre><br>_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users</div>                                        </div></div>                                        </div></body>
</html>