Tagged Questions

7
votes
4answers
4k views

How do I set up my Ubuntu VPS to send outgoing mail?

My VPS provider (Slicehost) doesn't provide an SMTP server. I use Google Apps to send and receive mail for my domains, but I want to be able to programmatically send e-mail. I've been Googling this ...
2
votes
5answers
147 views

What are All the Ways a Programmer Could use PHP to Send an Email?

I'm looking for a list of built in PHP functions that a programmer could use to send an email. The obvious answer here is mail(), but I'm also looking for a list of functions someone might use to ...
1
vote
3answers
282 views

Tiny, very-basic outgoing MTA?

I am looking for a very tiny Mail-Transfer-Agent (MTA) for my smaller VPS which only need to send emails for new accounts or notifications. Originally, I used PHP sockets and wrote a 4kb STMP class to ...
1
vote
3answers
485 views

Monitor Postfix Server and Ruby response on Ubuntu

I am building a ruby application that grabs emails sent to a server and logs them to a database. Right now I don't have is a way to fully test the (Email -> Ruby -> Database) stack for downtime. I am ...
0
votes
0answers
41 views

postfix: discarding all mails to a specific recipient address

How can I configure Postfix to silently discard (not bounce) all messages to a single, specific destination e-mail address, while still deliver all other mails? The mails in question are bounces ...
0
votes
1answer
92 views

sending email django with postfix (without an explicit postfix server)

I'd like to emulate the postfix sendmail command in Django where I don't need to explicitly start up a postfix server. For example if I simply enter the following on the command line: sendmail ...
0
votes
4answers
442 views

How does Highrise handle e-mail addresses like: dropbox@123456.foobar.highrisehq.com?

I'm trying to generate custom e-mail addresses that get forwarded to a catch-all. I'm wondering how postfix would need to be configured to handle these types of e-mails ...