On Thu, Dec 23, 2010 at 01:02:51AM -0500, micah wrote:
> Obviously it is well understood that the security of cryptographic
> software, such as TLS, depends on good random numbers. Postfix's
> tlsmgr(8) maintains a PRNG pool, which is fed from an external source,
> configured via tls_random_source
Hi:
I´m trying to upgrade my postfix server from postfix 2.6.5 to postfix
2.7.2, however when run a "make" appears the following errors:
Undefined first referenced
symbol in file
dbm_dirfno ../../lib/libutil.a(dict_dbm.o
Wilberth Perez:
> Hi:
>
> I?m trying to upgrade my postfix server from postfix 2.6.5 to postfix
> 2.7.2, however when run a "make" appears the following errors:
>
> Undefined first referenced
> symbol in file
> dbm_dirfno
I am trying to strip some lines from outgoing mail header. It doesn't
work for me. I am not sure what I am doing wrong.
master.cf
-o header_checks=pcre:header_checks.pcre
header_checks.pcre
/^(.*Received.*192\.168\.12\.7.*)/ IGNORE
when I run
postmap -q - 'Received: from exch.dom.loc
* Roman Gelfand :
> I am trying to strip some lines from outgoing mail header. It doesn't
> work for me. I am not sure what I am doing wrong.
>
> master.cf
>
> -o header_checks=pcre:header_checks.pcre
Where EXACTLY? Details!
> header_checks.pcre
>
> /^(.*Received.*192\.168\.12\.7.*)/ IG
* Roman Gelfand :
> I am trying to strip some lines from outgoing mail header. It doesn't
> work for me. I am not sure what I am doing wrong.
>
> master.cf
>
> -o header_checks=pcre:header_checks.pcre
Provide full path to header_checks.pcre.
--
All technical questions asked privately will b
Good Evening:
Ok I have struggled and I have no idea what to do next so I would greatly
appreciate any and all help.
My postfix server works with all other POP3 email providers (AOL,
Meaasgelabs, etc) except Verizon¹s myvzw.com which of course is what my new
droid X uses.
POP3 is configured with
On 12/27/2010 4:14 PM, Roman Gelfand wrote:
I am trying to strip some lines from outgoing mail header. It doesn't
work for me. I am not sure what I am doing wrong.
master.cf
-o header_checks=pcre:header_checks.pcre
Your error report is a little light on details... It would be
nice if you
On 12/27/2010 4:29 PM, Mark Khan wrote:
Good Evening:
Ok I have struggled and I have no idea what to do next so I
would greatly appreciate any and all help.
My postfix server works with all other POP3 email providers
(AOL, Meaasgelabs, etc) except Verizon’s myvzw.com which of
course is what my
On Mon, Dec 27, 2010 at 05:29:18PM -0500, Mark Khan wrote:
> My postfix server works with all other POP3 email providers (AOL,
> Meaasgelabs, etc) except Verizon?s myvzw.com which of course is what my new
> droid X uses.
> POP3 is configured with just login and password. No TLS.
What does POP3 h
On Mon, Dec 27, 2010 at 04:33:26PM -0600, Noel Jones wrote:
>> master.cf
>>
>> -o header_checks=pcre:header_checks.pcre
The file in question is unlikely to be in the "current" directory. This
should be:
-o header_checks=pcre:${config_directory}/header_checks.pcre
--
Viktor.
You are right on the money. I made the change and it works now.
Thanks
On Mon, Dec 27, 2010 at 5:33 PM, Noel Jones wrote:
> On 12/27/2010 4:14 PM, Roman Gelfand wrote:
>>
>> I am trying to strip some lines from outgoing mail header. It doesn't
>> work for me. I am not sure what I am doing wro
It appears smtp is advertising localhost (127.0.0.1) as in Received:
from 127.0.0.1 (EHLO mail.mydomain.com).
If this is so, can it be changed to the actual wan ip?
Thanks in advance
On 12/27/2010 5:18 PM, Roman Gelfand wrote:
It appears smtp is advertising localhost (127.0.0.1) as in Received:
from 127.0.0.1 (EHLO mail.mydomain.com).
If this is so, can it be changed to the actual wan ip?
Thanks in advance
That's not a postfix header. Maybe it's inserted by your
conte
Actually, I think it was inserted by yahoo, where I sent this email.
That being said, I thought it was sent by postfix to yaho in ehlo
conversation.
On Mon, Dec 27, 2010 at 6:25 PM, Noel Jones wrote:
> On 12/27/2010 5:18 PM, Roman Gelfand wrote:
>>
>> It appears smtp is advertising localhost (127
Le 28/12/2010 00:40, Roman Gelfand a écrit :
> Actually, I think it was inserted by yahoo, where I sent this email.
> That being said, I thought it was sent by postfix to yaho in ehlo
> conversation.
>
by default, postfix helo's with smtp_helo_name, which defaults to
$myhostname.
Did you change
Hi Victor:
Here is a snoop snippet of a failed email. I am hoping you can you tell me
how to configure postfix to ignore AUTH requests?
105.sub-174-252-160.myvzw.com -> rambo-newSMTP C port=50726
rambo-new -> 105.sub-174-252-160.myvzw.com SMTP R port=50726
105.sub-174-252-160.myvzw.com ->
Hello, Postfix Users.
Our ultimate goal is to use Postfix to send mail to a large opt-in mailing
list "From: nore...@foobar.com" using a "Return-path:
addr...@bounce.foobar.com" where "address" is unique to each recipient
(a...@bounce.foobar.com, 1...@bounce.foobar.com, etc.) for bounce-processing
On Mon, Dec 27, 2010 at 06:23:43PM -0800, Steve Jenkins wrote:
> Dec 27 18:13:43 foo postfix/trivial-rewrite[25643]: warning: do not
> list domain bounce.foobar.com in BOTH virtual_mailbox_domains and
> relay_domains
>
> My guess is that since I don't have a relay_domains explicitly set,
> the
/dev/rob0 said:
>If you don't plan to use relay_domains, indeed, unset it:
> relay_domains =
>The $mydestination default setting was for backward compatibility.
>Combined with the default of parent_domain_matches_subdomains, this
>can cause problems, because all subdomains of mydestination dom
Steve Jenkins:
> /dev/rob0 said:
>
> >If you don't plan to use relay_domains, indeed, unset it:
> > relay_domains =
> >The $mydestination default setting was for backward compatibility.
> >Combined with the default of parent_domain_matches_subdomains, this
> >can cause problems, because all su
On Mon, Dec 27, 2010 at 07:50:18PM -0500, Mark Khan wrote:
> Hi Victor:
>
> Here is a snoop snippet of a failed email. I am hoping you can you tell me
> how to configure postfix to ignore AUTH requests?
Why should it ignore AUTH? Why not configure support for AUTH, especially
from mobile handset
m...@domain.tld has an alias al...@domain.tld and mail sent to alias.
X-Original-To: al...@domain.tld prepends to the message. It's OK.
If the before-queue content filter enabled as shown below then X-Original-To:
is m...@domain.tld. Why did this happen? I suppose it must be al...@domain.tld
an
23 matches
Mail list logo