2
votes
1answer
54 views

Depends: exim vs mail-transport-agent

I am creating a .deb installation package for our software, which depends on a valid SMTP server being installed. Currently the control file states: Depends: mail-transport-agent However one Debian ...
0
votes
1answer
300 views

NOQUEUE: reject: Temporary lookup failure [closed]

What postfix entry or parameter controls outgoing mails such that if it's not set properly might result in "temporary lookup failure" error ?
1
vote
0answers
884 views

SMTP Auth with Postfix and SASL ubuntu 12.04 server [closed]

I am trying to setup SMTP Auth on Postfix SASL ubuntu 12.04 server, Postfix runs perfectly I just cannot get the SMTP auth to work, heres my config below. When I try and authenticate via telnet I get ...
0
votes
1answer
553 views

How do I configure postfix starttls

I need to install postfix on my webserver couse I need to use sendmail for my website. I only need to send mail not recieve or relay. send with starttls (port 587) via relay smtp.strato.de here is ...
3
votes
2answers
591 views

Easiest way to setup a SMTP server to receive mail?

I want to setup a SMTP server to receive all mails. I have only found mail sending software so far (like postfix). But I want to have software to make the server being able to receive mails. Bonus ...
1
vote
1answer
2k views

Installed local postfix, Thunderbird unable to use it

In Ubuntu 2011.04, I want to install an SMTP server for development tests, so I did this: sudo apt-get install postfix Choosed local because I only want to access it from my computer Entered nico ...