| Author |
Message |
karikrishni
Joined: 18 Apr 2009
Posts: 1
|
| Posted: Sat Apr 18, 2009 3:17 am Post subject: 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 |
|
| Back to top |
|
tofu
Joined: 01 Jul 2006
Posts: 50
Location: Ghent, Belgium
|
| Posted: Sat Apr 18, 2009 4:40 am Post subject: |
|
|
| I think you can just add Quote: smtpd_client_restrictions=permit_mynetworks, reject to your main.cf. |
|
| Back to top |
|
pclissold
Joined: 24 Oct 2003
Posts: 877
Location: Netherlands
|
| Posted: Sat Apr 18, 2009 9:38 am Post subject: |
|
|
You should add Code: mynetworks_style = host
as well - the default value for mynetworks_style is subnet. |
|
| Back to top |
|
Vance
Joined: 18 Jan 2009
Posts: 350
|
| Posted: Sat Apr 18, 2009 4:46 pm Post subject: |
|
|
| This thread may be useful: http://www.linode.com/forums/viewtopic.php?t=3946 |
|
| Back to top |
|
| |