Hi Friends I am configuring a mailserver , basically the working of this server is to fetchmail from remote server and we have one account that is catchall account and we are using procmail to distribute all mails properly to users, n i m building new server for my company but i m getting following error if i am sending mails from outside , if i am sending mail from my own domain then there is no problem procmail is working properly. plz help me out . i have remove my domain name by example . thanks
This is the Postfix program at host internm.example.com.
I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to <postmaster>
If you do so, please include this problem report. You can delete your own text from the attached returned message.
The Postfix program
root@localhost.example.com: can't create user output file. Command output: procmail: Renaming bogus mailbox "/var/mail/nobody" info "/var/mail/BOGUS.nobody.T8r" procmail: Couldn't create "/var/mail/nobody"
Final-Recipient: rfc822; root@localhost.dsconstructions.com Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; can't create user output file. Command output: procmail: Renaming bogus mailbox "/var/mail/nobody" info "/var/mail/BOGUS.nobody.T8r" procmail: Couldn't create "/var/mail/nobody"
---------- Forwarded message ---------- From: "Abhishek Singh" abhishek.rhce@gmail.com To: aksingh@dsconstructions.com Date: Wed, 13 Sep 2006 15:24:57 +0530 Subject: this is me v
abhishek singh wrote:
Hi Friends I am configuring a mailserver , basically the working of this server is to fetchmail from remote server and we have one account that is catchall account and we are using procmail to distribute all mails properly to users, n i m building new server for my company but i m getting following error if i am sending mails from outside , if i am sending mail from my own domain then there is no problem procmail is working properly. plz help me out . i have remove my domain name by example . thanks
I have the feeling that you mean "a single system account will own all the mailboxes" by your 'catchall'. procmail is not suitable for this.
Since you are using postfix, consider using postfix's native virtual.
man virtual.
Hi I am using sendmail and procmail for same purpose and there is no problem.
Feizhou feizhou@graffiti.net wrote: abhishek singh wrote:
Hi Friends I am configuring a mailserver , basically the working of this server is to fetchmail from remote server and we have one account that is catchall account and we are using procmail to distribute all mails properly to users, n i m building new server for my company but i m getting following error if i am sending mails from outside , if i am sending mail from my own domain then there is no problem procmail is working properly. plz help me out . i have remove my domain name by example . thanks
I have the feeling that you mean "a single system account will own all the mailboxes" by your 'catchall'. procmail is not suitable for this.
Since you are using postfix, consider using postfix's native virtual.
man virtual.
_______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Abhishek Kr. Singh System Administrator DSC. LTD. Mob.No. +91-9871563248 --------------------------------- Find out what India is talking about on - Yahoo! Answers India Send FREE SMS to your friend's mobile from Yahoo! Messenger Version 8. Get it NOW
abhishek singh wrote:
Hi I am using sendmail and procmail for same purpose and there is no problem.
Well you are going to have to explain your sendmail and procmail setup then. procmail does not know anything about creating multiple mailboxes under a single system account. You have to tell it where to place things, that is, you need to create directory structure yourself and the appropriate procmailrc files.
Likewise, you are going to have to build the procmail command line in postfix if you are really using procmail in a virtual mail setup with sendmail.
Are you really using one system account to store multiple mailboxes or are you just using sendmail's virtuser table?