On 2011-09-09 02:06, Noel Jones wrote:
Use smtp_generic_maps to rewrite the new address back to the original
during delivery.
http://www.postfix.org/postconf.5.html#smtp_generic_maps
@other.example.com @example.com This can be done either globally or
with an -o override in a dedicated master.c
On 2011-09-09 02:00, Wietse Venema wrote:
Jay Ess:
On 2011-09-09 01:17, Wietse Venema wrote:
Jay Ess:
I have a primary SMTP-server that receives for domain.tld (duuuh)
and it stores it in Maildirs. I also want to forward every mail
received for the domain to another server that will do the ex
On 9/8/2011 6:44 PM, Jay Ess wrote:
> On 2011-09-09 01:17, Wietse Venema wrote:
>> Jay Ess:
>>> I have a primary SMTP-server that receives for domain.tld (duuuh)
>>> and it stores it in Maildirs. I also want to forward every mail
>>> received for the domain to another server that will do the exact
Jay Ess:
> On 2011-09-09 01:17, Wietse Venema wrote:
> > Jay Ess:
> >> I have a primary SMTP-server that receives for domain.tld (duuuh)
> >> and it stores it in Maildirs. I also want to forward every mail
> >> received for the domain to another server that will do the exact
> >> same thing.
> > U
On 2011-09-09 01:17, Wietse Venema wrote:
Jay Ess:
I have a primary SMTP-server that receives for domain.tld (duuuh)
and it stores it in Maildirs. I also want to forward every mail
received for the domain to another server that will do the exact
same thing.
Use pcre-based recipient_bcc_maps.
Michael C. Robinson:
> What does Postfix stamp in the email headers when email comes into it?
As required by the SMTP standard (RFC 821, RFC 2821, RFC 5321),
Postfix prepends exactly one Received: header.
Received: from helo_name (fcrdns_name [address]) ...
Wietse
> -Original Message-
> From: owner-postfix-us...@postfix.org
> [mailto:owner-postfix-us...@postfix.org] On Behalf Of Michael C. Robinson
> Sent: Thursday, September 08, 2011 4:31 PM
> To: postfix-users@postfix.org
> Subject: What does Postfix stamp...
>
> With amavis, I guess that postfix
What does Postfix stamp in the email headers when email comes into it?
I need to control this for spam filtering purposes. I started using
amavis and a header line I was depending on, X-Originating-IP,
disappeared. I thought postfix was adding this header line, but maybe
it wasn't. I need someth
Jay Ess:
> I have a primary SMTP-server that receives for domain.tld (duuuh)
> and it stores it in Maildirs. I also want to forward every mail
> received for the domain to another server that will do the exact
> same thing.
Use pcre-based recipient_bcc_maps.
/etc/postfix/main.cf:
recipient_
I have a primary SMTP-server that receives for domain.tld (duuuh) and it stores
it in Maildirs.
I also want to forward every mail received for the domain to another server that
will do the exact same thing.
I know that i can forward mail to another address via the virtual_mailbox_maps
file but i
2011/9/8 Fernando Maior
> On Thu, Sep 8, 2011 at 10:22 AM, Wietse Venema
> wrote:
> > Jean-Luc CHANDEZON:
> >> Hello,
> >> I believe my request is very simple, but I don't find how I can do that.
> >> When you receive a NDR from postfix server, the mail is sent by
> >> MAILER-DAEMON@hostname.loc
Bob Proulx:
> I have been trying to deduce if it is possible to force a message
> waiting in the mail queue with temporary errors (domain name
> resolution failures) to bounce right now instead of waiting for the
> timeout.
It would be incorrect to force a message to bounce. Messages can
have mult
On 2011-09-08 22:33, Bob Proulx wrote:
I have been trying to deduce if it is possible to force a message
waiting in the mail queue with temporary errors (domain name
resolution failures) to bounce right now instead of waiting for the
timeout.
The mail queue has messages addressed to unreachable
Yves Kreis:
>
> On 08.09.2011, at 22:17, Wietse Venema wrote:
>
> > Heiko Wundram:
> >> Hey!
> >>
> >> I'm currently working up a patch for Postfix which implements support
> >> for libsrs2 functionality in the Postfix core.
> >
> > Instead of tearing up Postfix, consider implementing sender and
I have been trying to deduce if it is possible to force a message
waiting in the mail queue with temporary errors (domain name
resolution failures) to bounce right now instead of waiting for the
timeout.
The mail queue has messages addressed to unreachable addresses. I
know that if I do nothing t
On 08.09.2011, at 22:17, Wietse Venema wrote:
Heiko Wundram:
Hey!
I'm currently working up a patch for Postfix which implements support
for libsrs2 functionality in the Postfix core.
Instead of tearing up Postfix, consider implementing sender and
recipient address manipulations with a Milte
Heiko Wundram:
> Hey!
>
> I'm currently working up a patch for Postfix which implements support
> for libsrs2 functionality in the Postfix core.
Instead of tearing up Postfix, consider implementing sender and
recipient address manipulations with a Milter plugin. This would
do all the work at the
Hey!
I'm currently working up a patch for Postfix which implements support
for libsrs2 functionality in the Postfix core.
I've gotten to some "design" decisions I'm currently somewhat...
undecided about:
1) Rewriting the recipient
Basically, rewriting the recipient (in case of a valid SRS
On 2011-09-08 2:05 PM, Crazedfred wrote:
I would agree that I most likely don't need chroot (and it is strange
that the default config has issues with chroot?). How can I disable the
feature for all of postfix's components?
As I said... place an 'n' in the chroot column for each service...
Rt
> Please don't top post...
Whoops, sorry, web-client defaults :)
It doesn't even quote correctly.
> Eliminate the chroot until you get it working, *then* work on chrooting
> everything - *if* you really feel you need it (most people don't).
I would agree that I most likely don't need chroot
Please don't top post...
On 2011-09-08 1:33 PM, Crazedfred wrote:
On Wednesday, September 7, 2011 1:02 PM, Charles Marcus wrote:
On 2011-09-07 1:01 PM, Crazedfred
I ran "saslfinger -c" and "saslfinger -s" and it does appear that many
of the relevant services are chrooted.
Either they are o
Quite right. However, my question is, what do I do with it now?
I followed patrick's suggestions and got the same results.
Any help appreciated :)
From: Charles Marcus
To: postfix-users@postfix.org
Sent: Wednesday, September 7, 2011 1:02 PM
Subject: Re: Issue
On Thu, Sep 8, 2011 at 10:22 AM, Wietse Venema wrote:
> Jean-Luc CHANDEZON:
>> Hello,
>> I believe my request is very simple, but I don't find how I can do that.
>> When you receive a NDR from postfix server, the mail is sent by
>> MAILER-DAEMON@hostname.local.
>> I would to change the sender. I'v
Morten Stevens:
> On Thu, 8 Sep 2011 08:21:26 -0400 (EDT), Wietse Venema wrote:
> > Morten Stevens:
> >> Hi,
> >>
> >> Is it possible to define a custom tempfail response for unverified
> >> recipients?
> > There are no undocumented or invisible unverified_recipient_**
> > configuration parameters,
On Thu, 8 Sep 2011 08:21:26 -0400 (EDT), Wietse Venema wrote:
Morten Stevens:
Hi,
Is it possible to define a custom tempfail response for unverified
recipients?
There are no undocumented or invisible unverified_recipient_**
configuration parameters, so your question can be answered 100%
by rea
Am 08.09.2011 15:16, schrieb Wietse Venema:
> Reindl Harald:
No. However, you can APPEND a local text to the reply if you
upgrade to Postfix 2.8.
>>>
>>> Reindl Harald:
this is a nice feature and active here since 2011-01
but be careful if you use postfix behind a barracu
afshin afzali:
> Hi Guys,
>
> I would like to know that does email send by sendmail check by access policy
> server?
The Postfix sendmail command does not use a policy server, but it
has its own access mechanism by username.
/etc/postfix/main.cf:
authorized_submit_users = !foo, !bar, static:
Jean-Luc CHANDEZON:
> Hello,
> I believe my request is very simple, but I don't find how I can do that.
> When you receive a NDR from postfix server, the mail is sent by
> MAILER-DAEMON@hostname.local.
> I would to change the sender. I've seen you can modify master.cf, by adding
> "null_sender=" va
Reindl Harald:
> >> No. However, you can APPEND a local text to the reply if you
> >> upgrade to Postfix 2.8.
> >
> > Reindl Harald:
> >> this is a nice feature and active here since 2011-01
> >>
> >> but be careful if you use postfix behind a barracuda-spamfirewall
> >> the firewall has to be exl
Hello,
I believe my request is very simple, but I don't find how I can do that.
When you receive a NDR from postfix server, the mail is sent by
MAILER-DAEMON@hostname.local.
I would to change the sender. I've seen you can modify master.cf, by adding
"null_sender=" values in a pipe, but it does not
Am 08.09.2011 14:20, schrieb Wietse Venema:
> Josef Karliak:
>>Good day everybody,
>>could I change SMTP error message ? For example email doesn't
>> exists, email return message like "5.1.1 smtp; 550 5.1.1
>> : Recipient address rejected: User unknown in local
>> recipient table> #
Morten Stevens:
> Hi,
>
> Is it possible to define a custom tempfail response for unverified
> recipients?
>
> For example:
>
> unverified_recipient_reject_reason = User unknown
> unverified_recipient_reject_code = 550
There are no undocumented or invisible unverified_recipient_**
configuratio
Josef Karliak:
>Good day everybody,
>could I change SMTP error message ? For example email doesn't
> exists, email return message like "5.1.1 smtp; 550 5.1.1
> : Recipient address rejected: User unknown in local
> recipient table> #SMTP#. Could I change this message, for my own
> me
Hi,
Is it possible to define a custom tempfail response for unverified
recipients?
For example:
unverified_recipient_reject_reason = User unknown
unverified_recipient_reject_code = 550
rcpt to:
550 5.1.1 : Recipient address rejected: undeliverable
address: User unknown
That's right so fa
Am 08.09.2011 12:57, schrieb Wietse Venema:
> Josef Karliak:
>>Good day everybody,
>>could I change SMTP error message ? For example email doesn't
>> exists, email return message like "5.1.1 smtp; 550 5.1.1
>> : Recipient address rejected: User unknown in local
>> recipient table> #
Josef Karliak:
>Good day everybody,
>could I change SMTP error message ? For example email doesn't
> exists, email return message like "5.1.1 smtp; 550 5.1.1
> : Recipient address rejected: User unknown in local
> recipient table> #SMTP#. Could I change this message, for my own
> me
Hi,
thanks for answer. Don't worry, I wanna keep english message and
Czech message will be added (english error message will be translated
to a Czech). My boss want it :-/
Thanks and regards
J.K.
Cituji Reindl Harald :
Am 08.09.2011 09:47, schrieb Josef Karliak:
Good day every
Am 08.09.2011 09:47, schrieb Josef Karliak:
> Good day everybody,
> could I change SMTP error message ? For example email doesn't exists, email
> return message like "5.1.1 smtp; 550
> 5.1.1 : Recipient address rejected: User unknown in local
> recipient table> #SMTP#. Could I change
> this
Good day everybody,
could I change SMTP error message ? For example email doesn't
exists, email return message like "5.1.1 smtp; 550 5.1.1
: Recipient address rejected: User unknown in local
recipient table> #SMTP#. Could I change this message, for my own
message in the czech language
On 9/7/2011 5:00 AM, David Touzeau wrote:
Is there a parameter to force postfix to not use the system DNS but
query a specified DNS servers in a list ?
Assuming you don't run one already, you may want to consider installing
a lightweight local caching resolver on your Postfix host(s), such as
Am 08.09.2011 08:56, schrieb afshin afzali:
> Hi Guys,
>
> I would like to know that does email send by sendmail check by access policy
> server?
no
do not allow users terminal access and in the case of a webserver use smtp
with authentication on the ethernet-ip and disable listening on 127.0
41 matches
Mail list logo