« Postfix en tant que relay » : différence entre les versions
Aller à la navigation
Aller à la recherche
mAucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 4 : | Ligne 4 : | ||
<pre> | <pre> | ||
echo "hostname:port login@domain password" > /etc/postfix/smarthost_passwd | echo "hostname:port login@domain:password" > /etc/postfix/smarthost_passwd | ||
chown root:root /etc/postfix/smarthost_passwd | chown root:root /etc/postfix/smarthost_passwd | ||
chmod 600 /etc/postfix/smarthost_passwd | chmod 600 /etc/postfix/smarthost_passwd |
Version du 13 juillet 2014 à 09:10
aptitude install postfix
Configuez le en tant que "internet with smarthost". Dans SMTP Relay Host, entrez l'hostname:port que vous souhaitez utiliser comme smtp sortant.
echo "hostname:port login@domain:password" > /etc/postfix/smarthost_passwd chown root:root /etc/postfix/smarthost_passwd chmod 600 /etc/postfix/smarthost_passwd postmap /etc/postfix/smarthost_passwd
configuration de postfix :
relayhost = hostname:port smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/smarthost_passwd smtp_sasl_security_options = noanonymous
/etc/init.d/postfix restart