Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

postfix-users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1405
  • Category: Email
  • Founded: Jan 19, 1999
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 285394 - 285423 of 293296   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
285394 Jerry
postfix-user@... Send Email
Apr 24, 2012
12:35 pm
FreeBSD-8.2 STABLE Postfix (2.10-20120422) OpenSSL 1.0.1a 19 Apr 2012 I just updated to the latest devel version of Postfix and openssl-1.0.1a. Following the...
285395 Wietse Venema
wietse@... Send Email
Apr 24, 2012
1:08 pm
... Just to be sure, what is the output from: $ ldd /usr/libexec/postfix/smtp I did the Postfix testing between FreeBSD 8.2 with OpenSSL 1.0.1a from ports, and...
285396 Jerry
postfix-user@... Send Email
Apr 24, 2012
2:02 pm
On Tue, 24 Apr 2012 09:08:16 -0400 (EDT) ... This doesn't look good: ldd /usr/libexec/postfix/smtp ldd: /usr/libexec/postfix/smtp: No such file or directory ...
285397 Andreas.B
andreas@... Send Email
Apr 24, 2012
2:14 pm
... From: "Marko Weber" <weber@...> To: "Olivier Pavilla" <olivier.pavilla@...> Cc: "Postfix Users" <postfix-users@...> Sent:...
285398 Wietse Venema
wietse@... Send Email
Apr 24, 2012
2:21 pm
... That looks like the right OpenSSL version. Can you connect from the same FreeBSD box to the same hotmail server with "openssl s_client"? $ openssl s_client...
285399 Evelio VILA
evelio.vila@... Send Email
Apr 24, 2012
2:33 pm
hi guys! i have a content filter script that receives _only_ the body part of the message, not the headers. i would like to use it like this: ...
285400 Noel Jones
njones@... Send Email
Apr 24, 2012
2:54 pm
... No, postfix always passes the entire message to a content_filter, there is no option to pass random parts. -- Noel Jones...
285401 Chad M Stewart
Chad@... Send Email
Apr 24, 2012
3:20 pm
Is it possible to put the use of a smtpd_milter into a restriction class? From what I've read so far I'm suspect the answer is no. In which case I'll have to...
285402 Jerry
postfix-user@... Send Email
Apr 24, 2012
3:24 pm
On Tue, 24 Apr 2012 10:21:32 -0400 (EDT) ... New, TLSv1/SSLv3, Cipher is DES-CBC3-SHA The entire output is: $ openssl s_client -starttls smtp -connect...
285403 Wietse Venema
wietse@... Send Email
Apr 24, 2012
3:34 pm
... TLS1.2 is an invalid protocol name. Postfix will not send STARTTLS, disconnect, and make a plaintext connection if permitted. Apr 24 11:11:27 spike...
285404 Noel Jones
njones@... Send Email
Apr 24, 2012
3:42 pm
... No, the milter connection happens before postfix knows anything about the client. -- Noel Jones...
285405 Jerry
postfix-user@... Send Email
Apr 24, 2012
4:13 pm
On Tue, 24 Apr 2012 11:34:11 -0400 (EDT) ... I got those setting from your email to the list: <quote> However, it may be better to disable the new protocols...
285406 Sam Jones
sam_jones90@... Send Email
Apr 24, 2012
4:24 pm
Good afternoon, I've just been troubleshooting an issue with the php mail() function and Postfix. Keeping it short and to the point it appears that DKIM can be...
285407 Wietse Venema
wietse@... Send Email
Apr 24, 2012
4:51 pm
... This confirms that Postfix never found the entry in your SMTP TLS policy table (otherwise it would have complained about "TLS1.2"). ... I used both main.cf...
285408 Wietse Venema
wietse@... Send Email
Apr 24, 2012
4:58 pm
... This happens when you use an old Postfix version AND have MIXED line endings (some lines end in <LF>, other lines end in <CR><LF>). Two solutions: A) Use...
285409 Ben Rosengart
Ben.Rosengart@... Send Email
Apr 24, 2012
5:28 pm
... I'm surprised that such a basic aspect of mail processing is changing at such a late date. What caused you to introduce this change? Thanks, -- Ben...
285410 Wietse Venema
wietse@... Send Email
Apr 24, 2012
5:40 pm
... When Postfix was released, there was no need to accomodate buggy mail applications like there is today. Wietse...
285411 Jerry
postfix-user@... Send Email
Apr 24, 2012
6:30 pm
On Tue, 24 Apr 2012 12:51:16 -0400 (EDT) ... Thanks Wietse. It took me a while before I realized that I had to use: [smtp.live.com] as the key in the...
285412 Sam Jones
sam_jones90@... Send Email
Apr 24, 2012
7:07 pm
... Thanks for the response, that's perfect. For a moment I really thought I was going quite mad and at least now I know. Totally agree that this is not a...
285413 Andreas.B
andreas@... Send Email
Apr 24, 2012
7:09 pm
... From: "Sam Jones" <sam_jones90@...> To: <postfix-users@...> Sent: Tuesday, April 24, 2012 6:23 PM Subject: Does Cleanup (or something)...
285414 Wietse Venema
wietse@... Send Email
Apr 24, 2012
9:01 pm
[An on-line version of this announcement will be available at http://www.postfix.org/announcements/postfix-2.9.2.html] Postfix stable release 2.9.2, and legacy...
285415 Ralf Hildebrandt
Ralf.Hildebrandt@... Send Email
Apr 24, 2012
9:47 pm
... I wonder if that was the reason for my STARTTLS problems (where I couldn't send to several M$ systems, since they always stopped answering after STARTTLS...
285416 Wietse Venema
wietse@... Send Email
Apr 24, 2012
11:42 pm
... Fails with OpenSSL 1.0.1a with default setting ("smtp_tls_protocols = !SSLv2"): Apr 24 19:25:33 spike postfix/smtp[28601]: 3Vcgd83t7Szk2RQ: ...
285417 The Doctor
doctor@... Send Email
Apr 24, 2012
11:46 pm
On Tue, Apr 24, 2012 at 05:01:29PM -0400, Wietse Venema wrote: > [An on-line version of this announcement will be available at >...
285418 Wietse Venema
wietse@... Send Email
Apr 25, 2012
12:21 am
... Are you really building Postfix on BSD/OS 4.x? I should start trimming the list of supported configurations; I have not used BSD/OS for more than 10 years....
285419 The Doctor
doctor@... Send Email
Apr 25, 2012
12:41 am
... Yes. 2.8.X works nicely same with 2.9.0 and 2.9.1 ... -- Member - Liberal International This is doctor@... Ici doctor@... God,Queen and...
285420 Alex
mysqlstudent@... Send Email
Apr 25, 2012
12:50 am
Hi, I have a few postfix-2.8.7 systems on fedora15 that connect with another postfix-2.8.7 system. I'm receiving the following messages periodically in the...
285421 Wietse Venema
wietse@... Send Email
Apr 25, 2012
1:00 am
... If the BSD/OS 4.x compiler dies on #ifdefs in an argument list like this: SSL_set_options(TLScontext->con, ((protomask & TLS_PROTOCOL_TLSv1) ?...
285422 Wietse Venema
wietse@... Send Email
Apr 25, 2012
1:03 am
Alex: [ Charset ISO-8859-1 unsupported, converting... ] ... tcpdump will show if this is an MTU problem, mis-handling of TCP window scaling in a buggy...
285423 The Doctor
doctor@... Send Email
Apr 25, 2012
1:19 am
... That works! BTW, gcc being used is 3.2.3 ... -- Member - Liberal International This is doctor@... Ici doctor@... God,Queen and country!Never...
Messages 285394 - 285423 of 293296   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help