Tagged Questions
0
votes
1answer
860 views
Setup sendmail to relay to another smtp?
My host provides an smtp server for sending mail. I want to setup sendmail to relay all emails to the hosts smtp server. How do you do that?
0
votes
2answers
669 views
Sending email with exim and external sender address
i have following problem:
i want to send emails with an rails webapp. i set up an exim server and when looking into the logs, the sending works, but the emails aren't sent really.
i had the same ...
2
votes
1answer
856 views
Can't make Dovecot communicate with Postfix using SASL (warning: SASL: Connect to private/auth failed: No such file or directory)
Solved. I will leave this as a reference to other people, as I have seen this error reported often enough on line.
I had to change the path
smtpd_sasl_path = private/auth
in my
...
2
votes
1answer
3k views
Getting PHP mail() function to work on Debian Lenny
I'm trying to setup a Debian Lenny box to be used for web development. It's running the standard PHP5, Apache2, and MySQL5. I've been trying to get it so that I can use the PHP mail() function to send ...