IMAP : Sirviendo a múltiples dominios con el servidor IMAP

Base de Datos de Soporte (kngu_imap_relay)
Referido a

SuSE Imap-Server: Versión 1.0

Situación:

Usted desea servir más de un dominio con su servidor IMAP

Para poder realizarlo lo único que debe hacer es activar "Relaying of Domains" y posibles ajustes en las tablas de transportes.

Procedimiento:

En el fichero /etc/postfix/main.cf encontrará la siguiente sección:

------------------snip-------------------------------------------------
# The relay_domains parameter restricts what domains (and subdomains
# thereof) this mail system will relay mail from or to.  See the
# smtpd_recipient_restrictions restriction in the file sample-smtpd.cf.
#
# By default, Postfix relays mail only from or to sites in or below
# $mydestination, or in the optional virtual domain list.
#
# Specify a list of hosts or domains, /file/name patterns or type:name
# lookup tables, separated by commas and/or whitespace.  Continue
# long lines by starting the next line with whitespace. A file name
# is replaced by its contents; a type:name table is matched when a
# (parent) domain appears as lookup key.
#
# NOTE: Postfix will not automatically forward mail for domains that
# list this system as their primary or backup MX host. See the
# permit_mx_backup restriction in the file sample-smtpd.cf.
#
#relay_domains = $mydestination, $virtual_domains
------------------snap-------------------------------------------------
que, por ejemplo, se puede cambiar a:
relay_domains = $mydestination, some.domain.com, someother.domain.com 

Usted también necesitará, cargar la nueva configuración para Postfix, puede hacerlo mediante:
rcpostfix reload
En el mismo directorio, encontrará ficheros de ejemplo que describen otras posibles configuracoines de Postfix. Adicionalmente hay más información en el Postfix MTA, en el directorio /usr/doc/packages/postfix/html.
Palabras clave: IMAP, POSTFIX, DOMINIO, RELAY, SERVIDOR

Temas: Utilizador

SDB-kngu_imap_relay, Copyright SuSE Linux AG, Nürnberg, Germany - Versión: 06. Jul 2000
SuSE Linux AG - : 08. Sep 2000 de karine (sdb_gen 1.40.0)