Re: How to compile postfix with dovecot and sasl support

2010-05-13 Thread zhong ming wu
2010/5/12 Wilberth Pérez : > > make makefiles CCARGS=" -DHAS_SSL -DUSE_SASL_AUTH > -I/usr/local/ssl/include -I/usr/local/include/sasl > -I/usr/local/BerkeleyDB/include" AUXLIBS="-L/usr/local/lib > -L/usr/local/ssl/lib -L/usr/local/lib/sasl -L/usr/local/BerkeleyDB/lib > -lssl -lcrypto -lsasl -ldb"

Re: postfix unavailable at 5 minutes after the hour?

2010-05-13 Thread Matthias Andree
Wietse Venema wrote on 2010-05-12: > Uwe Dippel: >> On 05/12/2010 07:13 PM, Wietse Venema wrote: >> >> "fetchmail: connection to localhost:smtp [::1/25] failed: Connection >> >> refused." is what I get in the mail at *:05. >> >> >> > Fetchmail wants to connect over IP VERSION 6. >> > >> > Apparent

Re: DSN without attachment?

2010-05-13 Thread Markus Schwengel
> please don't top-post. > > If you're using clamav-milter postfix will reject the mail with a > milter-reject: log entry and no DSN is sent. > > So, what are you really doing? > http://www.postfix.org/DEBUG_README.html#mail > > >  -- Noel Jones > sorry about the posting style. I have the line "O

Re: DSN without attachment?

2010-05-13 Thread Noel Jones
On 5/13/2010 5:45 AM, Markus Schwengel wrote: please don't top-post. If you're using clamav-milter postfix will reject the mail with a milter-reject: log entry and no DSN is sent. So, what are you really doing? http://www.postfix.org/DEBUG_README.html#mail -- Noel Jones sorry about the p

To know home many e-mail per session

2010-05-13 Thread Yikuo Chan
I am curious about how many e-mail that has been received per session on my postfix mail server , can I got those information from log files ? if not is there are any way to got this kind of information ? any idea ? thanks Kevin Chan

Re: Postfix, SASL sending mail through Postfix.

2010-05-13 Thread BABEDH-DHRA
"I understand you want to use Dovecot as SASL provider. In this case the configuration (see below) you are currently trying to use is leading you completely the wrong way. Take a look at the section "Configuring Dovecot SASL" in the SASL_README (/usr/share/doc/postfix/SASL_README.gz> that is sh

Re: To know home many e-mail per session

2010-05-13 Thread Wietse Venema
Yikuo Chan: > I am curious about how many e-mail that has been received per session on my > postfix mail server , can I got those information from log files ? if not is > there are any way to got this kind of information ? any idea ? The Postfix SMTP server logs a lot of things about SMTP mail tra

SMTP Authentication in Exchange environment

2010-05-13 Thread Kaleb Hosie
Hello, In our environment, we have a postfix server that receives mail and forwards only the HAM onto Exchange. I have several users that are using notebooks and looking to send and receive mail remotely. I have Exchange setup to allow IMAP connections and forwarded the port on the firewall. As y

Re: SMTP Authentication in Exchange environment

2010-05-13 Thread Matt Hayes
On 5/13/2010 12:19 PM, Kaleb Hosie wrote: > Hello, > In our environment, we have a postfix server that receives mail and forwards > only the HAM onto Exchange. > > I have several users that are using notebooks and looking to send and > receive mail remotely. I have Exchange setup to allow IMAP con

Re: SMTP Authentication in Exchange environment

2010-05-13 Thread Victor Duchovni
On Thu, May 13, 2010 at 12:19:04PM -0400, Kaleb Hosie wrote: > Hello, > In our environment, we have a postfix server that receives mail and forwards > only the HAM onto Exchange. > > I have several users that are using notebooks and looking to send and > receive mail remotely. I have Exchange set

Re: SMTP Authentication in Exchange environment

2010-05-13 Thread Matt Hayes
On 5/13/2010 12:57 PM, Victor Duchovni wrote: > On Thu, May 13, 2010 at 12:19:04PM -0400, Kaleb Hosie wrote: > >> Hello, >> In our environment, we have a postfix server that receives mail and forwards >> only the HAM onto Exchange. >> >> I have several users that are using notebooks and looking to

Re: SMTP Authentication in Exchange environment

2010-05-13 Thread Victor Duchovni
On Thu, May 13, 2010 at 01:07:00PM -0400, Matt Hayes wrote: > > You'll also need keys for "host/@EXAMPLE.COM" where > > "EXAMPLE.COM" is your AD Kerberos realm and "servername" is the hostname > > of your Postfix SMTP server. These should be in /etc/krb5.keytab. > > > > *bows before the master*

