[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: postfix e autenticazione



Adriano Archetti, Wed, Nov 06, 2002 at 03:02:31PM +0100:
> un po' dappertutto) è per quel che riguarda l'autenticazione al server smtp 
> del mio provider.
> qualcuno sa darmi qualche dritta?

apt-get install libsasl-modules-plain
cat <<EOM >>/etc/postfix/main.cf
smtp_sasl_password_maps=hash:/etc/postfix/sasl_pwd
smtp_sasl_auth_enable=no
smtp_sasl_security_options=
EOM
echo -e 'smtp.del.provider.tuo\tusername:password' > /etc/postfix/sasl_pwd
postmap /etc/postfix/sasl_pwd
postfix reload

p.
-- 
pbm - "and a messy desk drawer full of broken strings
    -  you know those kids, and you know these things"

Attachment: pgpR7I5J4qo8S.pgp
Description: PGP signature


Reply to: