RE: How to limit attachment size in postfix

2010-02-04 Thread Arora, Sumit
Using message_size_limit, message size will be limited But want to limit attachment size, not message size. -Original Message- From: J.D. Bronson [mailto:jd_bron...@sbcglobal.net] Sent: Thursday, February 04, 2010 5:26 PM To: Arora, Sumit Cc: Postfix users Subject: Re: How to limit

How to limit attachment size in postfix

2010-02-04 Thread Arora, Sumit
Hi All, Is there any way I can limit the size of per attachment in postfix? Thanks & Regards, Sumit Arora IPG R&D Hub, Gurgaon Hewlett-Packard India Software Operation Pvt. Ltd. Work: x19013 Cell: +91-9958181104

My postfix server sometimes send command less than 4 alphabets

2010-01-19 Thread Arora, Sumit
Hi, I'm stuck into a problem. I'm using content filter, which parses email from my postfix server. My postfix server sometimes sends a command which is less than 4 alphabets. I don't know what to do for that command, as I don't know which command is that... Can anybody tell me, is there any com

How can i move email logs from /var/logs to any other directory?

2009-12-21 Thread Arora, Sumit
Hi, I need to move email logs to /mnt/ currently it is /var/logs/, how can I do this? Please help. Thanks & Regards, Sumit Arora IPG R&D Hub, Gurgaon Hewlett-Packard India Software Operation Pvt. Ltd. Work: x19013 Cell: +91-9958181104

Which security level should I use?

2009-12-16 Thread Arora, Sumit
I was going through the document for TLS support in postfix, but I don't know which security level to use. My requirement is straight, FULLY SECURE and AVAILABLE FOR EVERYONE. Which of the following TLS Security level should is use? none No TLS.

RE: Error while installing postfix on 64bit CentOS

2009-12-16 Thread Arora, Sumit
installing postfix on 64bit CentOS Arora, Sumit: > Hi folks, > > I'm installing postfix on 64 bit CentOS with mysql and openssl support. > > I'm using following command: > make makefiles CCARGS="-DUSE_TLS -I/mnt/Postfix/openssl-0.9.8l/include \ You are using "in

RE: Error while installing postfix on 64bit CentOS

2009-12-16 Thread Arora, Sumit
, December 16, 2009 5:53 PM To: Arora, Sumit Cc: postfix users list Subject: Re: Error while installing postfix on 64bit CentOS Quoting "Arora, Sumit" : > Hi folks, > > I'm installing postfix on 64 bit CentOS with mysql and openssl support. > > I'm using followi

Error while installing postfix on 64bit CentOS

2009-12-16 Thread Arora, Sumit
Hi folks, I'm installing postfix on 64 bit CentOS with mysql and openssl support. I'm using following command: make makefiles CCARGS="-DUSE_TLS -I/mnt/Postfix/openssl-0.9.8l/include \ -DHAS_MYSQL -I/mnt/Postfix/mysql-5.1.41-linux-x86_64-glibc23/include" \ AUXLIBS="-L/usr/lib64 -lssl -lcrypto \ -L

Do i need any secure channel, if i'm using postfix to receive email only?

2009-12-01 Thread Arora, Sumit
Hi folks, I'm using postfix for just receiving emails from network, do I need to enable TLS or anything else for building up a secure channel. I guess all this is required in case of my email clients connecting to my email server. Thanks & Regards, Sumit Arora IPG R&D Hub, Gurgaon Hewlett-Packa

RE: 4KB of disk space burning on a single email

2009-11-20 Thread Arora, Sumit
lf Of Noel Jones Sent: Friday, November 20, 2009 7:20 PM To: postfix-users@postfix.org Subject: Re: 4KB of disk space burning on a single email On 11/20/2009 7:44 AM, Arora, Sumit wrote: > It's being passed for content filtering and email is not sent back to postfix. > For postfix it&#

RE: 4KB of disk space burning on a single email

2009-11-20 Thread Arora, Sumit
ovember 20, 2009 7:11 PM To: postfix-users@postfix.org Subject: Re: 4KB of disk space burning on a single email * Arora, Sumit : > You are right Joost, 4KB will be the block size... > But my question is who is taking this disk space, because email is deleted > already. How EXACTLY