RE: SMTP Authentication in Exchange environment

2010-05-13 Thread Kaleb Hosie
> On 5/13/2010 12:57 PM, Victor Duchovni wrote: > > On Thu, May 13, 2010 at 12:19:04PM -0400, Kaleb Hosie wrote: > > > >> Hello, > >> In our environment, we have a postfix server that receives > mail and > >> forwards only the HAM onto Exchange. > >> > >> I have several users that are using noteb

Re: SMTP Authentication in Exchange environment

2010-05-13 Thread Matt Hayes
On 5/13/2010 1:50 PM, Victor Duchovni wrote: > On Thu, May 13, 2010 at 01:07:00PM -0400, Matt Hayes wrote: > >>> You'll also need keys for "host/@EXAMPLE.COM" where >>> "EXAMPLE.COM" is your AD Kerberos realm and "servername" is the hostname >>> of your Postfix SMTP server. These should be in /etc

Re: Empty 'local_recipient_maps =' and security

2010-05-13 Thread Nataraj
Noel Jones wrote: On 5/12/2010 1:56 AM, Aniruddha wrote: Hi, I have set up postfix with a mail_transport to Zarafa. To fix an ' Recipient address rejected: User unknown in local recipient table' error I have to put an empty 'local_recipient_maps =' in postfix's main.cf. The correct solution

SMTP Authentication in Luminis / iPlanet Environment

2010-05-13 Thread Robert Lopez
I just read Kaleb Hosie's post with the subject "SMTP Authentication in Exchange environment". I did not want to steal his thread but I would like to follow up on some of the ideas that came up in that thread. I have been attempting to understand how to do the same thing with a different environme

Re: SMTP Authentication in Luminis / iPlanet Environment

2010-05-13 Thread Victor Duchovni
On Thu, May 13, 2010 at 02:38:40PM -0600, Robert Lopez wrote: > We have a few postfix servers that receive mail and forward clean > email to the Luminis email / iPlanet. > > Users who use portable devices including notebooks, web books, and > smart phones keep asking to be able to send and reply-

Re: Postfix, SASL sending mail through Postfix.

2010-05-13 Thread Patrick Ben Koetter
* BABEDH-DHRA : > "I understand you want to use Dovecot as SASL provider. In this case the > configuration (see below) you are currently trying to use is leading you > completely the wrong way. > > Take a look at the section "Configuring Dovecot SASL" in the SASL_README > (/usr/share/doc/postfix/S

overidding with my networks. Better way of doing it?

2010-05-13 Thread Josh Cason
I have three servers that need to send me e-mail. Two of the servers won't send say avast reports and what not. I get the following error From one server: warning: 71.39.113.15: address not listed for hostname sbs.rtgis.com From the other server: NOQUEUE: reject: RCPT from unknown[71.39.117

Re: overidding with my networks. Better way of doing it?

2010-05-13 Thread Stan Hoeppner
Josh Cason put forth on 5/13/2010 5:13 PM: > But this is a static ip number and the mail server it is using is mine. > These are customers of ours that we monitor our servers. Now If I put > the extact ip address into mynetworks. It works. But I don't think that > is proper. Why would this not be

Re: overidding with my networks. Better way of doing it?

2010-05-13 Thread Hannes Erven
John, you need to properly configure the DNS entries for your systems and/or adapt the smtpd_* restrictions on the receiving system. > warning: 71.39.113.15: address not listed for hostname sbs.rtgis.com $ nslookup sbs.rtgis.com Non-authoritative answer: Name: sbs.rtgis.com Address: 66.232.8

lost connection after DATA Q?

2010-05-13 Thread Gary Smith
I've been getting a lost of "lost connection after DATA" this last week. On our low volume servers (that houses some minor clients) we are receiving 800/day. We switched over to ipvsadm about 3 weeks ago and I though maybe it's because of non-persistent connections. So I reset ipvsadm to be p

Re: SMTP Authentication in Exchange environment

2010-05-13 Thread Aaron C. de Bruyn
On 2010-05-13 at 13:54:41 -0400, Matt Hayes wrote: > On 5/13/2010 1:50 PM, Victor Duchovni wrote: > > On Thu, May 13, 2010 at 01:07:00PM -0400, Matt Hayes wrote: > > > >>> You'll also need keys for "host/@EXAMPLE.COM" where > >>> "EXAMPLE.COM" is your AD Kerberos realm and "servername" is the host