Re: Spamassasin in Postfix Server

2009-06-11 Thread Truth Seeker
Any response for this queries is really appreciated!!! --- On Wed, 6/10/09, Truth Seeker wrote: > From: Truth Seeker > Subject: Spamassasin in Postfix Server > To: postfix-users@postfix.org > Date: Wednesday, June 10, 2009, 11:54 AM > > > Dear Pros. > >

Re: handling non MX entry domains

2009-06-11 Thread Truth Seeker
> Alternatively, the OP could use a transport map to reroute > stuck messages to > the error transport and "bounce" them back to the sender > with an > informative message. > what is this OP you mean? how can we do this? may be this is what i am exactly looking for...

Spamassasin in Postfix Server

2009-06-10 Thread Truth Seeker
Dear Pros. The following is my setup H.O ^ | | point to point | | Postfix<---> Firewall <---> External Mail Hosting Mail Server Postfix Mail Server (postfix-2.3.3-2) on CentOS 5.2; a. receives mails from local client via outlook and send to out side (internet) directly b. rec

Can i define MX locally other than in DNS

2009-06-10 Thread Truth Seeker
Dear Pros' I am facing a problem in getting system generated mails to my local mailbox. let me explain the scenario. Postfix Mail Server <---> Firewall <---> External Mail Hosting example.comexternal.com To our internal Postfix Mail Server, we are receiving

Re: Need to create a mail dead-end or "super" catch-all

2009-06-10 Thread Truth Seeker
i feel like you can use ; always_bcc = mailc...@yourdomain.com in /etc/postfix/main.cf file this will keep a copy of all mails which is received and send by your system in mailcopy mailbox. - -- --- Always try to find truth!!! --- On Wed, 6/10/09, Wietse Venema wrote: > From: Wietse Ve

Re: message_size_limit

2009-06-09 Thread Truth Seeker
i feel like you have to add the following in main.cf (not in master.cf) message_size_limit = 2048 for me this is working fine... and have the same size limit - -- --- Always try to find truth!!! - --- On Tue, 6/9/09, Simon Schelkshorn wrote: > From: Simon Schelkshorn > Subject: mes

Re: handling non MX entry domains

2009-06-09 Thread Truth Seeker
> > > > > > postsuper -d QUEUE_ID > > > > > > ok. now i want to inform the user about this action. > HOW can i do > > that? anyway for sending a notification at this > point > > There is no need to manual delete mail from the queue that > way. i agree. But now i have to do it with post

Re: handling non MX entry domains

2009-06-09 Thread Truth Seeker
> > Let me set this setting... > > > > by the way, i am curious to know, if i want to delete > a particular mail from > > the queue (may be in active or in deferred) how can we > do that. > > postsuper -d QUEUE_ID ok. now i want to inform the user about this action. HOW can i do that? anyway

RE: Stop accepting mails from clients but process the mails which is already in the queue???

2009-06-09 Thread Truth Seeker
changes and then tried the Ralf's way. that is, i disabled the smtp line (by comment) master.cf and then postfix reload. which completely disables the smtp. once again thanks for the help - -- --- Always try to find truth!!! --- On Tue, 6/9/09, Truth Seeker wrote: > From: Trut

what is the meaning???

2009-06-09 Thread Truth Seeker
Dear Pros, now to do flushing for a particular domain, i am trying to configure fast flush service. in the documentation i found the following line, which i am confused. could anyone explain this further As mentioned in the introduction, the mail is delivered by connecting to the customer's

RE: Stop accepting mails from clients but process the mails which is already in the queue???

2009-06-09 Thread Truth Seeker
ect: Re: Stop accepting mails from clients but > process the mails which is already in the queue??? > > To: postfix-users@postfix.org > > Date: Tuesday, June 9, 2009, 6:28 PM > > * Truth Seeker : > > > > > > > > > Dear Pros, > &

Re: handling non MX entry domains

2009-06-09 Thread Truth Seeker
Thank you very much Terry!!! - -- --- Always try to find truth!!! --- On Tue, 6/9/09, Terry Carmen wrote: > From: Terry Carmen > Subject: Re: handling non MX entry domains > To: "Truth Seeker" > Cc: postfix-users@postfix.org, "Ruben Laban" > D

flush all mails for a particular domain from deferred queue

2009-06-09 Thread Truth Seeker
Dear Pros; 1. Is there any way to flush all mails to a particular domain from the deferred queue? 2. How can i flush just one mail say mail message id 6E4D82ED19E from the deferred queue? - -- --- Always try to find truth!!!

Re: handling non MX entry domains

2009-06-09 Thread Truth Seeker
Really thanks to ruben and terry... Let me set this setting... by the way, i am curious to know, if i want to delete a particular mail from the queue (may be in active or in deferred) how can we do that. an example like mail message id 8AD5TYU is in deferred and i want to delete it, how can

Stop accepting mails from clients but process the mails which is already in the queue???

2009-06-09 Thread Truth Seeker
Dear Pros, how can i stop accepting mails on postfix server from all my clients but at the same time, i want to postfix to complete the tasks in the queue. For eg; if i want to do some maintenance work on the system, i want to first stop accepting mails in my mails server from the clients. Th