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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 224353 - 224382 of 293237   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
224353 Marky Yehezkiel
marky@... Send Email
Aug 1, 2007
5:39 pm
Dear All, Firstly sorry for my bad english, I have Mailserver and the function as MX, If I test from spamtest via abuse.net my MX can become open relay and I...
224354 Ed W
lists@... Send Email
Aug 1, 2007
5:49 pm
... Oh bother - sorry yes of course (once again) you are absolutely correct. Failure to read the log files Sorry for the noise - thanks for your endless help...
224355 Noel Jones
njones@... Send Email
Aug 1, 2007
5:50 pm
... You didn't provide enough information to give a proper diagnosis or solution. Please show us unaltered "postconf -n" output and unaltered log entries from...
224356 Marky Yehezkiel
marky@... Send Email
Aug 1, 2007
6:23 pm
Here is result after postconf main.cf : address_verify_map = btree:/var/verifier/verify alias_database = hash:/usr/local/etc/postfix/aliases alias_maps =...
224357 Andrew Noonan
anoonan@... Send Email
Aug 1, 2007
6:32 pm
Hi all, I seem to have a duplicate SMTP ID on two messages sent from the same machine. I didn't think that was likely (or really possible), but this happened...
224358 Mike Kenny
inzanix@... Send Email
Aug 1, 2007
6:41 pm
If you mean 7035988.1185963106924.SendAlerts.tomcat@web10, these are not duplicates. These are the same message. Once in the cleanup queue and 1 second later...
224359 Justin Kim
justin.kim@... Send Email
Aug 1, 2007
6:45 pm
Hello, I am having hard time finding the spammer. Can someone point me to right direction? According to the full header I got. The original reciever was my...
224360 Andrew Noonan
anoonan@... Send Email
Aug 1, 2007
6:55 pm
... No, I'm talking about the E00D03D417C SMTP ID. These are two different messages, one to a gmail account and one to a hotmail account. We have scripts...
224361 Noel Jones
njones@... Send Email
Aug 1, 2007
6:57 pm
... Is this the same configuration that failed the relay test? We need consistent information. This doesn't look like an open relay unless you've done...
224362 Victor Duchovni
Victor.Duchovni@... Send Email
Aug 1, 2007
7:02 pm
... These are not supposed to be globally unique. They are only unique within the second of message creation and for the lifetime of the message in the queue....
224363 Noel Jones
njones@... Send Email
Aug 1, 2007
7:08 pm
... [plain text only please] Search your maillog for the Message-ID "602666629.43471139705220@..." to see where it entered your system. Usual suspects...
224364 Saulo Calixto Bonfim
cuenco@... Send Email
Aug 1, 2007
8:11 pm
Hi Victor, ... Problem solved. Suddenly the truth appears. A group was nested into another that was nested in the first, and I guess this made the query loop...
224365 Gustavo Lima
gustavopml@... Send Email
Aug 1, 2007
8:15 pm
Hi All, I have a Debian 4.0 system running Postfix 2.3.8, installed by apt-get. It's protected by a mail gateway that filters virus and SPAM. It also looks for...
224366 John Thomas
gmane-2006-04-16@... Send Email
Aug 1, 2007
8:18 pm
I am hosting mail for friends and family on Postfix 2.3.3. I would like to turn on reject_sender_login_mismatch, but only for certain domains. Could I trouble...
224367 mouss
mlist.only@... Send Email
Aug 1, 2007
8:59 pm
... smtpd_restriction_classes = verify_login smtpd_sender_restrictions = check_recipient_access hash:/etc/postfix/special_domains verify_login = ...
224368 Victor Duchovni
Victor.Duchovni@... Send Email
Aug 1, 2007
9:08 pm
... Are home directories using NFS? Is nsswitch using LDAP for account (passwd) lookups? ... With NFS, (and especially automounters), you could be running into...
224369 Gustavo Lima
gustavopml@... Send Email
Aug 1, 2007
9:28 pm
... No NFS involved in this matter. But nsswitch is certainly usind ldap for passwd. ... Ok. This is what I just want to be sure. ... Fine. I can't reproduce...
224370 John Thomas
gmane-2006-04-16@... Send Email
Aug 1, 2007
9:31 pm
... This seems counterintuitive. Shouldn't it be check_sender_access, instead of check_recipient_access? <snip> ... Does dunno mean, basically, "no need to...
224371 mouss
mlist.only@... Send Email
Aug 1, 2007
9:45 pm
... I thought you wanted to do the check if the recipient domain is in some list. If you want per sender check, then there is no need for a restriction class....
224372 Victor Duchovni
Victor.Duchovni@... Send Email
Aug 1, 2007
9:47 pm
... Yes, but it is useful to exempt a sub-domain when enforcing a parent domain and all the other sub-domains. -- Viktor. Disclaimer: off-list followups get...
224373 mouss
mlist.only@... Send Email
Aug 1, 2007
9:49 pm
... dunno much, but this relies on procmail. so you just need to deliver via procmail....
224374 John Thomas
gmane-2006-04-16@... Send Email
Aug 1, 2007
10:07 pm
... [Embarrassed that I should know this] Does the above mean: 1. Add reject_sender_login_mismatch into smtpd_sender_restrictions. 2. Add...
224375 Wietse Venema
wietse@... Send Email
Aug 1, 2007
11:17 pm
... The workaround is version dependent (#ifdef VSTREAM_CTL_BUFSIZE). - Postfix 2.5 uses "large" VSTREAM buffers on connections with "large" MSS. - Postfix...
224376 Marky Yehezkiel
marky@... Send Email
Aug 1, 2007
11:23 pm
... consistent information. Yes it is same configuration. And I never change mydestination or my networks and I try from abuse.net/relay.html and from...
224377 Truong Tan Son
sontt@... Send Email
Aug 2, 2007
1:37 am
Dear Sir, I have plan to install Postfix to RHEL x86_64 because of more power in transferring messages of this software. I like to install it by source code...
224378 Victor Duchovni
Victor.Duchovni@... Send Email
Aug 2, 2007
1:46 am
... Yes. There was a 64-bit related bug in the code that implemented the "HOLD" action in header/body checks, this has been fixed some time ago. No 64-bit...
224379 Adam Jacob Muller
lists-postfix@... Send Email
Aug 2, 2007
1:50 am
Postfix will work fine on 64-bit OS'es. I have postfix running on multiple 64-bit Linux installs (Gentoo, not RH but 6-to-1). Clean code should generally work...
224380 Truong Tan Son
sontt@... Send Email
Aug 2, 2007
2:01 am
Dear Sirs, Now, I understand. I will use the newest version of Postfix to fix bug for x86_64. Thanks you very much. -- Truong Tan Son. ... From: "Victor...
224381 Marshal Newrock
marshal@... Send Email
Aug 2, 2007
5:00 am
Is it possible to use header/body checks to reject mail after it goes through a milter? I am trying to use spamass-milter with postfix 2.4.3 to scan mail ...
224382 Noel Jones
njones@... Send Email
Aug 2, 2007
5:02 am
... You still haven't shown us evidence you are an open relay. The configuration you posted earlier doesn't appear to be an open relay and your log postings...
Messages 224353 - 224382 of 293237   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