SuSE Imap-Server: Versión 1.0
Para poder realizarlo lo único que debe hacer es activar "Relaying of Domains" y posibles ajustes en las tablas de transportes.
/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
rcpostfix reloadEn 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
.