Hola a todos/as, He instaldo un server ISP en una distribución Debian tal y como explica el enlace que esta en la Web de ISPConfig.org. He creado diferentes dominios. No puedo entrar en las diferentes cuentas de correo de los distintos dominios. He enviado un email desde gmail a estos dominios y el server los almacena en la carpeta /var/mail/. Pero no puedo acceder a ellos. He instalado el cliente UebiMiau Webmail y tampoco puedo acceder. Alguie me puede ayudar. Gracias.
don't think she'll come back ... but just in case: Hi everyone, i've just installed ISPConfig on a Debian distro just as the link in ISPConfig.org says. I've created diferent domains. I can't get in the different mail accounts of the different domains. I've send a mail from gmail to this domains and the server keeps them on /var/mail/, but i can't get to them. I also installed the client UebiMiau Webmail and nothing. Can somebody help me ? Thanks.
Hola! You can try this: Within ISPConfig, goto Management > Settings > Email and verify if the Maildir format is enabled. Within your /etc/postfix/main.cf file, make sure that you have the following lines: mydestination = /etc/postfix/local-host-names virtual_maps = hash:/etc/postfix/virtusertable home_mailbox = Maildir/ If you have any other line then mydestination = /etc/postfix/local-host-names, please comment it out by putting a # at the beginning of that line. After adding those lines, restart Postfix with the command: /etc/init.d/postfix restart