View Poll Results: How is postfix mailserver for handling bulkmails
- Voters
- 2. You may not vote on this poll
Results 1 to 5 of 5
Hi
I configured the postfix server to send mails to outside world. Most of the configurations were standard.
The problem I am facing is that if any user send email ...
- 05-19-2009 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
Postfix - Bounce mail problem
Hi
I configured the postfix server to send mails to outside world. Most of the configurations were standard.
The problem I am facing is that if any user send email to wrong address, the bounce mail does not come back to the sender but either it does not come back or even if bounce comes back, it goes to the mail box of root user instead of going to the actual sender.
My postfix config file (mail.cf) is as attached.
Kindly suggest the remedy.
Thanks & regards
Ashwani Jain
- 05-19-2009 #2
are you sending these bulk mail scripts from a service, like cron or a php script? because the bounce should come back to the user and not to root.
didn't see your main.cf, feel free to copy and paste the contents in code tags
- 05-19-2009 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
Attaching file
File has been attached herewith.
FOr bulk mailing I am using a application.
But this problem is same even if I send mails using 'mail' command.
Thanks
Ashwani Jain
- 05-19-2009 #4
and your running the mail command as root?
what if you telnet to your server and send an email that way. then you are logged on to the mail server as the intended sender and it should send as that user
telnet send email - Google Search
- 05-19-2009 #5Just Joined!
- Join Date
- Nov 2008
- Posts
- 3
Sending mail as user TEST
Hi
I am not sending mail as root user but sending as 'test' user.


Reply With Quote