Re: startTLS with postfix under load

2008-08-08 Thread Quanah Gibson-Mount
--On Thursday, July 24, 2008 11:57 AM -0400 Victor Duchovni <[EMAIL PROTECTED]> wrote: Your mental model of this is flawed. Postfix runs hundreds of cleanup servers, hundreds of smtpd servers, further-more, if tables are not carefully defined to have identical values for connection-related para

Re: Redirect Mail for specific Domain.

2008-08-08 Thread Linux Addict
On Fri, Aug 8, 2008 at 9:45 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > Linux Addict <[EMAIL PROTECTED]> wrote: > > > Hi, I have virtual zone on a postfix mail relay. > > > > Virtual Zone Virtual Alias > > zone1.example.com [EMAIL PR

Re: Redirect Mail for specific Domain.

2008-08-08 Thread Sahil Tandon
Linux Addict <[EMAIL PROTECTED]> wrote: > Hi, I have virtual zone on a postfix mail relay. > > Virtual Zone Virtual Alias > zone1.example.com [EMAIL PROTECTED] goes to > [EMAIL PROTECTED] > > zone1.example.com is managed by us which

Re: Redirect Mail for specific Domain.

2008-08-08 Thread Barney Desmond
2008/8/9 Linux Addict <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] goes to [EMAIL PROTECTED] > > The problem I am facing is, the postfix server is resolving example.net to > external address, but I really want to send those mails to internal SMTP > address of example.net(Exchange Server). It sounds l

Re: single postmaster account for multiple virtual mailbox domains

