mail queue

2012-06-18 Thread Amira Othman
Hi all I need to manage message in hold queue according to domain of recipient address. How can I do that ? I thought of edit mailq command but it's not readable when I tried to edit .any suggestions?

postfix and DNs server

2012-05-28 Thread Amira Othman
Hi all I am using postfix 2.8.4 on centos 5.8 and recently I installed bind9 on the same server to have my own DNS server. I didn't change MX record of mail server as I am still testing configuration and newbie but I noticed that outgoing mails stopped being delivered and I don't know why as I

RE: postfix and DNs server

2012-05-28 Thread Amira Othman
Amira Othman: Hi all I am using postfix 2.8.4 on centos 5.8 and recently I installed bind9 on the same server to have my own DNS server. I didn't change MX record of mail server as I am still testing configuration and newbie but I noticed that outgoing mails stopped being delivered and I

limit access to postfix

2012-05-14 Thread Amira Othman
Hi all I am using postfix 2.8.4 configured with 3 instances each one has its own ip. I need to prevent using each instance by users of other instances but I don't know what to change. Mynetworks configuration is ip range which contains the 3 ips .how to limit each instance to its ip. Regards

RE: limit access to postfix

2012-05-14 Thread Amira Othman
Am 14.05.2012 12:54, schrieb Amira Othman: Hi all I am using postfix 2.8.4 configured with 3 instances each one has its own ip. I need to prevent using each instance by users of other instances but I don't know what to change. Mynetworks configuration is ip range which contains the 3

RE: limit access to postfix

2012-05-14 Thread Amira Othman
Am 14.05.2012 12:54, schrieb Amira Othman: Hi all I am using postfix 2.8.4 configured with 3 instances each one has its own ip. I need to prevent using each instance by users of other instances but I don't know what to change. Mynetworks configuration is ip range which contains the 3 ips

RE: limit access to postfix

2012-05-14 Thread Amira Othman
Am 14.05.2012 13:20, schrieb Amira Othman: you have to change mynetworks why do you need the complete range? list single IPs there! I changed it to each one ip but still can send through ip that account isn't member of its domain without authentication? have you configured SASL auth

RE: notification messages

2012-04-30 Thread Amira Othman
Am 27.04.2012 17:53, schrieb Amira Othman: To control the path of non-delivery notifications, the proper procedure is to set an appropriate envelope sender (SMTP MAIL FROM) address. You will referred to the correct procedure no matter how many times you ask for an incorrect one

RE: notification messages

2012-04-27 Thread Amira Othman
On 4/26/2012 10:46 AM, Amira Othman wrote: Hi all I am working on project that requires notification messages of delivery not to be sent to users. I asked before and you told me that it's not good idea to disable notifications so what I need now is to redirect all notifications for each

RE: notification messages

2012-04-27 Thread Amira Othman
I need to prevent all notification messages of a domain from being sent to outside users that sends mail through postfix. Because the application that push mails already handles bounces so no need of notification to be sent again to the actual sender What you describe handles only mail

notification messages

2012-04-26 Thread Amira Othman
Hi all I am working on project that requires notification messages of delivery not to be sent to users. I asked before and you told me that it's not good idea to disable notifications so what I need now is to redirect all notifications for each domain to certain account and not to the actual

null sender rewrite

2012-04-20 Thread Amira Othman
Hi all I need to rewrite from address for system notification messages because I have them in log file as follows: from=, and I want it to be written in log user@domain . how can I do that? Regards

RE: null sender rewrite

2012-04-20 Thread Amira Othman
Hi all I am working on a project that sends mail through postfix, the user that will be sending mail shouldn't receive notification mail for every bounce or problem happen while sending mail, it's because I have user1@mydomain (postfix user) and user2@whatever(user not on my mail server) the

redirect null sender

2012-04-18 Thread Amira Othman
Hi all I am building system that will send mails to list of users but I need to stop receiving error emails or redirect them to another account or /dev/null. I know it is bad idea but the application I am using will handle bounce mails so I don't need error email to be sent to the end user .

