List Info

Thread: kolab on sarge using debian package




kolab on sarge using debian package
user name
2006-08-25 08:28:15
hi,

i have backported kolab package from sid to sarge and
installed them. I can : 
* connect to webadmin
* send mail from the local kolab server
* login from a host using imapd

but when i try to send a mail from the host, it failed. My
log returns :

Aug 22 16:50:54 localhost postfix/smtpd[2928]: connect from 
unknown[192.168.0.1]
Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning: SASL
authentication 
failure: cannot connect to saslauthd server: No such file or
directory
Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning: SASL
authentication 
failure: Password verification failed
Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]: 
SASL PLAIN authentication failed
Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning: SASL
authentication 
failure: cannot connect to saslauthd server: No such file or
directory
Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]: 
SASL LOGIN authentication failed
Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning: SASL
authentication 
failure: cannot connect to saslauthd server: No such file or
directory
Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning: SASL
authentication 
failure: Password verification failed
Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]: 
SASL PLAIN authentication failed
Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning: SASL
authentication 
failure: cannot connect to saslauthd server: No such file or
directory
Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]: 
SASL LOGIN authentication failed
Aug 22 16:51:07 localhost postfix/smtpd[2928]: lost
connection after AUTH from 
unknown[192.168.0.1]
Aug 22 16:51:07 localhost postfix/smtpd[2928]: disconnect
from 
unknown[192.168.0.1]

Any clue, how i can resolve ?

cheers,

Fathi

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
kolab on sarge using debian package
user name
2006-08-25 09:26:01
Hi Fathi !
I tried the same, but failed in many reasons.
Your problem is ,that saslauthd is not runnung.
But be sure it is more appropriate to use the openpkg
sources from kolab.org.

Rgds.

Franz

Quoting Fathi Boudra <fboudragmail.com>:

> hi,
>
> i have backported kolab package from sid to sarge and
installed them. I can :
> * connect to webadmin
> * send mail from the local kolab server
> * login from a host using imapd
>
> but when i try to send a mail from the host, it failed.
My log returns :
>
> Aug 22 16:50:54 localhost postfix/smtpd[2928]: connect
from
> unknown[192.168.0.1]
> Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
SASL authentication
> failure: cannot connect to saslauthd server: No such
file or directory
> Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
SASL authentication
> failure: Password verification failed
> Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]:
> SASL PLAIN authentication failed
> Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
SASL authentication
> failure: cannot connect to saslauthd server: No such
file or directory
> Aug 22 16:51:00 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]:
> SASL LOGIN authentication failed
> Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
SASL authentication
> failure: cannot connect to saslauthd server: No such
file or directory
> Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
SASL authentication
> failure: Password verification failed
> Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]:
> SASL PLAIN authentication failed
> Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
SASL authentication
> failure: cannot connect to saslauthd server: No such
file or directory
> Aug 22 16:51:05 localhost postfix/smtpd[2928]: warning:
unknown[192.168.0.1]:
> SASL LOGIN authentication failed
> Aug 22 16:51:07 localhost postfix/smtpd[2928]: lost
connection after  
> AUTH from
> unknown[192.168.0.1]
> Aug 22 16:51:07 localhost postfix/smtpd[2928]:
disconnect from
> unknown[192.168.0.1]
>
> Any clue, how i can resolve ?
>
> cheers,
>
> Fathi
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-userskolab.org
> https:
//kolab.org/mailman/listinfo/kolab-users
>
>
>



------------------------------------------------------------
----
This message was sent using IMP, the Internet Messaging
Program.



_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
kolab on sarge using debian package
user name
2006-08-25 10:02:41
hi,

Le vendredi 25 août 2006 11:26, i.bindah.am a écrit :
> I tried the same, but failed in many reasons.
> Your problem is ,that saslauthd is not runnung.

if i do a ps -aux |grep saslauthd , it seems saslauthd is
running.

> But be sure it is more appropriate to use the openpkg
sources from
> kolab.org.

my last options if i can't resolve my issue.

cheers,

Fathi

_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
kolab on sarge using debian package
user name
2006-08-25 10:13:36
Hi  !
Check where your MUX handler resides.
on kolab it is /kolab/var/sasl/saslauthd/mux.accept.
On debian there's someting line /var/run/saslauthd/mux.
Check your config so that the path is right.

Rgds.

Franz

Quoting Fathi Boudra <fboudragmail.com>:

> hi,
>
> Le vendredi 25 août 2006 11:26, i.bindah.am a
écrit :
>> I tried the same, but failed in many reasons.
>> Your problem is ,that saslauthd is not runnung.
>
> if i do a ps -aux |grep saslauthd , it seems saslauthd
is running.
>
>> But be sure it is more appropriate to use the
openpkg sources from
>> kolab.org.
>
> my last options if i can't resolve my issue.
>
> cheers,
>
> Fathi
>
> _______________________________________________
> Kolab-users mailing list
> Kolab-userskolab.org
> https:
//kolab.org/mailman/listinfo/kolab-users
>
>
>



------------------------------------------------------------
----
This message was sent using IMP, the Internet Messaging
Program.



_______________________________________________
Kolab-users mailing list
Kolab-userskolab.org
https:
//kolab.org/mailman/listinfo/kolab-users
[1-4]

about | contact  Other archives ( Real Estate discussion Medical topics )