[linux] Re: xs4all smtp autorisatie probleem

Jelle de Jong jelledejong op powercraft.nl
Do Sep 12 18:07:10 CEST 2013


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 12/09/13 17:05, Paul de Vries wrote:
> kunt u (of iemand anders) mij voor het laatste, dus smtp naar
> xs4all een advies geven hoe ik zowel tls als authenticatie kan
> doen, liefst met postfix omdat dat voor de rest goed werkt?

Hierbij even snel:

echo '[smtp.powercraft.nl]:587 <username>@powercraft.nl:<password>' |
tee /etc/postfix/sasl_passwd
chown root:root /etc/postfix/sasl_passwd
chmod 600 /etc/postfix/sasl_passwd
cat /etc/postfix/sasl_passwd

postmap hash:/etc/postfix/sasl_passwd
ls -all /etc/postfix/sasl_passwd.db

rm --verbose /etc/postfix/sasl_passwd

postconf -e 'alias_maps = hash:/etc/aliases'
postconf -e 'myorigin = /etc/mailname'
postconf -e 'inet_interfaces = loopback-only'
postconf -e 'smtp_sasl_auth_enable = yes'
postconf -e 'smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd'
postconf -e 'relayhost = [smtp.powercraft.nl]:587'
postconf -e 'smtp_sasl_tls_security_options = noanonymous'
postconf -e 'smtp_tls_security_level = secure'
postconf -e 'smtp_tls_mandatory_ciphers = high'
postconf -e 'smtp_tls_loglevel = 0'
postconf -e 'smtp_tls_CAfile = /etc/ssl/certs/ca-certificates.crt'
postconf -e 'mydestination = $myorigin, $myhostname,
localhost.$mydomain, localhost'

Mischien nog de smtp_sasl_security_options, smtp_sasl_mechanism_filter
en smtp_use_tls tunen naar de wensen van xs4all en de certificaten.

Lees verder de postfix documentatie over smtp clients

Met vriendelijke groet,

Jelle de Jong (GNU/Linux Consultant)
PowerCraft Technology
I: www.powercraft.nl
T: 010 707 9913
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iJwEAQECAAYFAlIx5qgACgkQ1WclBW9j5HmCmwP7BbPYi3744s3vXTS2NK+1zwe0
NbYRNyQ1Y4NCHU0WfenvZqFdVcrGVr7+aGjo6hdaFIIJ9ctySylPOKQjUJ5w91rA
DSRpr1T1Q/lydzqlmQhFJi3ftzhAF1N6Kn5A9/AOL5BysDShRzu/ASBy97sIikvv
wMquO7LLFhVniaAbUu8=
=VkSL
-----END PGP SIGNATURE-----



More information about the Linux mailing list