2008-08-08 Thread Sahil Tandon
Juan Miscaro <[EMAIL PROTECTED]> wrote: > I would like to confirm a proposed solution to the following problem: > > Multiple virtual mailbox domains will have all mail destined to their > respective postmaster (and abuse) accounts sent to a single > other-domain address. So > > [EMAIL PROTECTED

2.5.3 - Freebsd 7.0 build with db4.1

2008-08-08 Thread J.D. Bronson
I installed a port of Berkeley db41-4.1.25_4 so I could build Cyrus (via another port) and having an issue trying to get postfix to build against it. I need to make sure postfix and cyrus link against the same bdb of course. #locate libdb41 /usr/local/lib/libdb41.a /usr/local/lib/libdb41.so /u

Redirect Mail for specific Domain.

2008-08-08 Thread Linux Addict
Hi, I have virtual zone on a postfix mail relay. Virtual Zone Virtual Alias zone1.example.com [EMAIL PROTECTED] goes to [EMAIL PROTECTED] zone1.example.com is managed by us which is postfix example.net is Exchange server managed by a

Re: Before queue filter vs access policy delegation?

2008-08-08 Thread Ralf Hildebrandt
* S P Arif Sahari Wibowo <[EMAIL PROTECTED]>: > Hi! > > I have one server using before queue content filter which sometime have > resource problem (mail delivery slow down bogged down by spams and > unreachable servers). Just not too long time ago I found about SMTPD > access policy delegation.

Before queue filter vs access policy delegation?

2008-08-08 Thread S P Arif Sahari Wibowo
Hi! I have one server using before queue content filter which sometime have resource problem (mail delivery slow down bogged down by spams and unreachable servers). Just not too long time ago I found about SMTPD access policy delegation. Since the filter do nothing to the e-mail other than ac

Re: Malformed DNS server reply

2008-08-08 Thread Wietse Venema
Chip Marshall: > Came across something odd today. I was trying to sign up at fuelly.com, > but my Postfix mail server is rejecting their signup confirmation e-mail > with the following: > > Aug 8 12:03:47 kyzoku postfix/smtpd[38670]: NOQUEUE: reject: RCPT from > fuelly.com[174.133.216.50]: 450 4

Malformed DNS server reply

2008-08-08 Thread Chip Marshall
Came across something odd today. I was trying to sign up at fuelly.com, but my Postfix mail server is rejecting their signup confirmation e-mail with the following: Aug 8 12:03:47 kyzoku postfix/smtpd[38670]: NOQUEUE: reject: RCPT from fuelly.com[174.133.216.50]: 450 4.1.8 <[EMAIL PROTECTED]>: S

Re: LDAP criteria in Postfix

2008-08-08 Thread Jason Voorhees
Thanks, you're the best. I used it and works perfectly! Actually, I was reading ldap_table but I didn't understand result_format (previously called as result_filter) correctly. You explained it better than the man page for me. Thanks again, bytes! Graham Leggett escribió: Jason Voorhees wrot

Re: LDAP criteria in Postfix

2008-08-08 Thread Graham Leggett
Jason Voorhees wrote: My problem begins here: I don't want to use the value returned by result_attribute, instead I want to use a custom value to return (i.e. [EMAIL PROTECTED]) You are looking for the result_filter option, which allows you to filter the attribute returned, or even replacing

Re: relay access denied from gmail

2008-08-08 Thread Cameron Camp
> lists.domain.com vs maillists1.domain.com? I have changed myhostname=lists.domain.com and changed /etc/hostname to lists.domain.com and restarted postfix/mailman and it's working, thanks Benny/Brian! Is it possible to have mailman run [EMAIL PROTECTED] [EMAIL PROTECTED] or is it restricted

LDAP criteria in Postfix

2008-08-08 Thread Jason Voorhees
Hi folks: This is my first post to this list and my spanish isn't very good, so I hope to be lucky getting help. I'm running Postfix and LDAP as a backend authentication for users within OpenXchange Server 5. I need to apply certain restrictions (i.e. bcc_maps, recipient_access, sender_acces

Re: Simple transport change

2008-08-08 Thread Charles Marcus
On 8/8/2008, Noel Jones ([EMAIL PROTECTED]) wrote: It looks as if you already consulted the documentation and just want to confirm your interpretation of it. That's good, but say so next time or you'll just be pointed back to the docs. Heh... yeah, should have said so... but thanks for reading

Re: Simple transport change

2008-08-08 Thread Ralf Hildebrandt
* Charles Marcus <[EMAIL PROTECTED]>: > On 8/8/2008 2:15 PM, Ralf Hildebrandt wrote: >>> The reason I ask is, currently, I relay all outbound mail through our >>> outsourced anti-spam service (smtp.example1.com). > >> Why? Are you afraid you're sending spam? > > Nope, just another layer of securi

Re: Simple transport change

2008-08-08 Thread Charles Marcus
On 8/8/2008 2:15 PM, Ralf Hildebrandt wrote: The reason I ask is, currently, I relay all outbound mail through our outsourced anti-spam service (smtp.example1.com). Why? Are you afraid you're sending spam? Nope, just another layer of security - they provide the service as part of the stand

Re: Simple transport change

2008-08-08 Thread Ralf Hildebrandt
* Charles Marcus <[EMAIL PROTECTED]>: > Hi, > > I know this is simple, but I never had to do it, so wanna check myself... > > For outbound mail, do transport entries supersede the relayhost parameter > in main.cf? Yes. > The reason I ask is, currently, I relay all outbound mail through our > o

Re: Multiple transport_maps

2008-08-08 Thread Noel Jones
Mineur, Niels wrote: And postfix on the localhost address to use an alternative transport map 127.0.0.1:smtp inet n- n - - smtpd -o transport_maps=hash:/etc/postfix/transport.alt ... it seems however that postfix is only looking at the primary transp

single postmaster account for multiple virtual mailbox domains

2008-08-08 Thread Juan Miscaro
Hi everyone, I would like to confirm a proposed solution to the following problem: Multiple virtual mailbox domains will have all mail destined to their respective postmaster (and abuse) accounts sent to a single other-domain address. So [EMAIL PROTECTED] -> [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: Simple transport change

2008-08-08 Thread Noel Jones
Charles Marcus wrote: Hi, I know this is simple, but I never had to do it, so wanna check myself... For outbound mail, do transport entries supersede the relayhost parameter in main.cf? The reason I ask is, currently, I relay all outbound mail through our outsourced anti-spam service (smtp.

Re: Simple transport change

2008-08-08 Thread Brian Evans - Postfix List
Charles Marcus wrote: Hi, I know this is simple, but I never had to do it, so wanna check myself... For outbound mail, do transport entries supersede the relayhost parameter in main.cf? http://www.postfix.org/postconf.5.html#relayhost has your answer. Brian

Simple transport change

2008-08-08 Thread Charles Marcus
Hi, I know this is simple, but I never had to do it, so wanna check myself... For outbound mail, do transport entries supersede the relayhost parameter in main.cf? The reason I ask is, currently, I relay all outbound mail through our outsourced anti-spam service (smtp.example1.com). We are

Re: Slow queing of emails

2008-08-08 Thread Wietse Venema
Marcelo Iturbe: > I did a test via telnet and after I end data with . I get > the "250 Ok: queued " message around 10 to 20 seconds afterwards. Since you gave zero configuration information, you can try for the following yourself: 1) You have a broken before-queue content filter. 2) Your queue m

Re: Slow queing of emails

2008-08-08 Thread Ralf Hildebrandt
* Marcelo Iturbe <[EMAIL PROTECTED]>: > Hello, > My mail server is taking about 15 seconds to accept an email and place it in > queue. > > I did a test via telnet and after I end data with . I get > the "250 Ok: queued " message around 10 to 20 seconds afterwards. * DNS issues? * busy with I/O? *

RE: Slow queing of emails

2008-08-08 Thread Chris Johnson
>Hello, >My mail server is taking about 15 seconds to accept an email and place it in >queue. Try adding this to main.cf disable_dns_lookups = yes This message contains confidential information and is intended only for the individual addressee(s) named above. If you are not an intended recipi

Slow queing of emails

2008-08-08 Thread Marcelo Iturbe
Hello, My mail server is taking about 15 seconds to accept an email and place it in queue. I did a test via telnet and after I end data with . I get the "250 Ok: queued " message around 10 to 20 seconds afterwards. The server is quite idle so I am not sure what is going on This is the log from t

Re: Question with postfix and DNS and newegg.com e-mails.

2008-08-08 Thread Justin Piszcz
On Fri, 8 Aug 2008, Jorey Bump wrote: Please keep responses on the list: Justin Piszcz wrote, at 08/08/2008 10:27 AM: On Fri, 8 Aug 2008, Jorey Bump wrote: Justin Piszcz wrote, at 08/08/2008 07:53 AM: Multiple PTR records tend to be returned in a round robin fashion: $ host 38.119.56.1

Re: Question with postfix and DNS and newegg.com e-mails.

2008-08-08 Thread Jorey Bump
Please keep responses on the list: Justin Piszcz wrote, at 08/08/2008 10:27 AM: On Fri, 8 Aug 2008, Jorey Bump wrote: Justin Piszcz wrote, at 08/08/2008 07:53 AM: Multiple PTR records tend to be returned in a round robin fashion: $ host 38.119.56.160 160.56.119.38.in-addr.arpa domain name

Multiple transport_maps

2008-08-08 Thread Mineur, Niels
Hi, I am currently working on a project to reroute email to a server based on the user part of the recipient address. Like so: [EMAIL PROTECTED] -> [EMAIL PROTECTED] [EMAIL PROTECTED] -> [EMAIL PROTECTED] @mydomain.com -> @mydomain.com (stays unaltered) However, if the us

Re: Redownload Messages

2008-08-08 Thread Brian Evans - Postfix List
Tait Grove wrote: Every time my central SAN’s restarts, everyone that “Leaves a message on the server” has to download all of their emails again. What makes the client program want to download the message again? -- Tait It's nothing Postfix related. Postfix is not involved with "do

Re: relay access denied from gmail

2008-08-08 Thread Brian Evans - Postfix List
Cameron Camp wrote: Guess #1: lists.domain.com is not in mysql:/etc/postfix/mysql-virtual_domains.cf Use 'postmap -q lists.domain.com mysql:/etc/postfix/mysql-virtual_domains.cf' to check. Please report back with more details. I added the domain to the mysql db, and now I ran

Re: Question with postfix and DNS and newegg.com e-mails.

2008-08-08 Thread Jorey Bump
Justin Piszcz wrote, at 08/08/2008 07:53 AM: On the server w/ postfix: $ host 38.119.56.160 160.56.119.38.in-addr.arpa domain name pointer mta700.testemail.newegg.com. 160.56.119.38.in-addr.arpa domain name pointer mta700.email.newegg.com. When it re-connected (after greylisting, then it wo

RE: Redownload Messages

2008-08-08 Thread Tait Grove
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Reinaldo de Carvalho Sent: Friday, August 08, 2008 4:46 AM To: Tait Grove; Postfix users Subject: Re: Redownload Messages > > Every time my central SAN's restarts, everyone that "Leaves a message on the > ser

Re: Question with postfix and DNS and newegg.com e-mails.

2008-08-08 Thread Justin Piszcz
On Fri, 8 Aug 2008, Justin Piszcz wrote: On the server w/ postfix: $ host 38.119.56.160 160.56.119.38.in-addr.arpa domain name pointer mta700.testemail.newegg.com. 160.56.119.38.in-addr.arpa domain name pointer mta700.email.newegg.com. When it re-connected (after greylisting, then it works

Re: Redownload Messages

2008-08-08 Thread Reinaldo de Carvalho
> > Every time my central SAN's restarts, everyone that "Leaves a message on the > server" has to download all of their emails again. What makes the client > program want to download the message again? > Possible pop3 server problem. -- Reinaldo de Carvalho http://korreio.sf.net http://python-cy

Question with postfix and DNS and newegg.com e-mails.

2008-08-08 Thread Justin Piszcz
On the server w/ postfix: $ host 38.119.56.160 160.56.119.38.in-addr.arpa domain name pointer mta700.testemail.newegg.com. 160.56.119.38.in-addr.arpa domain name pointer mta700.email.newegg.com. Is the reason below why it shows up as unknown because the fwd/reverse do not match properly, or?

Redownload Messages

2008-08-08 Thread Tait Grove
Every time my central SAN's restarts, everyone that "Leaves a message on the server" has to download all of their emails again. What makes the client program want to download the message again? -- Tait

Re: Setting the source port for outgoing email

2008-08-08 Thread Graham Leggett
Sandy Drobic wrote: Have a look at the subject of this thread. Many readers of this list probably deleted the thread immediately after seeing the subject. (^-^) Oops. It didn't matter though, at least one person didn't, and helped root out the source of the problem. Regards, Graham -- sm

Re: Setting the source port for outgoing email

2008-08-08 Thread Sandy Drobic
Graham Leggett wrote: You would probably have received much more helpful answers if you had asked about a soure ip address instead of the source port. Looking back, I did ask about a source IP address...? Have a look at the subject of this thread. Many readers of this list probably deleted

Re: regular access file vs CIDR

2008-08-08 Thread plist
This is an answer from ANS Notification system Bad response. Specify actionid, PIN, alarmid, entityid, ruleid and send a letter again. [EMAIL PROTECTED] entity= alarm=0 action=UNKNOWN rule=0 First 20 lines of your mail follows: == * Stan Hoeppner <[EMAIL PROTECTED]>: > Is the C

Re: regular access file vs CIDR

2008-08-08 Thread Ralf Hildebrandt
* Rich Shepard <[EMAIL PROTECTED]>: > On Thu, 7 Aug 2008, Stan Hoeppner wrote: > >> Oh, heheh. No, I meant like do I need to be running postmap on it from >> the command line kinda scenario, like with the access file. > > Stan, > > Yes: postmap. No. You can't postmap cidr, pcre or regexp files.

Re: regular access file vs CIDR

2008-08-08 Thread Ralf Hildebrandt
* Stan Hoeppner <[EMAIL PROTECTED]>: > Is the CIDR file a plain text flat file? Do I need to run any commands > against it to do the binary conversions or is that something Postfix does flat file, no need to do anything > I.e., can I just edit my access file, converting the dotted doubles,