Re: Buliding postfix with all supports .

2011-06-25 Thread Benny Pedersen
On Fri, 24 Jun 2011 16:50:27 +0530, kshitij mali wrote: [root@relay postfix-2.7.2-RC2]#make install Thanks to all who have guided me . 2.7.2-rc2 is not latest stable If you use RHEL / CentOS / Fedora, you may find this article very useful: make a bump version request on there bugtracker

Re: best practices for "received from" header removal?

2011-06-25 Thread Benny Pedersen
On Thu, 23 Jun 2011 16:30:52 -0400, John Baker wrote: So what is the best practice in postfix for removing headers before they relay back out into Internet? contact there postmasters, no reply back ?, list at rfc-ignorant

Re: how to lookup user via LDAP in Postfix

2011-06-25 Thread Benny Pedersen
On Wed, 22 Jun 2011 22:48:00 +0200, Reindl Harald wrote: it only have to konw about RCPT and domains, the rest is the job of the MDA and even for authentication postfix supports dovecot native for SASL if dovecot had alias table, then postfix virtual was not needed, dovecot lda could hook in

How to debug smtp client sasl auth and sender dependent pw maps?

2011-06-25 Thread Georg Sauthoff
Hi, I want to configure multiple relay hosts with postfix (depending on the sender address) - but the problem is that the postfix smptp client does not do sasl authentication (or does not use the authentication data). I am using the Ubuntu 10.04 postfix package (2.7.0) and started with a distribu

Re: How to debug smtp client sasl auth and sender dependent pw maps?

2011-06-25 Thread Georg Sauthoff
On Sat, Jun 25, 2011 at 07:25:31AM -0400, Jerry wrote: Hi, > Please read: http://www.postfix.com/DEBUG_README.html > In particular section: Reporting problems to postfix-users@postfix.org > Recommended: [..] > If the problem is SASL related, consider including the output from the > saslfinger

return mails received when receiving server implements delay

2011-06-25 Thread Eric Smith
Whenever I send mail to a server implimenting delay, I receive from MAILER-DAEMON on my own server a mail with body: This is the mail system at host pepper.fruitcom.com. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's a

Re: return mails received when receiving server implements delay

2011-06-25 Thread Markus Schönhaber
25.06.2011 14:33, Eric Smith: > <--@fruitcom.com> (expanded from <-->): bad address syntax > > <-n...@fruitcom.com> (expanded from <-N>): bad address syntax > > <-r...@fruitcom.com> (expanded from <-R>): bad address syntax > > (expanded from ): unknown user: "failure" > > (expanded from ): u

Problem with relayhost

2011-06-25 Thread Anders Norrbring
Hiya all. I'm trying to make relayhost to work, but I get "Relay access denied" no matter what I try. The server is running openSUSE 11.3 x86_64, and the following packages are installed: postfix-2.7.1-2.2.1.x86_64 cyrus-sasl-plain-2.1.23-11.1.x86_64 cyrus-sasl-32bit-2.1.23-11.1.x86_64 cyrus-sasl-

Re: best practices for "received from" header removal?

2011-06-25 Thread Sahil Tandon
On Sat, 2011-06-25 at 10:32:07 +0200, Benny Pedersen wrote: > On Thu, 23 Jun 2011 16:30:52 -0400, John Baker wrote: > > >So what is the best practice in postfix for removing headers before > >they relay back out into Internet? > > contact there postmasters, no reply back ?, list at rfc-ignorant

Re: return mails received when receiving server implements delay

2011-06-25 Thread Stefan Foerster
* Eric Smith : > Here are the logs when mailing the postfix list server; > Jun 23 13:30:20 pepper postfix/qmgr[1447]: 500C1290144: > from=, size=10278, nrcpt=1 (queue active) > Jun 23 13:30:20 pepper postfix/local[4655]: 500C1290144: > to=, orig_to=, relay=local, delay=0.26, > delays=0.16/0/0/0.

How to restrict local users to use the sendmail command?

2011-06-25 Thread Georg Sauthoff
Hi, how can I restrict the use of the sendmail command? Especially, how to disallow sendmail for a certain user? And how do I allow only a restricted set of envelope from values (with sendmail -f)? Best regards Georg

Re: How to restrict local users to use the sendmail command?

2011-06-25 Thread Ralf Hildebrandt
* Georg Sauthoff : > Hi, > > how can I restrict the use of the sendmail command? > > Especially, how to disallow sendmail for a certain user? authorized_submit_users = !certainuser, static:anyone > And how do I allow only a restricted set of envelope from values (with > sendmail > -f)? I thi

Re: return mails received when receiving server implements delay

2011-06-25 Thread Eric Smith
> > _How_ are you sending these mails? Looking at the above output, this > looks suspicously like a command line gone wrong, something like > > "command -- -N -R failure,full,delay recipi...@example.net" Thanks Stefan. Well done you out me on the right path. It is this command in my MUA, set

Re: return mails received when receiving server implements delay - solved

2011-06-25 Thread Eric Smith
Ah, there was no space between the -oi and the -f. I broke it trying to impliment it some months ago, thanks again for solving this irritating mystery. great. -- - Eric Smith Eric Smith said: > > > > > _How_ are you sending these mails? Looking at the above output, this > > looks suspicously

Re: How to restrict local users to use the sendmail command?

2011-06-25 Thread Victor Duchovni
On Sat, Jun 25, 2011 at 07:45:48PM +0200, Ralf Hildebrandt wrote: > > And how do I allow only a restricted set of envelope from values (with > > sendmail > > -f)? > > I think this is not possible. Correct, sendmail(1) is not privileged, and it sets the envelope sender used by postdrop(1) either

Re: Problem with relayhost

2011-06-25 Thread Markus Edholm
Anders Norrbring skrev 2011-06-25 17:00: > Hiya all. > I'm trying to make relayhost to work, but I get "Relay access denied" no > matter what I try. > The server is running openSUSE 11.3 x86_64, and the following packages are > installed: > > postfix-2.7.1-2.2.1.x86_64 > cyrus-sasl-plain-2.1.23-11.

Re: Problem with relayhost

2011-06-25 Thread Sandy Drobic
On 25.06.2011 17:00, Anders Norrbring wrote: > Hiya all. > I'm trying to make relayhost to work, but I get "Relay access denied" no > matter what I try. > The server is running openSUSE 11.3 x86_64, and the following packages are > installed: > > My main.cf has these related lines: > lmtp_sasl_au