gpg mail archive gate

2012-04-13 Thread Robert Schetterer
Hi @ll the idea is to gpg sign archived mail only on the fly current working -- main.cf recipient_bcc_maps = pcre:/etc/postfix/backup_bcc.pcre sender_bcc_maps = pcre:/etc/postfix/backup_bcc.pcre backuplmtp_destination_recipien

Re: Postfix queue data portabilty

2012-04-13 Thread Wietse Venema
kshitij mali: > Hi All, > > > I am in condition of worst and had bad luck . > > my postfix queue data got increased to 850MB in size that is > "/data/postfix/queue" directory > all mail in this directory got stuck because the server hardware is down i > had removed that hard drive and attached t

Using Header_checks to stop specific incoming mails

2012-04-13 Thread Kizito Thomas
Good people, I have been trying to block some incoming mails using header_checks but I am failing to block them, they are still going through. I have read and used info from http://www.postfix.org/header_checks.5.html and specifically followed the synopsis of: header_checks = regexp:/etc/postfix/h

send-mail: fatal: usage: send-mail [-c config_dir] [-Dv] command

2012-04-13 Thread Jeff Lacki
I think I sent my post to the wrong email, so Im re-posting. I recently installed a new linux box with an older (2.8.x) postfix config. Everything seemed to go fine, but when I try to send mail from the linux box using /bin/mailx I get the following in the shell: send-mail: invalid option -- 'i'

Re: send-mail: fatal: usage: send-mail [-c config_dir] [-Dv] command

2012-04-13 Thread Wietse Venema
Jeff Lacki: > > I think I sent my post to the wrong email, so Im re-posting. > I recently installed a new linux box with an older (2.8.x) postfix config. > Everything seemed to go fine, but when I try to send mail from the linux > box using /bin/mailx I get the following in the shell: > > send-ma

Re: send-mail: fatal: usage: send-mail [-c config_dir] [-Dv] command

2012-04-13 Thread Wietse Venema
Wietse Venema: > Jeff Lacki: > > > > I think I sent my post to the wrong email, so Im re-posting. > > I recently installed a new linux box with an older (2.8.x) postfix config. > > Everything seemed to go fine, but when I try to send mail from the linux > > box using /bin/mailx I get the following

Re: Using Header_checks to stop specific incoming mails

2012-04-13 Thread Ansgar Wiechers
On 2012-04-13 Kizito Thomas wrote: > I have been trying to block some incoming mails using header_checks but > I am failing to block them, they are still going through. > I have read and used info from > http://www.postfix.org/header_checks.5.html and specifically followed > the synopsis of: heade

Re: Feature request (sendmail -bv output to console)

2012-04-13 Thread Alan B
Response inline, thanks. > > The Postfix sendmail command does NOT generate the -bv report. It > queues the message and terminates immediately. Instead, mail > delivery (and -bv report generation) happens in background processes > that have no access to the user's console. Perhaps an option to pa

Re: how to fix forwarding loop

2012-04-13 Thread Ansgar Wiechers
On 2012-04-08 Rich wrote: > I am still getting the loop. I am getting the message back at my > mail.domain.com. could it be something to do with dns or my mx for my > domain? As already requested twice by mouss: provide details about the issue. That includes at least the output of "postconf -n"

Re: Using Header_checks to stop specific incoming mails

2012-04-13 Thread Kizito Thomas
Thank you Ansgar, Does it mean I cannot use this method to block un desirable mails this way? At first I tried using the method explained on http://www.cyberciti.biz/faq/howto-blacklist-reject-sender-email-address/ but this could not allow postfix to restart. That is why I resort to this. Is there

Re: Using Header_checks to stop specific incoming mails

2012-04-13 Thread Brian Evans - Postfix List
On 4/13/2012 1:27 PM, Kizito Thomas wrote: > Thank you Ansgar, > Does it mean I cannot use this method to block un desirable mails this > way? > At first I tried using the method explained on > http://www.cyberciti.biz/faq/howto-blacklist-reject-sender-email-address/ > but this could not allow post

bcc for relay_domains

2012-04-13 Thread Drew Mazurek
In my mail relay, I have a few relay_domains set up, and for a few of those, I need to bcc all of their mail to separate addresses (a unique address per domain). I found the bcc options, but is there a way to bcc all mail that is destined only for certain relay_domains? Just to give some concrete