RE: 4KB of disk space burning on a single email

2009-11-20 Thread Arora, Sumit
PM To: postfix-users@postfix.org Subject: Re: 4KB of disk space burning on a single email On Friday 20 November 2009 14:14:03 Arora, Sumit wrote: > You are right Joost, 4KB will be the block size... > But my question is who is taking this disk space, because email is deleted > already. >

RE: 4KB of disk space burning on a single email

2009-11-20 Thread Arora, Sumit
- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of J. Roeleveld Sent: Friday, November 20, 2009 6:26 PM To: postfix-users@postfix.org Subject: Re: 4KB of disk space burning on a single email On Friday 20 November 2009 13:42:58 Arora, Sumit wrote: >

4KB of disk space burning on a single email

2009-11-20 Thread Arora, Sumit
Hi folks, I'm just testing my postfix server for load and disk usage. I'm using content filter on some another server, and I don't feed the email back to postfix. Email data is getting deleted from my postfix server, but I don't know where 4KB of my disk space gone on every email my postfix ser

RE: Required sender email address while table lookup for rejecting mails for unknown local users

2009-11-11 Thread Arora, Sumit
Bäck Sent: Wednesday, November 11, 2009 1:41 AM To: postfix-users@postfix.org Subject: Re: Required sender email address while table lookup for rejecting mails for unknown local users On Tuesday, November 10, 2009 at 07:49 CET, "Arora, Sumit" wrote: > I'm using mysql local_

RE: Required sender email address while table lookup for rejecting mails for unknown local users

2009-11-10 Thread Arora, Sumit
while table lookup for rejecting mails for unknown local users man pipe suomi On 2009-11-10 07:49, Arora, Sumit wrote: > Hi folks, > > I'm using mysql local_recipient_maps for rejecting email for unknown > local users. > > Here are the changes in my main.cf &

Required sender email address while table lookup for rejecting mails for unknown local users

2009-11-09 Thread Arora, Sumit
Hi folks, I'm using mysql local_recipient_maps for rejecting email for unknown local users. Here are the changes in my main.cf local_recipient_maps = proxy:unix:passwd.byname $alias_maps virtual_alias_maps = mysql:/etc/postfix/mysql-relays.cf Here is my mysql-relays.cf hosts=16.123

Required sender email address while table lookup for rejecting mails for unknown local users

2009-11-09 Thread Arora, Sumit
Hi folks, I'm using mysql local_recipient_maps for rejecting email for unknown local users. Here are the changes in my main.cf local_recipient_maps = proxy:unix:passwd.byname $alias_maps virtual_alias_maps = mysql:/etc/postfix/mysql-relays.cf Here is my mysql-relays.cf hosts=16.123.123.123 us

How to accept incoming emails only to the users listed in my application's mysql database

2009-10-22 Thread Arora, Sumit
Hi All, I was wondering if I can accept only those emails addressed to the users listed in a table of my application database. Can anybody suggest smthing. Thanks, Sumit Arora

Getting email multiple times in content filter

2009-09-29 Thread Arora, Sumit
Hi All, I'm using smtp content filter, I'm getting same email multiple times on my smtp content filter. Can anyone tell me how to limit postfix to send email to content filter. Thanks, Sumit Arora

Please reply to my email......

2009-09-25 Thread Arora, Sumit
Can anybody answer my question... Thanks -Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Arora, Sumit Sent: Thursday, September 24, 2009 6:09 PM To: postfix-users@postfix.org Subject: How to convert message received on

How to convert message received on postfix filter to javamail mutipart message

2009-09-24 Thread Arora, Sumit
I'm using SMTP content filter in my postfix smtp server, I'm receiving raw message on my SMTP filter like: Mail From, RCPT TO, DATA Now I need to convert this message into javamail multipart message. Is there any good way to convert into it. Thanks, Sumit Arora

RE: How to receive email on my postfix server

