Answer the question
In order to leave comments, you need to log in
Who can help with Exim/Postfix?
Hello.
Who will be able to find a few hours of their free time and help with the basic configuration-installation of MTA Exim or Postfix?
The end goal is to normally send emails from scripts on the site through your own server.
Or, at least, who will be able to help in counseling (in the question-answer mode via Skype or ICQ)?
Installing mailers according to the "Mail from scratch" manuals did not bring the desired effect.
Thank you.
Answer the question
In order to leave comments, you need to log in
Did I understand correctly that you want to send emails from scripts located somewhere on another server through your own? explain.
Or, is it all on the same server?
you can apply.
debian.pro/276 here . Do not forget to make an amendment to the batch system.
I have done this:
Installed postfix
in main.cf added:
relayhost = smtp.gmail.com:25
smtp_use_tls = yes
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/gmailcom.passwd
smtp_sasl_security_options = noanonymous
in gmailcom.passwd:
smtp. gmail.com:25 gmail_login:gmail_pass
next:
postmap /etc/postfix/gmailcom.passwd
sudo service postfix reload
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question