Re: Feature request (sendmail -bv output to console)

2012-04-13 Thread Wietse Venema
Alan B: > > All deliveries, successful or not, are logged to the mail logfile. > > If the system does not work as expected, the logfile is the place > > to go to. > > > > Thanks for the pointer, looking at the logs I found the cause of the error, > however I was looking for details of the address

Re: Using Header_checks to stop specific incoming mails

2012-04-13 Thread Noel Jones
[In the future, please post plain-text only, and do not top-post. Thanks] On 4/13/2012 12:27 PM, Kizito Thomas wrote: > Thank you Ansgar, > Does it mean I cannot use this method to block un desirable mails > this way? Blocking by headers only works if the message contains the header already. You

Re: bcc for relay_domains

2012-04-13 Thread Noel Jones
On 4/13/2012 12:51 PM, Drew Mazurek wrote: > In my mail relay, I have a few relay_domains set up, and for a few > of those, I need to bcc all of their mail to separate addresses (a > unique address per domain). I found the bcc options, but is there a > way to bcc all mail that is destined only for

Re: bcc for relay_domains

2012-04-13 Thread Drew Mazurek
Wow. Long week. I saw that page and glossed right over it. Thanks! Have a great weekend! - Drew On Fri, Apr 13, 2012 at 1:58 PM, Noel Jones wrote: > On 4/13/2012 12:51 PM, Drew Mazurek wrote: > > In my mail relay, I have a few relay_domains set up, and for a few > > of those, I need to bcc

Autoresponse for Postfix problem

2012-04-13 Thread J Gao
Hello, We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual Domain, MailScanner) and I want setup the autoresponder for Postifx. I followed the instruction on http://nefaria.com/project_index/autoresponse/ Now, the autoresponse works in command line mode. I can add/delete/ena

Re: Autoresponse for Postfix problem

2012-04-13 Thread Reindl Harald
Am 13.04.2012 20:24, schrieb J Gao: > Hello, > > We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual Domain, > MailScanner) and I want setup the > autoresponder for Postifx. > > I followed the instruction on > http://nefaria.com/project_index/autoresponse/ > > Now, the autore

Re: Autoresponse for Postfix problem

2012-04-13 Thread Tom Hendrikx
On 13-04-12 20:24, J Gao wrote: > > We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual > Domain, MailScanner) and I want setup the autoresponder for Postifx. > > I followed the instruction on > http://nefaria.com/project_index/autoresponse/ > > I looked the maillog and I found

Re: Autoresponse for Postfix problem

2012-04-13 Thread J Gao
On 12-04-13 11:31 AM, Reindl Harald wrote: Am 13.04.2012 20:24, schrieb J Gao: Hello, We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual Domain, MailScanner) and I want setup the autoresponder for Postifx. I followed the instruction on http://nefaria.com/project_index/autor

Re: Autoresponse for Postfix problem

2012-04-13 Thread J Gao
On 12-04-13 11:35 AM, Tom Hendrikx wrote: On 13-04-12 20:24, J Gao wrote: We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual Domain, MailScanner) and I want setup the autoresponder for Postifx. I followed the instruction on http://nefaria.com/project_index/autoresponse/ I loo

Re: Autoresponse for Postfix problem

2012-04-13 Thread Reindl Harald
Am 13.04.2012 20:38, schrieb J Gao: > On 12-04-13 11:31 AM, Reindl Harald wrote: >> >> Am 13.04.2012 20:24, schrieb J Gao: >>> Hello, >>> >>> We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual >>> Domain, MailScanner) and I want setup the >>> autoresponder for Postifx. >>> >>>

Re: Autoresponse for Postfix problem

2012-04-13 Thread Tom Hendrikx
On 13-04-12 20:47, J Gao wrote: > On 12-04-13 11:35 AM, Tom Hendrikx wrote: >> On 13-04-12 20:24, J Gao wrote: >>> We have a Postfix mail server (CentOS 5.7, Postfix, Courier, Virtual >>> Domain, MailScanner) and I want setup the autoresponder for Postifx. >>> >>> I followed the instruction on >>>