2009-09-22 Thread Arora, Sumit
nsgar Wiechers Sent: Friday, September 18, 2009 4:33 AM To: postfix-users@postfix.org Subject: Re: How to receive email on my postfix server On 2009-09-17 Arora, Sumit wrote: > Here are my requirements: > - I have to setup my own SMTP server to receive emails (I chose > postfix, sm bo

RE: How to receive email on my postfix server

2009-09-17 Thread Arora, Sumit
September 17, 2009 2:50 PM To: postfix-users@postfix.org Subject: Re: How to receive email on my postfix server * Arora, Sumit : > What I understand Postfix is a smtp server, it will also receive emails. correct. > What I need is, postfix to receive emails and my component will process &

RE: How to receive email on my postfix server

2009-09-17 Thread Arora, Sumit
x.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Patrick Ben Koetter Sent: Thursday, September 17, 2009 2:18 PM To: postfix-users@postfix.org Subject: Re: How to receive email on my postfix server * Arora, Sumit : > I have some doubt in receiving email. Postfix is a SMTP server. It transpor

How to receive email on my postfix server

2009-09-17 Thread Arora, Sumit
I have some doubt in receiving email. What I understand I just need one domain name associated with my server ip address, and I need to enter this domain in postfix configuration. That's it. I don't need to send emails from this server. I guess that is all I need, can anybody confirm it? Than

Where i can see the received emails

2009-09-16 Thread Arora, Sumit
I have done the basic configuration of postfix on my fedora10. Can anybody tell me where I can see the received emails. Do I need to setup any database for storing emails? I just want to be sure that I'm getting emails or not. Thanks, Sumit Arora

RE: how to pipe the received emails to my java function

2009-09-16 Thread Arora, Sumit
id > Sent: Wednesday, September 16, 2009 12:44 PM > To: postfix-users@postfix.org > Subject: Re: how to pipe the received emails to my java function > > On Wed, Sep 16, 2009 at 09:10:01AM CEST, "Arora, Sumit" > said: > > Hi All, > > > > I need to exe

RE: how to pipe the received emails to my java function

2009-09-16 Thread Arora, Sumit
...@postfix.org] On Behalf Of Erwan David Sent: Wednesday, September 16, 2009 12:44 PM To: postfix-users@postfix.org Subject: Re: how to pipe the received emails to my java function On Wed, Sep 16, 2009 at 09:10:01AM CEST, "Arora, Sumit" said: > Hi All, > > I need to execute

how to pipe the received emails to my java function

2009-09-16 Thread Arora, Sumit
Hi All, I need to execute my code when I receive email on my postfix smtp server. Can anybody tell me what I can do if I want to execute my java function when I receive email. Also I need my whole email content in my java function. It will be great if anyone can show me some examples. Many Tha

RE: Need help to forward emails to my java function

2009-09-15 Thread Arora, Sumit
Sorry my subject was not descriptive... From: Daniel V. Reinhardt [mailto:crypto...@yahoo.com] Sent: Tuesday, September 15, 2009 7:02 PM To: Arora, Sumit; Postfix users Subject: Re: Need help to forward emails Hi All, I need to execute my code when I receive email on my postfix smtp server

Need help to forward emails

2009-09-15 Thread Arora, Sumit
Hi All, I need to execute my code when I receive email on my postfix smtp server. Sorry I couldn't understand what Wietse said: You can pipe-to-command with ~/.forward (see "man 5 aliases") and with the pipe(8) delivery agent (see "man 8 pipe"). Can anybody tell me what I can do if I want to e

RE: Need help to change the Postfix code

2009-09-14 Thread Arora, Sumit
Thanks egoitz & Ram. Actually I don't need the whole functionality of Postfix, I also need to cut the code for my requirement only. My requirement is to just receive the email and send the body and attachments to another component. There is no requirement of sending any email from my postfix ser

Need help to change the Postfix code

2009-09-14 Thread Arora, Sumit
Hi All, I'm new to postfix, I need to execute my code when I receive a new email on my postfix smtp server. Please give me some idea, where I can get the postfix code documentation so that I can change its code. All and any type of suggestions are most welcome, I'll really appreciate. Thanks i