RE: redirect null sender

2012-04-18 Thread Amira Othman
* Amira Othman a.oth...@cairosource.com: Hi all I am building system that will send mails to list of users but I need to stop receiving error emails or redirect them to another account or /dev/null. I know it is bad idea but the application I am using will handle bounce mails so I

RE: redirect null sender

2012-04-18 Thread Amira Othman
-Original Message- From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Ralf Hildebrandt Sent: Wednesday, April 18, 2012 2:08 PM To: postfix-users@postfix.org Subject: Re: redirect null sender * Amira Othman a.oth...@cairosource.com: * Amira

postfix multiple instances

2012-01-17 Thread Amira Othman
Hi all I have configured two postfix instances and both are working but I need to list and delete messages in queue . I tried postsuper -d ALL but it didn't delete .how can I manage queue of the second instance Regards Amira Othman Server Administrator http://www.cairosource.com

smtp status code

2011-12-15 Thread Amira Othman
Hi all I need to understand why bounced emails sometimes don't have smtp status code and is it available to add code for them? And also about emails that are delivered to mailbox they don't have status code ? Regards

Limit number of sent messages to specified domain

2011-12-09 Thread Amira Othman
Hi all I am using postfix 2.8 and I want to limit number of messages that will be sent to certain domain as yahoo or hotmail. How can I do that? Regards

empty message id

2011-12-07 Thread Amira Othman
Hi all I found in postfix log empty message id for email received. Is that mean I am receiving spam ? and how can I handle that? Regards

RE: empty message id

2011-12-07 Thread Amira Othman
id so I can use it instead of message id? And is it unique ? * Amira Othman a.oth...@cairosource.com: Hi all I found in postfix log empty message id for email received. Yep, seen those too Is that mean I am receiving spam ? No, it means you're receiving mails with an empty message-id

postfix log

2011-11-18 Thread Amira Othman
Hi all Is it possible to have postfix log to be written in database instead of file? If it's not possible could I copy some information out of log file and then insert them in database? regards

postfix multiple instances

2011-11-16 Thread Amira Othman
Hi all I am using postfix 2.8 and I have configured two postfix instances. I want to display ip of sending domain in log . I tried smtp_bind_address but this didn't work. Any suggestions about this ? Regards

can't send mail between multiple postfix instances

2011-11-15 Thread Amira Othman
Hi all I am using postfix 2.8 and I have configured two instances of postfix each of them uses different ip and domain . The two instances are running but when I try to send e-mail from one to another I get this error status=deferred (connect to myserver2.com[192.168.1.11]:25: Connection refused)

[no subject]

2011-11-14 Thread Amira Othman
Hi all I am using postfxi 2.8 and I need display ip of domain sending mail . I tried by adding smtp_bind_address= ip and change inet_inetrfaces to that ip but nothing appears in log just ip of mail client only appear. Is there something missing with configuration? Regards

ip of sending domain

2011-11-14 Thread Amira Othman
Hi all I am using postfxi 2.8 and I need display ip of domain sending mail . I tried by adding smtp_bind_address= ip and change inet_inetrfaces to that ip but nothing appears in log just ip of mail client only appear. Is there something missing with configuration? Regards

RE: ip of sending domain

2011-11-14 Thread Amira Othman
I have 3 interfaces and I want to assign each domain I have different ip for using while sending and receiving. That's why I need to view ip in log to make sure it's using the correct interface I am using postfxi 2.8 and I need display ip of domain sending mail I tried by adding

postfix multple instances

2011-11-10 Thread Amira Othman
Hi all I have configured two instances of postfix 2.8 and it's working fine but I want to separate logs of each instance to be different than the other instance . How can I do that? Regards

RE: postfix multiple instances

