Hello,
I am looking for a way to configure a 2nd postfix instance for
handle mail bounce only. Is it possible?
- Joe
Hello,
I am looking for a way to configure a 2nd postfix instance for handle
mail bounce only. Is it possible?
- Joe
nce' postfix instance. Any thought?
- Joe
On Sun, Jul 11, 2010 at 9:56 PM, Ralf Hildebrandt
wrote:
> * Joe Wong :
>> Hello,
>>
>> I am looking for a way to configure a 2nd postfix instance for
>> handle mail bounce only. Is it possible?
>
> 2nd instance on th
typo in my last email, it has nothing to do with the
sender_dependent_relay_host_map..
On Sun, Jul 11, 2010 at 10:00 PM, Joe Wong wrote:
> Yes, on the same machine.
>
> The reason I want to do this is I have sender_dependent_relay_host map
> defined, it didn't work with
but I want to preserve "<>" as envelope sender for bounce message, doable?
On Sun, Jul 11, 2010 at 10:06 PM, Ralf Hildebrandt
wrote:
> * Joe Wong :
>> Yes, on the same machine.
>>
>> The reason I want to do this is I have sender_dependent_relay_host map
>&
Hello,
For some good reason, I want to have a way to bounce all message in deferred
queue. Is there a command(s) to do so?
many thanks,
- joe
I am looking to into configure postfix with the captioned feature, does
anyone has a pointer for me to follow?
many thanks,
- joe
Hi Noel,
Thanks for the info. According to the doc, it only works if the mail is
submitted via SMTP, does it have similar option if the mail is injected to
the queue by sendmail interface?
- Joe
On Thu, Aug 5, 2010 at 11:06 PM, Noel Jones wrote:
> On 8/5/2010 5:10 AM, Joe Wong wrote:
>
gt; mailto:njo...@megan.vbhcs.org>> wrote:
>>
>> On 8/5/2010 5:10 AM, Joe Wong wrote:
>>
>>I am looking to into configure postfix with the captioned
>>feature, does anyone has a pointer for me to follow?
>>
>>many thanks,
&g
Hello,
Postfix write the Received header like this:
Received: from HELO.HOSTNAME (*HOSTNAME_OF_CONNECTING_IP* [CONNECTING_IP])
by HOSTNAME_OF_POSTFIX (Postfix) with SMTP id 0ABBCCDDEE
for >; Wed, 1 Nov 2010
00:00:00 + (GMT)
is there a way to tell postfix not to write the
Thanks Viktor. I miss this one when reading the man page.. :)
On Fri, Nov 5, 2010 at 12:42 AM, Victor Duchovni <
victor.ducho...@morganstanley.com> wrote:
> On Fri, Nov 05, 2010 at 12:25:21AM +0800, Joe Wong wrote:
>
> > is there a way to tell postfi
Hello,
I would like to know if there is possible to configure postfix not to
bounce a message if it contain certain header in the message? I tried adding
-o header_checks option to the bounce process in master.cf, does not seems
picking up my header check pcre config.
Regards,
- joe
Hi if that header only presents in the original message but no the BOUNCE
message itself, should be ok? But in this case I am checking that header in
the BOUNCE MESSAGE mail body?
- Joe
On Thu, Jan 20, 2011 at 4:59 PM, Ralf Hildebrandt <
ralf.hildebra...@charite.de> wrote:
> *
:50:30PM +0800, Joe Wong wrote:
> > I would like to know if there is possible to configure postfix not
> > to bounce a message if it contain certain header in the message? I
> > tried adding -o header_checks option to the bounce process in
> > master.cf, does not seems pickin
Hello,
I found that if the mail relay defined in sender dependent transport map
is temporary unreachable during first mail delivery attempt, the 2nd mail
delivery is using relayhost setting defined in main.cf. Is this expected?
- Joe
AM, Joe Wong wrote:
>
> Hello,
>
> I found that if the mail relay defined in sender dependent transport map
>
>
> That doesn't exist; do you mean sender_dependent_default_transport_maps, or
> sender_dependent_relayhost_maps ?
> They behave differently.
>
>
Hello,
is it possible to configure postfix not to send email with recipient
domains to certain MX host?
- Joe
On Thu, Dec 15, 2011 at 9:37 PM, Noel Jones wrote:
> On 12/15/2011 5:44 AM, Joe Wong wrote:
> > Hello,
> >
> > is it possible to configure postfix not to send email with
> > recipient domains to certain MX host?
> >
> > - Joe
> >
Hello,
Say my MTA has multiple IP addresses on it. Is there a way to
configure Postfix (outbound) to use IP 1 when matching condition A and
IP2 if matching condition B and IP3 and none of the conditions are
matched?
Thanks,
- joe
Thanks for the reference. How could this be used with some condition?
I am looking for binding sender domain A with IP 1 and domain B go
through IP 2, go to IP3 otherwise.
- Joe
On Tue, Feb 7, 2012 at 8:00 PM, Wietse Venema wrote:
> Reindl Harald:
>> Am 07.02.2012 09:53, schrieb
t; Am 07.02.2012 15:19, schrieb Joe Wong:
>> Thanks for the reference. How could this be used with some condition?
>> I am looking for binding sender domain A with IP 1 and domain B go
>> through IP 2, go to IP3 otherwise.
>>
>> - Joe
>>
>> On Tue, Feb 7, 201
I read the details of the multiple instance support but it's not clear
to me how I can use it to achieve my goal. Do anyone have similar
setup and share your configuration here?
Many Thanks,
- Joe
On Tue, Feb 7, 2012 at 11:01 PM, Joe Wong wrote:
> Thanks Reindl.
>
> On Tue, Feb
multiple instance support, I am not sure how
this will work with my setup. Appreciated your opinion here.
Best regards,
- Joe
On Thu, Feb 9, 2012 at 1:43 AM, Andrew Beverley wrote:
> On Wed, 2012-02-08 at 16:46 +0800, Joe Wong wrote:
>> I read the details of the multiple instance su
Hello Noel,
The IP I mentioned was not the remote IP, but the IP address in the
oubound MTA machine.
- Joe
On Thu, Feb 9, 2012 at 10:27 AM, Noel Jones wrote:
> On 2/8/2012 7:21 PM, Joe Wong wrote:
>> Hello Andy,
>>
>> Sorry I should state the details initially. I am hos
On Thu, Feb 9, 2012 at 11:41 AM, Noel Jones wrote:
> On 2/8/2012 9:24 PM, Joe Wong wrote:
>> Hello Noel,
>>
>> The IP I mentioned was not the remote IP, but the IP address in the
>> oubound MTA machine.
>>
>> - Joe
>
&g
Sent from my iPad
On 26 Mar, 2012, at 4:29, Patrick Ben Koetter wrote:
> * KingT :
>> I have just read SMTP Authentication and known have much type of it. Such as
>> mail Submission, Extended SMTP, SASL.
>>
>> And I want to setup an SMTP AUTH on my mail server. Which type I should
>> choose
Is there a config to tell posfix , to retry a email under A: host not found
condition?
May 23 15:59:22 mysmtp postfix/smtp[7507]: 92B8BCC3DE: to=<
t...@nosuchdomain.com>, relay=none, delay=0.01, delays=0.01/0/0/0,
dsn=5.4.4, status=bounced (Host or domain name not found. Name service
error for
On Fri, May 24, 2013 at 12:53 AM, Jan P. Kessler wrote:
> Am 23.05.2013 18:24, schrieb Joe Wong:
> > Is there a config to tell posfix , to retry a email under A: host not
> > found condition?
> >
> > May 23 15:59:22 mysmtp postfix/smtp[7507]: 92B8BCC3DE:
> > to
On Fri, May 24, 2013 at 1:03 AM, Joe Wong wrote:
>
>
> On Fri, May 24, 2013 at 12:53 AM, Jan P. Kessler
> wrote:
>
>> Am 23.05.2013 18:24, schrieb Joe Wong:
>> > Is there a config to tell posfix , to retry a email under A: host not
>> > found condition?
&
Sent from my iPad
On 24 May, 2013, at 1:27, wie...@porcupine.org (Wietse Venema) wrote:
> Joe Wong:
>>> Afaik this is the default behaviour. Postfix retries until
>>> queue_lifetime is exceeded.
>>>
>>> Are you experiencing something else? Can you show t
30 matches
Mail list logo