Hold Messages : Problem

2012-06-25 Thread santosh malavade
Hi, I am trying to hold messages based on the client and sender address, but its not getting in hold queue and getting rejected : my client address is : 192.168.40.3 sender address is santosh.malav...@example.com ( domain changed ) This is the output from postconf -n alias_database = hash:/et

Re: How to move msgs from deferred to HOLD?

2012-06-25 Thread Nicolás
El 25/06/2012 1:54, Len Conrad escribió: Releasing from HOLD to deliverable is clear (and used often) Reading that makes me wonder how to deliver a mail that's on the Hold queue due to an header_checks directive. Let's suppose I have: header_checks = regexp:/etc/postfix/rejectedmails Cont

Non-Postfix mailbox store: separate domains, non-UNIX accounts

2012-06-25 Thread Feel Zhou
Hello My friend I read the documentation of virtual domain hosting. http://www.postfix.org/VIRTUAL_README.html. and use the next setting: 3 virtual_mailbox_domains = example.com ...more domains... 4 virtual_mailbox_maps

Re: multiple postmaster aliases

2012-06-25 Thread Simon Brereton
On 22 June 2012 16:57, Wietse Venema wrote: > Simon Brereton: >> I would like to use an alias file that routes any of >> postmas...@example.net, postmas...@example.com, >> postmas...@example.info, postmas...@example.org, etc (and also abuse@) >> to postmas...@example.com without having to have the

Re: multiple postmaster aliases

2012-06-25 Thread James B. Byrne
On Mon, June 25, 2012 11:50, Simon Brereton wrote: > On 22 June 2012 16:57, Wietse Venema wrote: >> Simon Brereton: >>> I would like to use an alias file that routes any of >>> postmas...@example.net, postmas...@example.com, >>> postmas...@example.info, postmas...@example.org, etc (and also >>> a

Re: multiple postmaster aliases

2012-06-25 Thread Simon Brereton
On 25 June 2012 09:23, James B. Byrne wrote: > > On Mon, June 25, 2012 11:50, Simon Brereton wrote: >> On 22 June 2012 16:57, Wietse Venema wrote: >>> Simon Brereton: I would like to use an alias file that routes any of postmas...@example.net, postmas...@example.com, postmas...@exa

Re: Hold Messages : Problem

2012-06-25 Thread Noel Jones
On 6/25/2012 2:03 AM, santosh malavade wrote: > Hi, > > I am trying to hold messages based on the client and sender address, > but its not getting in hold queue and getting rejected : > ... > > I have tried to search it on the google, and got one url > http://comments.gmane.org/gmane.mail.postf

Re: How to move msgs from deferred to HOLD?

2012-06-25 Thread Noel Jones
On 6/25/2012 2:23 AM, Nicolás wrote: > El 25/06/2012 1:54, Len Conrad escribió: >> Releasing from HOLD to deliverable is clear (and used often) >> >> > > Reading that makes me wonder how to deliver a mail that's on the > Hold queue due to an header_checks directive. Let's suppose I hav

Plus (+ Address Extensions) addressing

2012-06-25 Thread James B. Byrne
I am trying to get this messaged delivered to cyrus-imapd via lmtp as shown: echo -e "Subject: Test Delivery\n\n A Test Message $(date)\n." | sendmail -vvv someuser+deliv...@example.com These imap directories exist: /var/spool/imap/s/someuser/example/delivery Both user.example and user.example

Re: Plus (+ Address Extensions) addressing

2012-06-25 Thread Bill Cole
On 25 Jun 2012, at 14:03, James B. Byrne wrote: [...] The virtual_aliases map contains this: @example.com someuser So that any address in example.com is entirely replaced with the local address someuser, no matter what the local part of the original address

Re: How to move msgs from deferred to HOLD?

2012-06-25 Thread Viktor Dukhovni
On Mon, Jun 25, 2012 at 08:23:53AM +0100, Nicol?s wrote: > 1) postsuper -h doesn't work because it would be delivered again to > pickup and again filtered by header_checks, so it would be placed on > Hold again. Only "postsuper -r" moves mail back into the "maildrop" queue for pickup(8). Perhaps

Re: Make smtpd/Postscreen compatible with load balancers

2012-06-25 Thread Wietse Venema
proxy is not the only proxy agent that works with Postfix. Support > for nginx with proxied SASL authentication is available in Postfix > 2.9 smtpd(8). This uses the XCLIENT protocol. After another week of testing, this is now released as a regular development release postfix-2.10-20120625. Wietse

Re: Hold Messages : Problem

2012-06-25 Thread Viktor Dukhovni
On Mon, Jun 25, 2012 at 11:47:41AM -0500, Noel Jones wrote: > HOLD does not imply "OK". You can create smtpd_restriction_classes > that will do both: > > # main.cf > smtpd_restriction_classes = >HOLD_OK > > HOLD_OK = >reject_unauth_destination >check_client_access static:HOLD >p

Re: Hold Messages : Problem

2012-06-25 Thread santosh malavade
On Mon, Jun 25, 2012 at 10:17 PM, Noel Jones wrote: > On 6/25/2012 2:03 AM, santosh malavade wrote: > > Hi, > > > > I am trying to hold messages based on the client and sender address, > > but its not getting in hold queue and getting rejected : > > > ... > > > > I have tried to search it on the

Milter socket can only be inside /var/spool/postfix ?

2012-06-25 Thread Ram
I have a custom milter in C ( for email archiving ) which works fine on my servers with postfix 2.8+. ( RHEL 5.5 ) When I tried to install the milter on a ubuntu box with postfix 2.7 , unless I create the socket inside spool directory for eg. /var/spool/postfix/$path/milter.sock Postfix does