2011-11-04 Thread Amira Othman
I have also error when reloading the second instance fatal: bind 192.168.1.60 port 25: Address already in use but each one of instances has different myhostname ans inet_interfaces settings When I try to send mail to account from the second instance I get this error in mallog where myserver2

RE: postfix multiple instances

2011-11-04 Thread Amira Othman
The first instance myhostname = mail.mysever.com inet_interfaces = 192.168.56.102 The second instance myhostname = mail.mysever2.com inet_interfaces = 192.168.1.60 I have also error when reloading the second instance fatal: bind 192.168.1.60 port 25: Address already in use but each one of

RE: postfix multiple instances

2011-11-03 Thread Amira Othman
Hi all Now two instances are running but how can I make sure that each one is using different ip than the other one I set bind address of the second instance to different ip but is there a way to show sender ip in log? I am using postfix 2.8.4 on centos 5.7 and I want to configure another

postfix multiple instances

2011-11-02 Thread Amira Othman
Hi all I am using postfix 2.8.4 on centos 5.7 and I want to configure another instance of postfix. I followed instructions in the following link http://www.postfix.org/MULTI_INSTANCE_README.html but when i try to start the second instance it does not start . I start it using command postmulti

maillog

2011-10-31 Thread Amira Othman
Hi all I was checking postfix maillog and I found something strange in it from=, size=4794, nrcpt=1 (queue active) Oct 31 12:22:36 mailserver postfix/smtp[24079]: connect to smtp.icom.com[64.224.110.142]: Connection timed out (port 25) Oct 31 12:22:36 mailserver postfix/smtp[24079]:

RE: maillog

2011-10-31 Thread Amira Othman
T have tested server for open relay and it is not open already How can I stop this kind of mail ? from=, size=4794, nrcpt=1 (queue active) Oct 31 12:22:36 mailserver postfix/smtp[24079]: connect to smtp.icom.com[64.224.110.142]: Connection timed out (port 25) Oct 31 12:22:36

upgrade postfix

2011-10-31 Thread Amira Othman
Hi all I am trying to upgrade postfix version form 2.3 to 2.7 but each time I finish installing rpm I get error smtpd_sasl_auth_enable is true, but SASL support is not compiled in and when I run saslfinger -c I have nothing in authentication mechanisms. I didn't compile rpm by myself I

postfix on virtual machine

2011-10-28 Thread Amira Othman
Hi all Iam using postfix 2.3 on virual machine cento 5.7 when I send mail from virtual machine to yahoo or gmail I get error host yahoo.com[98.139.180.149] said: 451 OutgoingFilter Connection timeout [] (in reply to MAIL FROM command)) what may cause this error. Is not ok to test mail server

sending mail

2011-10-25 Thread Amira Othman
Hi all I want to know which ip postfix is using to send mails as I am configuring it (inet_interfaces = all) and also I need to assign each domain on my server different ip address .how can I implement that? I am using postfix 2.3 Regards

postfix use different ip for different domains

2011-10-20 Thread Amira Othman
Hi all I'm using the Postfix mail server and I have 6 IPs available. I'd like to make each mail domain use different ip address. Is that possible with postfix and how can I implement this?? Regards

limit autoreply reciepts

2011-10-06 Thread Amira Othman
Hi all, I am configuring autoresponder but using shell script as I don't want to use mysql and I am already not using it in my postfix configuration. Everything works fine except when sending mail from autoreply account to another autoreply account it enters infinite loop of sending mail.

automatic reply

2011-09-30 Thread Amira Othman
Hi all, I want to configure automatic message but different one for different user. As I am not using MySQL in my postfix configuration and installation I didn't use any other plug-in that may use MySQl too. I am using shell script that handles sending mail (from ,to and subject) with some

automatic message

2011-09-27 Thread Amira Othman
Hi all, I want to configure postfix to reply automatically for specific e-mail address. I googled that but I found that I must have another software (vacation) that handles this issue. I am using postfix-2.3.3-2.3.el5_6 and using virtual domains. I am not using MySQL I use regular files for

