Debian Linode Postfix email send configuration

Hi,

I have debian node here. I want to setup the postfix for my website to send emails alone. When ever the user register, I will send emails through my postfix for activation. I do not want to use postfix to receive emails or reply. I will handle through my hosting account provider as of now.

How to configure the postfix?

Regards,

Krish

3 Replies

I think you can just add > smtpdclientrestrictions=permit_mynetworks, reject to your main.cf.

You should add mynetworks_style = host

as well - the default value for mynetworks_style is subnet.

This thread may be useful: http://www.linode.com/forums/viewtopic.php?t=3946

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct