Re: Blocking a particular authenticated user

2010-09-02 Thread Patrick Ben Koetter
* Julian Cowley : > Hello, > > I would like to block a particular user who is authenticated using > SASL from sending mail. Is there a way to do this? Where do you keep this users credentials? Disable the auth account. > I found one way to do it, but it is not perfect. I can block the > the em

Re: Blocking a particular authenticated user

2010-09-02 Thread Patrick Ben Koetter
* Julian Cowley : > On Thu, 2 Sep 2010, Patrick Ben Koetter wrote: > > * Julian Cowley : > > > Hello, > > > > > > I would like to block a particular user who is authenticated using > > > SASL from sending mail. Is there a way to do this? > > &g

Re: Postfix replacement for Icewarp MUA.

2010-09-03 Thread Patrick Ben Koetter
* Seann : > On 9/3/2010 4:16 PM, Victor Duchovni wrote: > >On Fri, Sep 03, 2010 at 04:07:13PM -0500, Seann wrote: > > > >>>Enable LDAP debugging to see more logging. The OpenLDAP library will > >>>return this error when the peer certificate CommonName does not match > >>>the hostname you specify,

Re: Postfix replacement for Icewarp MUA.

2010-09-03 Thread Patrick Ben Koetter
* Seann : > That is what I was figuring. Trying two different locations with the > CA file I was using broke, when according to the list's information > and my own reading it should work, turned out to require me to > validate the CA file I was using again. What the case was, is I > wasn't using Op

Re: Reading mail messages from local files

2010-09-08 Thread Patrick Ben Koetter
* Diego Lima : > Hi Stan, > > This is actually a server for a mail marketing company, so I can > expect several thousands of messages per minute being sent from the > system. That's why I was wondering if there was any way to get postfix > to pick up the messages automatically (the less programs/s

Re: Remove Received: headers

2010-09-08 Thread Patrick Ben Koetter
* Jack Knowlton : > Hi all. > We have a local postfix server that relays to another postfix server via > VPN and I would like to remove the "Received:" headers so that only the > last one is included in the email message. > How do I proceed to do that? Do I need to set up altermime? $ man header_c

Re: Can postfix work with a TLS, authenticated smtp relay server?

2010-09-10 Thread Patrick Ben Koetter
* Richard Chapman : > OK. I'm making some progress here: > > After attempting a sasl/tls connection to smtp.gmail.com I get the > following in the logs: > > Sep 10 17:12:32 C5 postfix/postfix-script: starting the Postfix mail system > Sep 10 17:12:32 C5 postfix/master[20209]: daemon started -- v

Re: Another tiny documentation error in http://www.postfix.org/SASL_README.html

2010-09-11 Thread Patrick Ben Koetter
* Richard Chapman : > I'm not suer whether this is the correct place to report this - but > if not please advise: > > In the document: > http://www.postfix.org/SASL_README.html > > In the section entitled: > > > Postfix SMTP/LMTP client policy - SASL mechanism /properties/ > > > and the

Re: SASL-AUTH and/or Kerberos in ldap_table

2010-09-15 Thread Patrick Ben Koetter
* Brian Evans - Postfix List : > On 9/15/2010 8:19 AM, Christian Rößner wrote: > >Hi gain, > > > >little question: > > > >What about SASL-AUTH (i.e. EXTERNAL) and or Kerberos support in ldap_table? > >I was looking for not binding with binddn/bindpw to my LDAP-server and using > >something like

Re: Postfix, POP/IMAP server, virtual users, web administration - what do you use?

2010-09-27 Thread Patrick Ben Koetter
http://modoboa.org/ Modoboa is a web based application to create, administrate, and use virtual domain hosting platforms. Modoboa stores its data in a SQL backend (like MySQL or PostgreSQL). Using this database, you can integrate Modoboa with other mail components, such as Postfix or Dovecot.

Re: SASL-AUTH and/or Kerberos in ldap_table

2010-09-27 Thread Patrick Ben Koetter
* Christian Rößner : > It works! Probably OT for this list and better suited for the developers list, but does it still work without any errors? Having EXTERNAL available in LDAP queries would be quite nice - you get TLS, authentication and authorization at once. Could this become part of Postfix

Re: SASL-AUTH and/or Kerberos in ldap_table

2010-09-28 Thread Patrick Ben Koetter
* Victor Duchovni : > On Mon, Sep 27, 2010 at 11:09:04PM +0200, Patrick Ben Koetter wrote: > > > * Christian R??ner : > > > It works! > > > > Probably OT for this list and better suited for the developers list, but > > does > > it still work without

Seeking clarification on XCLIENT and XFORWARD

2010-10-07 Thread Patrick Ben Koetter
I understand a server announcing XFORWARD is ready to accept session META data acquired from another client, but I don't understand where XCLIENT fits in. >From my understanding a typical XFORWARD situation would be data (IP, hostname etc.) from client that talked to Postfix is passed by Postfix t

Re: Need help with SALS and TLS

2010-10-26 Thread Patrick Ben Koetter
* Kory Hamzeh : > I am trying to setup postfix to authenticate and relay message from > 'traveling' users (user connecting to postfix from outside our network and > IP range). Some of our users are using Apple iPads and connecting with SALS. > Others are using TLS and are mostly Droid smartphones.

Trying to use "prepared statements" in PostgreSQL queries

2010-11-01 Thread Patrick Ben Koetter
Out of curiosity I started to play around with Postfix and PostgreSQL. PostgreSQL recommends "prepared statements" to speed up queries (by ~%20). As I understand it "prepared statements" must be defined once when a DB session starts and they will be available only to the particular client that req

Re: Trying to use "prepared statements" in PostgreSQL queries

2010-11-01 Thread Patrick Ben Koetter
Jeroen, thanks for the detailed answer. Please read my annotations below. * Jeroen Geilman : > On 11/01/2010 07:35 PM, Patrick Ben Koetter wrote: > >Out of curiosity I started to play around with Postfix and PostgreSQL. > >PostgreSQL recommends "prepared statements" to

Re: Postfix sends 3-4 mails per second

2010-11-07 Thread Patrick Ben Koetter
* Avinash Pawar // Viva : > Before 4 days my postfix sends 45-50 mails per second. > > Now my postfix sends only 3-4 mails per second. > > Can you tell me why it is happened? Your server was an open relay and now that you have fixed the problem spammers went away looking for service...? Serious

Milter and smtpd_proxy_filter

2010-11-15 Thread Patrick Ben Koetter
Do Milters and smtpd_proxy_filter work together i.e. can I run a Milter and smtpd_proxy_filter together and both are effective? The milter man pages says a milter is pre-queue. Is it pre smtpd_proxy_filter? Thanks, p...@rick -- All technical questions asked privately will be automatically answ

hold without reload?

2010-11-18 Thread Patrick Ben Koetter
I know I can put a transport to hold if I specify its name in $defer_transports. This requires "postfix reload" to put it to effect immediately and issuing the reload will requeue all mail - not what I want if I can avoid it. Could I specify hold: in my transport map? AFAIK Postfix processes will

Re: OT, but mail related

2010-11-23 Thread Patrick Ben Koetter
* Gary Smith : > I've been using the same IP's for years but I'm moving all my equipment to a > new facility in the coming days. Is there a checklist of things that you > guys suggest when setting up mail servers on a brand new range? Get a reputation for your domain i.e. DKIM et al. If you don't

Re: Different backend authentications for Postfix

2010-12-07 Thread Patrick Ben Koetter
* Jason Voorhees : > Hi: > > For personal reasons I'm planning to migrate a Zimbra installation to > a Postfix+Cyrus IMAP based schema. My Zimbra server has two domains: > domain1.com and domain2.com. Users from domain1.com authenticate via > Active Directory and domain2.com authenticate via Zimbr

Re: Distribution lists with Postfix

2010-12-13 Thread Patrick Ben Koetter
* Ralf Hildebrandt : > * Wietse Venema : > > > Any mailing list manager that works with Postfix (or Sendmail, etc.) > > will do the job. A relatively popular example is "mailman". > > > > http://www.gnu.org/software/mailman/index.html > > If you need "less", you could use "wimp" (by SnertSoft).

Re: header_checks

2010-12-27 Thread Patrick Ben Koetter
* 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

Re: postscreen STARTTLS support

2010-12-29 Thread Patrick Ben Koetter
* Victor Duchovni : > On Tue, Dec 28, 2010 at 09:23:14PM -0500, Wietse Venema wrote: > > > I have built an event-driven TLS proxy for postscreen(8). This > > addresses the problem that postscreen(8) could not be used when > > SMTP clients require STARTTLS support. > > > > [...] > > > > Next on

Re: extra headers via amavis

2010-12-29 Thread Patrick Ben Koetter
* Noel Jones : > On 12/29/2010 10:12 AM, Phil Howard wrote: > >I'm sending mail out through amavis for spam checking, and back in, > >again. There are extra "Received:" headers being added. Is there a > >way to either remove these, or customize them to "X-Received:" or > >something? Amavis adds

Re: postscreen STARTTLS support

2010-12-29 Thread Patrick Ben Koetter
* Victor Duchovni : > On Wed, Dec 29, 2010 at 09:11:41PM +0100, Patrick Ben Koetter wrote: > > > > Perhaps we can encourage better hygiene, by not offering AUTH in > > > postscreen. People who want AUTH and postscreen, can migrate their AUTH > > > users to port

Re: postscreen STARTTLS support

2010-12-29 Thread Patrick Ben Koetter
* Victor Duchovni : > On Wed, Dec 29, 2010 at 09:46:25PM +0100, Patrick Ben Koetter wrote: > > > > The problem is very likely just ISP MUAs. Which ISPs still make money on > > > emai users? It seems that Gmail and the other 800lb free-email gorillas > > > hav

Re: postscreen STARTTLS support

2010-12-29 Thread Patrick Ben Koetter
* Victor Duchovni : > On Wed, Dec 29, 2010 at 10:08:15PM +0100, Patrick Ben Koetter wrote: > > > > > In mobile networks, yes. And email usage is rising again, since mobile > > > > users > > > > found out the can cram more words in a mail than in a SMS. &

Re: hold without reload?

2011-01-07 Thread Patrick Ben Koetter
* Wietse Venema : > Patrick Ben Koetter: > > I know I can put a transport to hold if I specify its name in > > $defer_transports. This requires "postfix reload" to put it to effect > > immediately and issuing the reload will requeue all mail - not what I

Re: hold without reload?

2011-01-07 Thread Patrick Ben Koetter
* Victor Duchovni : > On Fri, Jan 07, 2011 at 10:21:11PM +0100, Patrick Ben Koetter wrote: > > > > You may be surprised to learn that defer_transports is implemented > > > by sending mail to the retry(8) delivery agent (Postfix 2.4 and > > > later). If you speci

Re: another stupid question about exporting valid users from windows 2008 domain to postfix valid users map

2011-01-08 Thread Patrick Ben Koetter
* Eero Volotinen : > Does this still works for windows 2008 ad? : > http://postfix.state-of-mind.de/patrick.koetter/mailrelay/#d0e149 > > or is there better way to do it? The script is old. You are probably better off, if you use ldifde.exe to query the AD and get LDIF as export format. The rest

Re: another stupid question about exporting valid users from windows 2008 domain to postfix valid users map

2011-01-08 Thread Patrick Ben Koetter
* Eero Volotinen : > 2011/1/8 Patrick Ben Koetter : > > * Eero Volotinen : > >> Does this still works for windows 2008 ad? : > >> http://postfix.state-of-mind.de/patrick.koetter/mailrelay/#d0e149 > >> > >> or is there better way to do it? > > >

regular "initializing the client-side TLS engine" entries

2011-01-13 Thread Patrick Ben Koetter
Reading through the logs I noted recurring "initializing the client-side TLS engine" entries that seem to take place no matter if the smtp client is using TLS at the moment or not. So I am curious. Why is it that the Postfix smtp client initializes the client-side TLS engine on a regular basis? Ra

Re: postscreen_dnsbl_sites filter syntax?

2011-01-18 Thread Patrick Ben Koetter
* Wietse Venema : > Victor Duchovni: > > On Tue, Jan 18, 2011 at 03:56:45PM -0500, Wietse Venema wrote: > > > > > Something along the lines of: > > > > > > /* > > > * Workaround. The "," was already in use as dnsbl list separator. > > > */ > > > for (keep = 0, cp = var_psc_dnsbl

Re: postscreen_dnsbl_sites filter syntax?

2011-01-18 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * Wietse Venema : > > Victor Duchovni: > > > On Tue, Jan 18, 2011 at 03:56:45PM -0500, Wietse Venema wrote: > > > > > > > Something along the lines of: > > > > > > > > /* > > >

Re: About website www.postfix.org

2011-01-18 Thread Patrick Ben Koetter
* mouss : > Le 17/01/2011 22:29, Steve Linford a écrit : > > On 16 Jan 2011, at 23:49, Неворотин Вадим wrote: > > > >> It's a... nonsense! When somebody ask "tell me an address of > >> website", nobody and never start their answers with W...W...W > > > > I do. If you try to go to http:/

Re: authentication

2011-01-18 Thread Patrick Ben Koetter
* Ejaz : > We are and ISP our mail environment is follows > > Front End Mail server =: (postfix/mailscanner/clamav/spamasssin) where there > are no actual mailboxes, just role of this server is to filter the incoming > and outgoing email. After that all the incoming emails will sent to the its >

Re: authentication

2011-01-22 Thread Patrick Ben Koetter
igure the SELECT statement in Cyrus SASLs smtpd.conf configuration file. p@rick > -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Patrick Ben Koetter > Sent: Wednesday, January 19, 2011 9:44 AM > To: p

Re: Ubuntu/Debian Postfix 2.8.x repository

2011-02-06 Thread Patrick Ben Koetter
* Mark Alan : > > > Do you know any reliable Debian/Ubuntu repositories for the > > > newest Postfix 2.8? > > > > http://debian.incertum.net/ > > Thank you, but the emphasis in my question was in 'reliable'. > > A quick diff between the 2.8 sources and patches at > http://debian.incertum.net/ an

Re: PATCH: smtpd/tls segfault with smtpd_tls_loglevel >= 3

2011-02-07 Thread Patrick Ben Koetter
* Victor Duchovni : > On Mon, Feb 07, 2011 at 11:50:14AM -0800, Quanah Gibson-Mount wrote: > > > ASCII mail involves having to do a bunch of otherwise unnecessary editing > > to preserve things like tabs in the patch files. Attachments are the > > standard practice for patches of every other op

Re: Starting postfix

2011-02-25 Thread Patrick Ben Koetter
* lst_ho...@kwsoft.de : > Zitat von Wietse Venema : > >This is now running on an Ubuntu virtual machine. > > Cool... > And BTW i also have never seen Postfix die. It is one of the most > stable non-trivial software systems i have seen until now. Postfix is frustrating. At first tt's fun because i

Re: test submission on 587

2011-02-27 Thread Patrick Ben Koetter
* jeffrey j donovan : > greetings > how can i test submission to port 587 from command line ? > > I am setting up a relay for my some users to use when they are off site. > Those that have verizon need to use 587 I want to watch each step through so > that i can make sure I have a clean path. If

Re: LDAP Email Recipients Query Script - Feedback Appreciated

2009-06-14 Thread Patrick Ben Koetter
* Stefan Förster : > * James Robertson wrote: > > I decided to write a bash script for extracting recipients from Windows > > Active Directory for a Postfix box in front of Exchange. > [...] > > $LDAPSEARCH -x -h $LDAPHOST -D $LDAPUSER -w $LDAPPASS -b $LDAPBASE \ > > '(proxyAddresses=*)' 2>$ER

Re: SASL authentication failure

2009-06-15 Thread Patrick Ben Koetter
* Gerard : > This is just probably a harmless warning; however, I was wondering how > to make it go away if possible. > > I am using 'clamsmtpd' with postfix. I have SASL enabled as well. When > I connect from my MUA, an error message regarding SALA authentication > failure is placed in the maillo

Re: Cyrus-sasl + postfix + postgresql problem.

2009-06-21 Thread Patrick Ben Koetter
* Rafał Radecki : > Hi all. I'm currently installing an smtp server on CentOS 5.3. Part of it is > to use PostgreSQL backend to store virtual users/domains/aliases/passwords > and of course to use it for SASL authentication. My > /usr/lib/sasl2/smtpd.conf file: > > pwdcheck_method: auxprop Typo!

Re: Warning: SASL authentication failure: no user in db

2009-07-05 Thread Patrick Ben Koetter
* Gerard : > When sending from my network, I was receiving a warning message: > > Jul 5 15:57:06 scorpio postfix/smtpd[22724]: connect from > localhost[127.0.0.1] > Jul 5 15:57:07 scorpio postfix/smtpd[22724]: warning: SASL authentication > failure: no user in db > > I was advised to put the

Re: Postfix SMTP Auth and OpenLDAP

2009-07-06 Thread Patrick Ben Koetter
* Terry L. Inzauro : > What is the recommended and most scalable method for implementing SMTP Auth > against OpenLDAP that currently manages all IMAP accounts? Cyrus SASL ldapdb plugin: The ldapdb auxprop plugin provides access to credentials stored in an OpenLDAP LDAP server. It is the onl

Re: Postfix SMTP Auth and OpenLDAP

2009-07-06 Thread Patrick Ben Koetter
* Victor Duchovni : > On Mon, Jul 06, 2009 at 09:36:17PM +0200, Patrick Ben Koetter wrote: > > > * Terry L. Inzauro : > > > What is the recommended and most scalable method for implementing SMTP > > > Auth > > > against OpenLDAP that currently manages

Re: Postfix SMTP Auth and OpenLDAP

2009-07-07 Thread Patrick Ben Koetter
* Terry L. Inzauro : > can you elaborate a little more on the postfix -> dovecot -> ldap setup? is > there a specifc reason why dovecot was used? can courier imap be used? You may use Cyrus SASL with authdaemond. The authdaemond password verification service in Cyrus SASL communicates with Courier

Re: SASL trouble

2009-07-12 Thread Patrick Ben Koetter
* Postfix : > Hi, > I have a strange problem getting postfix to work with sasl. I am using Debian > Etch. > > I have gotten everyting to work fine on a redhat system. > > I installed the sasl2- debian packages. > > I have compiled with use_sasl_auth use_cyrus_sasl > > I have tried with the do

Re: postscreen test

2009-07-16 Thread Patrick Ben Koetter
* Wietse Venema : > I'm still open for program name suggestions. If someone has a better > name than "swatter" or "halligan" let me know. Once the name changes, > all the configuration parameters will change, too. "prefix"? It fixes things before they become a problem... p...@rick -- The Book

Re: SMTP authentication not working (but works via telnet)

2009-07-16 Thread Patrick Ben Koetter
* tho...@zaph.org : > I have to relay my mail through an SMTP server that uses authentication. > > I think I have Postfix configured correctly, but messages I send out get > queued with this error: > > 90EC0137A88 337 Thu Jul 16 19:12:09 u...@myhostname.foocorp.net > (SASL authentic

Re: postscreen test

2009-07-17 Thread Patrick Ben Koetter
* Wietse Venema : > Victor Duchovni: > > On Thu, Jul 16, 2009 at 05:21:13PM -0400, Rob Foehl wrote: > > > > > Possible substitutes include concierge or valet, or perhaps any of the > > > less > > > specific guard, sentry, sentinel, ... > > > > I think "sentry" is short, and simple, and can even

Re: Log file for Second Instance.

2009-07-20 Thread Patrick Ben Koetter
* Linux Addict : > Greetings, I have Two instacnes of postfix running, but all the logs getting > to /var/log/maillog. Could someone please point me on how to create separate > log file for the 2nd instance? $ man 5 postconf | less +/^syslog_facility p...@rick -- All technical answers asked pri

Re: Postfix error - trusted user

2009-07-20 Thread Patrick Ben Koetter
* Carl A jeptha : > Sorry Mr. Tandon, > That uid belongs to amavis and I followed the Postfix setup on the > Ubuntu network. > > So a little more understanding please, as I have been thrown in the deep > end with this problem, I do RF for a living, not setting up Postfix > mailservers with sp

Re: tls_random_source and OSX

2009-07-21 Thread Patrick Ben Koetter
* Quanah Gibson-Mount : > --On Tuesday, July 21, 2009 5:44 PM -0400 Linux Addict > wrote: > > >> Was the postfix compiled with TLS enabled? If yes what does postconf >> -d|grep tls_random_source shows?  > > Yes, it was, and postfix -d shows it not to be set to anything. Which is > why I'm aski

Re: what is ESMTP (Nemesis)

2009-07-30 Thread Patrick Ben Koetter
* AMP Admin : > Can anyone tell me what ESMTP (Nemesis). Sorry if this isn't postfix related. Nemesis is the product name of a SMTP server built by a German provider. They ran their own system because they couldn't find something that would suit their needs. p...@rick -- All technical answers

Re: what is ESMTP (Nemesis)

2009-07-31 Thread Patrick Ben Koetter
* Ralf Hildebrandt : > > > I meant more what is the Nemesis part. What kind of mail server is that? > > > > I think most if not all smtp servers can customize the banner to say > > whatever they want, so you can't really tell anything specific/precise > > about a server jujst from the banner it

High volume Milter experiences?

2009-07-31 Thread Patrick Ben Koetter
Did anybody ever measure how many clients a Postfix server using Milter can serve? Somewhere hidden in my brain I recall someone on the list reporting problems with Milter under high load. I am wondering how high the load was and if there was a solution to the problem? Reason I am asking is: I ne

Re: too many postfix smtp active internet connections

2009-08-03 Thread Patrick Ben Koetter
* Clunk Werclick : > On Mon, 2009-08-03 at 16:08 -0400, Wietse Venema wrote: > > Get rid of the backscatter: > > http://www.postfix.org/BACKSCATTER_README.html > > > > Wietse > > Has anybody implemented something like this with Postfix? > > http://en.wikipedia.org/wiki/Bounce_Address_Tag_Val

Re: how to have amavisd-new dkimproxy and implemented in master.cf and main.cf

2009-08-10 Thread Patrick Ben Koetter
* fake...@fakessh.eu : > how to have amavisd-new dkimproxy , and implemented > in master.cf and main.cf Start here: p...@rick -- All technical answers asked privately will be automatically answered on the list and archived for public acc

Re: tls and auth using koetter's web instructs; i'm off

2009-08-11 Thread Patrick Ben Koetter
* Jay G. Scott : > the goal: require AUTH and TLS to send email. > using these instructions: > http://postfix.state-of-mind.de/patrick.koetter/smtpauth/postfix_tls_support.html > > postfix 2.3.3 from the RH enterprise rpm. > > partial successes: > i can get tls to insert a header if i'm only usi

Re: combine permit_sasl_authenticated with check_sender_access

2009-08-18 Thread Patrick Ben Koetter
* Stephan A. Rickauer : > Hi, > > i'd like to protect some internal accounts as described at > http://www.postfix.org/RESTRICTION_CLASS_README.html > > Currently, I have the following setup: > > smtpd_recipient_restrictions = > reject_unauth_pipelining > permit_inet_interfaces > permit_sasl_a

Re: Use Sender of From addresses for selecting SASL password instead of submitting unix user

2009-08-19 Thread Patrick Ben Koetter
* Amid Sin : > I'm trying to use postfix for relaying messages from two virtual hosts > on web server to Google Apps. I would like to have emails generated by > each web site to have different originating email addresses so that > any reply messages would go to different mailboxes. Web sites (Drupa

Re: anyone? success with smtpd_tls_req_ccert and iPhone as client?

2009-08-21 Thread Patrick Ben Koetter
* Victor Duchovni : > On Fri, Aug 21, 2009 at 06:02:41AM -0500, Noel Jones wrote: > > > Florin Andrei wrote: > >> Is there any magic incantation that needs to be performed to convince > >> the iPhone to present the certificate to Postfix? The puzzling part is > >> that it seems to work fine with

Re: Fw: What authentication method is the best SASL

2009-08-25 Thread Patrick Ben Koetter
* Gaby L : > I use SASL for remote clients. > What is the best authentication mechanism for SASL security? I use outlook > express clients. STARTTLS and LOGIN combined give you an encrypted connection and crypted password storage NTLM gives you encrypted authentication and plaintext password stor

Re: sasl realm

2009-09-12 Thread Patrick Ben Koetter
* Steve Heaven : > > We have upgraded our system this morning from > postfix 2.2.2 > saslauthd 2.1.20 > > to > postfix 2.3.3 > saslauthd 2.1.22 > > We now find that the sasl realm is not being handled as before. > We use imap authentication and sasl is now trying to make an imap login > using

Re: rereolling postfix

2009-09-13 Thread Patrick Ben Koetter
* LuKreme : > I am planning on recompiling postfix and all its various helper apps > (switching from cyrus to dovecot, upgrading mysql, Maybe setting up > LDAP, and doing a clean install of FreeBSD latest) onto a newer, and > hopefully more capable machine. > > What I want to do is get the new sy

Re: rereolling postfix

2009-09-14 Thread Patrick Ben Koetter
* Stéphane MERLE : > Patrick Ben Koetter a écrit : >> * LuKreme : >> >>> I am planning on recompiling postfix and all its various helper apps >>> (switching from cyrus to dovecot, upgrading mysql, Maybe setting up >>> LDAP, and doing a clean in

Re: rereolling postfix

2009-09-14 Thread Patrick Ben Koetter
* LuKreme : > On 13-Sep-2009, at 23:43, Patrick Ben Koetter wrote: > >> When you move from Cyrus to something else you can't use a file to >> file copy >> mechanism, since the Cyrus mailbox format is non-standard. > > I am not moving from Cyrus to something el

Re: how to pipe the received emails to my java function

2009-09-16 Thread Patrick Ben Koetter
* Arora, Sumit : > Thanks Erwan > > As I'm new to postfix I couldn't understand what u said, I googled it but > didn't get any result useful to me. Have you read "man 8 pipe" yet? > Can u plz explain with some examples.. You can find some examples in /etc/postfix/master.cf. Look for commands t

Re: Where i can see the received emails

2009-09-16 Thread Patrick Ben Koetter
* Arora, Sumit : > I have done the basic configuration of postfix on my fedora10. > > Can anybody tell me where I can see the received emails. Usually /var/mail/. > Do I need to setup any database for storing emails? No. > I just want to be sure that I'm getting emails or not. Check the log.

Re: How to receive email on my postfix server

2009-09-17 Thread Patrick Ben Koetter
* Arora, Sumit : > I have some doubt in receiving email. Postfix is a SMTP server. It transports (read: sends) messages. If you want to receive messages you need an IMAP or POP server such as Dovecot, Courier, Cyrus IMAP or ... p...@rick > > What I understand I just need one domain name assoc

Re: How to receive email on my postfix server

2009-09-17 Thread Patrick Ben Koetter
..@postfix.org > [mailto:owner-postfix-us...@postfix.org] On Behalf Of Patrick Ben Koetter > Sent: Thursday, September 17, 2009 2:18 PM > To: postfix-users@postfix.org > Subject: Re: How to receive email on my postfix server > > * Arora, Sumit : > > I have some doubt i

Re: postfix does not change the sasl authentication mechanism

2009-09-21 Thread Patrick Ben Koetter
* suomi : > Hi listers, > I just can't make postfix change from sasl2 auxprop to sasl2 saslauthd > (with LDAP). postfix never reads /usr/lib/sasl/smtpd.conf. Postfix on Fedora will not look for smtpd.conf in /usr/lib/sasl/. It will either search in /usr/lib/sasl2/ or in /etc/sasl2/. The latter i

Re: postfix does not change the sasl authentication mechanism

2009-09-21 Thread Patrick Ben Koetter
* Patrick Ben Koetter : > * suomi : > > Hi listers, > > I just can't make postfix change from sasl2 auxprop to sasl2 saslauthd > > (with LDAP). postfix never reads /usr/lib/sasl/smtpd.conf. > > Postfix on Fedora will not look for smtpd.conf in /usr/lib/sasl/. >

Re: Maildir testing

2009-09-21 Thread Patrick Ben Koetter
* Wietse Venema : > Paul Cockings: > > This isn't strictly a postfix topic, but this is the best place I know > > to find clever people :-) > > > > I'm trying to find a script (sh,bash, perl) that will create a vast > > number (100K?) of test emails and store in maildir format. > > I'm trying t

Re: Please reply to my email......

2009-09-25 Thread Patrick Ben Koetter
* Arora, Sumit : > Can anybody answer my question... Programming email message is not a Postfix topic. You will probably get help at a javamail related mailing list. p...@rick > > Thanks > > -Original Message- > From: owner-postfix-us...@postfix.org > [mailto:owner-postfix-us...@

Semi-OT: recipient delimiter spec/std?

2009-09-25 Thread Patrick Ben Koetter
Everybody seems to use recipient delimiters. I wonder if there's a standard that specifies a recipient delimiter functionality or did it just appear one day and people adopted it without a spec or anything. Anybody knows? p...@rick -- All technical questions asked privately will be automatical

Re: Postfix always tries to connect to ldap on localhost

2009-09-30 Thread Patrick Ben Koetter
* Jakob Lenfers : > Hi guys, > > I've installed a test mail server to try to connect postfix/cyrus to > ldap. The openldap server runs on another host and is already populated > for a PDC and other services. Cyrus is running and authenticating (with > SASL/PAM) against the LDAP all right. But now

Re: newbie confused about authentication

2009-09-30 Thread Patrick Ben Koetter
Jay, please run "postconf -n" and send that as well as output from the saslfinger script. p...@rick * Jay G. Scott : > > hi, > > I figured out, by accident, that although I hoped I was using > /etc/postfix/sasl_passwd.db > as my au

Re: Postfix always tries to connect to ldap on localhost

2009-09-30 Thread Patrick Ben Koetter
* Victor Duchovni : > On Wed, Sep 30, 2009 at 05:00:46PM +0200, Jakob Lenfers wrote: > > > Stan Hoeppner schrieb: > > > Jakob Lenfers put forth on 9/30/2009 5:43 AM: > > >> Stan Hoeppner schrieb: > > > > >>> "ldapsource_server_host" > > >>> > > >>> http://www.postfix.org/ldap_table.5.html > > >>

Re: newbie confused about auth; changing subject a little.

2009-09-30 Thread Patrick Ben Koetter
* Jay G. Scott : > okay, maybe i'm catching on. > > i set up the /etc/sasldb2 method of authentication. > that's doing so far what i want. > > 1. okay, i guess /etc/postfix/sasl_passwd is only for client > security? but why does the client need security? my /etc/postfix/sasl_passwd

Re: Outgoing Mail Moderation

2009-10-10 Thread Patrick Ben Koetter
* Manish Kathuria : > Is there any content filtering mechanism available using which the outgoing > mails from all the users or selective users are held in a queue, and are > released only after they are examined and approved by the administrator or a > designated person ? Another idea: Use amavi

LEMONADE profiles support?

2009-10-12 Thread Patrick Ben Koetter
Wietse, out of curiosity and completely ignoring the fact that you probably have other things on your mind: Have you ever had a look at LEMONADE and the protocol extensions it defines for SMTP (e.g. BURL, CHUNKING, BINARYMIME) and have you considered

Re: LEMONADE profiles support?

2009-10-12 Thread Patrick Ben Koetter
* Wietse Venema : > > out of curiosity and completely ignoring the fact that you probably have > > other > > things on your mind: > > > > Have you ever had a look at LEMONADE > > and the protocol extensions > > it > > defines for SMTP (e.g. BURL, CH

Re: Postfix as a "extra smart host"

2009-10-12 Thread Patrick Ben Koetter
* Fons van der Beek : > Hello all, > > I have a SBS server that has several users from different domains, > receiving mails for several domains on the SBS box is no problem. > The problem is in sending. > > Suppose I use postfix as an outgoing smarthost, but this smart host > should rewrite the s

Re: unable to open Berkeley db

2009-10-13 Thread Patrick Ben Koetter
* Dan Schaefer : > This has been a problem from day one of my postfix installation. I > get the following error in my maillog: > > postfix/smtpd[1088]: warning: SASL authentication problem: unable to > open Berkeley db /etc/sasldb2: No such file or directory a) you configured Cyrus SASL to use th

Re: SASL fine from iPhone, not from Nokia?

2009-10-13 Thread Patrick Ben Koetter
* Simon Wilson : > I have a postfix 2.3.3 server, and I *think* I have SASL set up > right. The reason I think it is right is that I have an iphone that > connects fine to Postfix, and sends emails fine through port 587 > with the following logs: > > Oct 13 23:33:21 server04 postfix/smtpd[988]: co

Re: SASL fine from iPhone, not from Nokia?

2009-10-13 Thread Patrick Ben Koetter
* Eero Volotinen : > > >One thing I note is that "telnet mail.simonandkate.net 587" does > >not return AUTH in the list offered: > > > >220 mail.simonandkate.net ESMTP Postfix > >EHLO simon.whatever > >250-mail.simonandkate.net > >250-PIPELINING > >250-SIZE 26214400 > >250-ETRN > >250-STARTTLS > >

Re: invalid sender - domain but no username

2009-10-13 Thread Patrick Ben Koetter
* Iseli, Erich : > Hello everybody, > > A software we use in house is sending e-mails that are processed by postfix > which relays them to an exchange server that has a connection to the > internet (unlike the sending server). The software you use inhouse does not specify a valid envelope sender.

Re: milter (smtp-vilter) not seeing 'Authenticated sender' in postfix 'Received:' header

2009-10-14 Thread Patrick Ben Koetter
* Martin Crossley : > OK - it definately looks like the problem is coming from the milter, > which is writing a temporary 'Received' header for the backend > scanners to use: Alternatively you might want to give the SpamAssassin Milter a try: p.

Re: SMTP-AUTH *without* SASL/PAM?

2009-10-29 Thread Patrick Ben Koetter
* Keith Palmer : > > Is it possible to configure Postfix for SMTP-AUTH *without* using SASL/PAM? > > We're trying to keep things simple here, and I'd really rather prefer to > just have Postfix do lookups in a text file or straight from the unix > accounts for SMTP-AUTH. Look into this: # sasla

Re: Postfix & LDAs

2009-10-29 Thread Patrick Ben Koetter
* Marty Anstey : > Hi all, > I have a quick question which relates to how Postfix interacts with LDAs > (in particular, Dovecot). > > I've asked this question over on the Dovecot list, but it sounds like > the issue is with how Postfix handles the response from Dovecot's LDA. > > When Dovecot's L

Re: SMTP-AUTH *without* SASL/PAM?

2009-10-29 Thread Patrick Ben Koetter
-- > - Keith Palmer >ke...@academickeys.com >http://www.AcademicKeys.com/ > > On Thu, October 29, 2009 10:31 am, Patrick Ben Koetter wrote: > > * Keith Palmer : > >> > >> Is it possible to configure Postfix for SMTP-AUTH *without* using > >> SASL/

OT: DKIM, ADSP & ARF opinion requested

2009-11-04 Thread Patrick Ben Koetter
I am doing research for an article related to the current state of DKIM and ADSP usage. Please reply to me offline if you want to share your opinion or experience: - Do you know DKIM? - Do you know ADSP? - Do you know ARF? - Do you use it? - If not, why? - If yes, why? - What are your experiences?

Re: Postfix + sasl SQL query error message (appears harmless)

2009-11-05 Thread Patrick Ben Koetter
* Jerry : > I have just started using SQL with SASL2. Previously, I was using the > sasldb file. > > Although everything appears to be working correctly, I am finding this > error message in the /var/log/messages log file. > > Nov 5 14:55:01 scorpio postfix/smtpd[9719]: sql query failed: Unknown

Re: A question about plain and cram-md5 authentication mechanisms

2009-11-10 Thread Patrick Ben Koetter
* Ali Majdzadeh : > Hello All > Is it possible to have both PLAIN and CRAM-MD5 authentication > mechanisms using SASL? Yes. The password must be stored as plaintext. Then plaintext and shared-secret mechanisms will work. p...@rick -- All technical questions asked privately will be automatically

Re: A question about plain and cram-md5 authentication mechanisms

2009-11-11 Thread Patrick Ben Koetter
lan to achieve > is to have cram-md5 mechanism while supporting plain mechanism using > saslauthd, PAM and pam_krb5.so. I have got no problems using native GSSAPI > support. AFAIK this in not possible at the moment. p...@rick > > Kind Regards > Ali Majdzadeh Kohbanani > >

Re: A question about plain and cram-md5 authentication mechanisms

2009-11-11 Thread Patrick Ben Koetter
rberos at the same time. I don't remember the overlays name, though. Maybe its best to ask the openldap mailing list how you can use kerberos and LDAP at the same time and then see how that goes together with SMTP AUTH. p...@rick > > Kind Regards > Ali Majdzadeh Kohbanani

<    1   2   3   4   5   6   7   >