copy outgoing mail

2011-09-12 Thread Amira Othman
Hi All, I am using postfix-2.3.3-2.3.el5_6 on CentOS 5.6 . I want to keep copy of outgoing mails for specific user. How can I do that? I am using virtual mapping to keep copy of incoming mail but what about outgoing ?? Regards

mail list

2011-09-02 Thread Amira Othman
Hi all I want send mail to all users I have on my mail server I tried aliases but I failed to send mail any one can help me? Regards Amira Othman Server Administrator http://www.cairosource.com/ www.cairosource.com 6 EL Nil EL Abyad, Mohandiseen Cairo, Egypt Direct: +2 02

mail list

2011-09-02 Thread Amira Othman
Hi all I want send mail to all users I have on my mail server I tried aliases but I failed to send mail. I am using virtual domains and i want to send to virtual users any one can help me? Regards Amira Othman Server Administrator http://www.cairosource.com/ www.cairosource.com 6

mail list

2011-09-02 Thread Amira Othman
Hi all I want send mail to all users I have on my mail server I tried aliases but I failed to send mail. I am using virtual domains and i want to send to virtual users any one can help me? First when I didn't add mail box in my virtual mail box file I got relay=virtual, delay=0.55,

RE: mail list

2011-09-02 Thread Amira Othman
, 2011 5:44 PM To: postfix-users@postfix.org Subject: Re: mail list On Fri, 2 Sep 2011 17:25:12 +0200 Amira Othman articulated: I want send mail to all users I have on my mail server I tried aliases but I failed to send mail. I am using virtual domains and i want to send to virtual users any one

mail server on vm

2011-08-16 Thread Amira Othman
Hi all I have configured postfix on centos virtual machine it works fine but I can't add virtual domain to postfix it always refuse receiving via this domain Postconf -n output alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases broken_sasl_auth_clients = yes

mail server on vm

2011-08-12 Thread Amira Othman
only?? Is there any alternatives of using mx record locally something like hosts file Regards Amira Othman Server Administrator http://www.cairosource.com/ www.cairosource.com 6 EL Nil EL Abyad, Mohandiseen Cairo, Egypt Direct: +2 02 3303 7175 Mobile: +2 012 220 4165

building mail server on virtual machine

2011-08-10 Thread Amira Othman
Hi all, I need to configure postfix on virtual machine for testing purpose but I don't know how to do that as I don't have mx record .is there something to do so simulate that something like virtual mx record . Regards Amira Othman Server Administrator http://www.cairosource.com

integrate postfix with php

2011-08-08 Thread Amira Othman
Hi all I am using postfix-2.3.3-2.3.el5_6 on centos 5.6.I have configured postfix to server 2 virtual domains and now I want to integrate postfix with php to send mails to users in database using php script.is that possible in postfix? Regards Amira Othman Server Administrator http

mailling list

2011-08-05 Thread Amira Othman
error NameError: name 'mydomain' is not define. Any advice about using mail list Regards Amira Othman Server Administrator http://www.cairosource.com/ www.cairosource.com 6 EL Nil EL Abyad, Mohandiseen Cairo, Egypt Direct: +2 02 3303 7175 Mobile: +2 012 220 4165

virtual domain can't recieve mail

2011-07-25 Thread Amira Othman
hi all; I am using postfix-2.3.3-2.3.el5_6,dovecot-1.2.17-0_115.el5 on centos 5.6.I have two domains and iam using virtual domains the problem is one domain is working fin ewhile the other can't send mail when i check for mx record it can't reach it.i don't know if i am missing some configuration

maultiple domains

2011-07-14 Thread Amira Othman
Hi all I am new to postfix . I am using postfix-2.3.3-2.3.el5_6 on and dovecot-1.0.7-7.el5 on CentOS 5.6.I need to add another domain to my mail server any one can help me regards Amira Othman Server Administrator http://www.cairosource.com/ www.cairosource.com 6 EL Nil EL Abyad