[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: !!!Alguna Ayuda con Postfix!!!



On Mon, 07 Dec 2009 19:23:31 -0500
Leonel Hernández Grandela <maxpayne@filialfcm.ssp.sld.cu> wrote:

> El 07/12/2009 17:17, Camaleón escribió:
> > El Mon, 07 Dec 2009 16:57:21 -0500, Leonel Hernández Grandela escribió: 
> >> El 07/12/2009 16:33, Camaleón escribió:
> >>> Prueba a establecer una sesión vía telnet mediante pop3 que es más
> >>> sencillo que hacerlo vía imap. La secuencia completa sería:
> >>>
> >>> ***
> >>> telnet 192.168.0.1 110
> >>>        
> > (...)
> >> aca va el log .. :) .. o sea el se loguea bien pero no tiene permiso a
> >> crear chdir filial.ssp.sld.cu/admin que deveria crearse dentro de
> >> /home/vmail y la carpeta vmail pertenece al usuario vmail .. y grupo
> >> vmail .. sugerencias !!!!!!! gracias

> >> Dec  7 16:53:22 debian pop3d: Connection, ip=[::ffff:192.168.1.2] Dec  7
> >> 16:53:35 debian authdaemond: received auth request, service=pop3,
> >> authtype=login
> >> Dec  7 16:53:35 debian authdaemond: authpam: trying this module Dec  7
> >> 16:53:35 debian authdaemond: authpam: username 'admin@filial.ssp.sld.cu'
> >> not found in password file Dec  7 16:53:35 debian authdaemond: authpam:
> >> REJECT - try next module Dec  7 16:53:35 debian authdaemond: authmysql:
> >> trying this module Dec  7 16:53:35 debian authdaemond: SQL query: SELECT
> >> email, password, password, 5000, 5000, "/home/vmail",
> >> CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX
> >>      
> > (email,'@',1),'/'),
> >    
> >> quota, "", "" FROM users WHERE email = 'admin@filial.ssp.sld.cu' Dec  7
> >> 16:53:35 debian authdaemond: password matches successfully Dec  7
> >> 16:53:35 debian authdaemond: authmysql: sysusername=<null>,
> >> sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
> >> address=admin@filial.ssp.sld.cu, fullname=<null>,
> >> maildir=filial.ssp.sld.cu/admin/, quota=5242880, options=<null>  Dec  7
> >> 16:53:35 debian authdaemond: Authenticated: sysusername=<null>,
> >> sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
> >> address=admin@filial.ssp.sld.cu, fullname=<null>,
> >> maildir=filial.ssp.sld.cu/admin/, quota=5242880, options=<null>  Dec  7
> >> 16:53:35 debian pop3d: chdir filial.ssp.sld.cu/admin/: No such file or
> >> directory
> >>      
> > ¿Y si te envías un mensaje de prueba a esa cuenta (admin@...), qué es lo
> > que sucede? ¿Lo rebotado al remitente, lo elimina ("usuario
> > inexistente"), lo deposita en su buzón...?
> >
> > Saludos,
> >
> >    
> he ahi el problema colega que no crea los buzones ... porque segun el no 
> tiene permisos :( .... y seria este el error ..  saludos y gracias por 
> tu tiempo ;)
> 
> chdir filial.ssp.sld.cu/admin/: No such file or directory
> 

Como te dije en otro mensaje, es cuestion de permisos, man chdir: (mi SO esta en Ingles)
ERRORS
     chdir() will fail and the current working directory will be unchanged if
     one or more of the following are true:

     [ENOTDIR]     A component of the path prefix is not a directory.

     [ENAMETOOLONG]
                   A component of a pathname exceeded {NAME_MAX} characters,
                   or an entire path name exceeded {PATH_MAX} characters.

     [ENOENT]      The named directory does not exist.

     [ELOOP]       Too many symbolic links were encountered in translating the
                   pathname.

     [EACCES]      Search permission is denied for any component of the path-
                   name.

     [EFAULT]      path points outside the process's allocated address space.

     [EIO]         An I/O error occurred while reading from or writing to the
                   file system.

     fchdir() will fail and the current working directory will be unchanged if
     one or more of the following are true:

     [EACCES]      Search permission is denied for the directory referenced by
                   the file descriptor.

     [ENOTDIR]     The file descriptor does not reference a directory.

     [EBADF]       The argument fd is not a valid file descriptor.

SEE ALSO
     chroot(2)

STANDARDS
     The chdir() is expected to conform to IEEE Std 1003.1-1988 (``POSIX'').

Lo recomendado, es definir claramente el problema, leer las paginas man relacionadas y buscar en internet y/o preguntar a la lista. Yo creo que lo mas importante es definir claramente el problema, generalmente alli encontras la solucion.
-- 
consultores1@gmail.com


Reply to: