Skip to content

Instantly share code, notes, and snippets.

@francosalcedo
Created November 4, 2017 10:14
Show Gist options
  • Save francosalcedo/fea4feb734594e5b0225c301e176ba16 to your computer and use it in GitHub Desktop.
Save francosalcedo/fea4feb734594e5b0225c301e176ba16 to your computer and use it in GitHub Desktop.
Roundcube Webmail Postfix responde unknown user - COMO RESOLVER!
Dirigirse a /etc/postfix/
y editar:
vi /etc/postfix/main.cf
buscar esta linea
mydestination = tudominio.com, localhost, localhost.localdomain
y borrar tudominio.com,
guardar y reniciar postfix
service postfix restart
Solucinado!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment