<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.28.3">
</HEAD>
<BODY>
Thank you<BR>
<BR>
The saslauthd is working well, if I run:<BR>
<BR>
testsaslauthd -u mgilsanz -p password<BR>
0: OK "Success."<BR>
<BR>
It fine well, <BR>
<BR>
How can I use that to postfix? I use that with IMAP now and login is working<BR>
But postfix dosen't need aliases-map, etc... or it can use saslauthd to find the users and mailbox?<BR>
<BR>
Tank you<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<B><FONT SIZE="2"><FONT COLOR="#1f497d">Mikel Gilsanz Prieto</FONT></FONT></B><BR>
<BR>
<B><FONT SIZE="1"><FONT COLOR="#1f497d">Responsable Dpto. Sistemas / IT Manager</FONT></FONT></B><BR>
<BR>
<BR>
<IMG SRC="cid:1332924997.15827.84.camel@BPJS050.avalonbilbao.com.es" WIDTH="183" HEIGHT="24" ALIGN="bottom" BORDER="0"><BR>
<BR>
<BR>
<I><FONT SIZE="1"><FONT COLOR="#1f497d">Gran Vía 81, 8º, Dpto. 9</FONT></FONT></I><BR>
<BR>
<I><FONT SIZE="1"><FONT COLOR="#1f497d">48011 Bilbao</FONT></FONT></I><BR>
<BR>
<IMG SRC="cid:1332924997.15827.85.camel@BPJS050.avalonbilbao.com.es" ALIGN="bottom" BORDER="0"><I><FONT SIZE="1"><FONT COLOR="#1f497d">+34944415140 (Ext. 204) </FONT></FONT></I><IMG SRC="cid:1332924997.15827.86.camel@BPJS050.avalonbilbao.com.es" ALIGN="bottom" BORDER="0"><I><FONT SIZE="1"><FONT COLOR="#1f497d">+34650049384 </FONT></FONT></I><IMG SRC="cid:1332924997.15827.87.camel@BPJS050.avalonbilbao.com.es" ALIGN="bottom" BORDER="0"><I><FONT SIZE="1"><FONT COLOR="#1f497d">+34944415192</FONT></FONT></I><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#000080"><A HREF="mailto:mgilsanz@grupoavalon.es">mgilsanz@grupoavalon.es</A></FONT></FONT><BR>
<BR>
<FONT COLOR="#000080"><A HREF="http://www.avalon.com.es/">www.grupoavalon.es</A></FONT><BR>
<BR>
<FONT SIZE="1"><FONT COLOR="#333399">Este mensaje se dirige exclusivamente a su destinatario y puede contener información privilegiada o confidencial. Si no es Vd. el destinatario indicado, queda notificado de que la utilización, divulgación y/o copia sin autorización está prohibida en virtud de la legislación vigente. Si ha recibido este mensaje por error, le rogamos que nos lo comunique inmediatamente por esta misma vía y proceda a su destrucción. Le informamos que su dirección de correo electrónico, así como el resto de los datos de carácter personal aportados, serán objeto de tratamiento automatizado en nuestros ficheros, con la finalidad de gestionar la agenda de contactos de nuestra entidad y poder atender a sus peticiones. Vd. podrá en cualquier momento ejercer el derecho de acceso, rectificación, cancelación y oposición en los términos establecidos en la Ley Orgánica 15/1999 mediante notificación a <A HREF="mailto:rrhh-mad@avalon.com.es">info@avalon.com.es</A></FONT></FONT><BR>
<BR>
<IMG SRC="cid:1332924997.15827.88.camel@BPJS050.avalonbilbao.com.es" ALIGN="bottom" BORDER="0"><FONT COLOR="#008000"> </FONT><FONT COLOR="#008000"><B><FONT SIZE="1">Antes de imprimir este mensaje, piense si es necesario. El medio ambiente está en nuestras manos.</FONT></B></FONT><BR>
<BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
El mar, 27-03-2012 a las 18:51 +0200, Stephen Ingram escribió:
<BLOCKQUOTE TYPE=CITE>
On Tue, Mar 27, 2012 at 4:35 AM, Mikel <<A HREF="mailto:mgilsanz@grupoavalon.es">mgilsanz@grupoavalon.es</A>> wrote:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BLOCKQUOTE>
Hi <BR>
<BR>
I have instaled SOGo server with cyrus IMAP and postfix. I'm be able to send mail from SOGoweb but when I connect <BR>
with ThunderBird always show error "mailbox dosen't exist" also I can send the mail but a message " copy message to sent box..." dosen't desappears. <BR>
<BR>
Otherwise if I try to connect to send and email to any person in domain always show "user unknow" with:<BR>
postmap -q mgilsanz ldap:/etc/postfix/<A HREF="http://ldap-aliases.cf">ldap-aliases.cf</A> I don't see nothing but not error too.<BR>
<BR>
My <A HREF="http://ldap-aliases.cf">ldap-aliases.cf</A> is:<BR>
<BR>
server_host = 10.48.1.198<BR>
bind = yes<BR>
version = 3<BR>
bind_dn= cn=sogoprueba,cn=Users,dc=avalon,dc=com,dc=es<BR>
bind_pw= pasword<BR>
search_base = ou=Avalon,dc=avalon,dc=com,dc=es<BR>
scope = sub<BR>
query_filter = (mail=%s)<BR>
result_attribute = uid<BR>
<BR>
<BR>
How can I config maps for postfix? With saslauth I am be able to login with imap, but the sent, recibe, etc... dosen't works<BR>
If I send and email from SOGo web I don't see it in sent.<BR>
<BR>
</BLOCKQUOTE>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
Are you sure that the search base is correct? Shouldn't it be ou=Users,dc=avalon,dc=com,dc=es? You can test saslauthd with:
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
testsaslauthd -u user -p password
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
to see if everything works. Once you have saslauthd working, you can move on to the other parts.
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
<BR>
<BR>
</BLOCKQUOTE>
<BLOCKQUOTE TYPE=CITE>
Steve
</BLOCKQUOTE>
</BODY>
</HTML>