Pzoco
Pzoco

Reputation: 167

Postfix won't send emails

Suddenly I broke my Postfix:

I'm running, CentOs, Postfix, Dovecot.

My Postfix main.cf file: http://pastebin.com/STLNRYUK

hostname returns snapshop
hostname -f returns snapshop.thoeisen.dk

(I think my hostnames could be the problem - But I've tried many things now)

I tried:

telnet localhost 25
ehlo thoeisen.dk
mail from: <[email protected]>
rcpt to: <[email protected]>
data
something
.
quit

Then this is the log: my maillog http://pastebin.com/FGLxFBjN (search and replace on each email though)

And the e-mail is not sent to the hotmail address.

(This all happened when I tried to install DKIM, and made the TXT for DNS. which I couldn't make work, so I reverted everything back to normal)

Need any other information just ask - Thanks in advance :)

Upvotes: 0

Views: 852

Answers (1)

Voodoower
Voodoower

Reputation: 38

refer to https://library.linode.com/email/postfix/troubleshooting it helped me before.

Upvotes: 1

Related Questions