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 ...
3
votes
2answers
218 views
What exactly does an MTA?
This question got me thinking, and I now realize that I don't know nothing about the internals of MTAs.
What exactly does an MTA? Everything after the SMTP protocol seems like dark magic to me. Lets ...
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
62 views
Security implications of a limited function server
I want to collect certain information from people/devices via email. These emails will never be delivered to anybody, but simply processed on the server. Received emails will be processed - some ...
0
votes
0answers
36 views
How do I configure “advanced” or “dynamic” email forwarding for my domain?
I bought a domain, and I'd like to to setup some "advanced" email forwarding. Let's say they send an email to something@mydomain.com. What I'd ideally like it to do is take and append it to my gmail ...
0
votes
5answers
226 views
MTA for receiving mails, in PHP
is there a library/class/code-snippet/etc. that allows me to directly receive mail in php?
So that I don't have to run an additional sever in an other process and then have to somehow send the mails ...
0
votes
2answers
916 views
Is there a Python MTA (Mail transfer agent)
Just wondering if there is a Python MTA. I took a look at smtpd but they all look like forwarders without any functionality.