My system is debian8.1 ,sendmail has been installed. I want to use the sendmail as a external gmail SMTP way to send mail .
Some article say “vi /etc/mail.rc” to add the following lines :
set from=yourname@gmail.com
set smtp=smtp.gmail.com
set smtp-auth-user=yourname
set smtp-auth-password=yourpasswd
set smtp-auth=login
There is no /etc/mail.rc in my filesystem.
ls /etc/mail
access helpfile sendmail.cf submit.cf
access.db local-host-names sendmail.conf submit.mc
address.resolve m4 sendmail.mc tls
aliases Makefile service.switch trusted-users
aliases.db peers service.switch-nodns
databases sasl smrsh
Which file will be chosen to add the lines?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hello, could to have you here at DO and that you are asking our community to help you out. But if you google out a bit you can find out alot yourself ;) For example check this tutorial: http://linuxconfig.org/configuring-gmail-as-sendmail-email-relay
If you got any more questions you cant work out, ill be happy to help you then.
done as the material say,think CrypticDesigns .