Re: Retreive objectGUID from AD in text form

2012-06-19 Thread Pavel Bychykhin
18.06.2012 17:31, Viktor Dukhovni пишет: On Mon, Jun 18, 2012 at 11:20:52AM +0300, Pavel Bychykhin wrote: May be someone know a simple way (via LDAP map) to retreive an objectGUID attribute from AD in TEXT form? Postfix has no support for encoding binary data retrieved from tables. You woul

problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
I'm getting the following in my mail logs for a new postfix system. OS = SuSE Linux Enterprise v10 Thanks mail log error Jun 18 15:20:24 linux-srv postfix/smtpd[6509]: NOQUEUE: reject: RCPT from emessenger.cisco.com[192.86.51.17]: 554 : Relay access denied; from= to= proto=ESMTP helo= Jun 18 1

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread John Peach
On Tue, 19 Jun 2012 19:44:31 +0800 "JonL" wrote: > I'm getting the following in my mail logs for a new postfix system. > OS = SuSE Linux Enterprise v10 > > Thanks > > mail log error > Jun 18 15:20:24 linux-srv postfix/smtpd[6509]: NOQUEUE: reject: RCPT from > emessenger.cisco.com[192.86.51.17]

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
Sorry When I put in the 2nd domain this is what shows up in the mail log or when I try to type a postmap command postmap: warning: valid_hostname: invalid character 44(decimal): mmtnetworks.com.au, jlorenzo.com.au postmap: fatal: file /etc/postfix/main.cf: parameter mydomain: bad param

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread John Peach
On Tue, 19 Jun 2012 20:08:33 +0800 Looks like you should read up on the basics. Never try and postmap main.cf; it is not a map. mydomain is just that - one domain. If you are accepting mail for multiple domains use mydestination. "JonL" wrote: > Sorry > When I put in the 2nd domain this is

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
I've never tried to postmap main.cf... it just showed up on the line when i was postmap /etc/postfix/virtual Jon -- From: "John Peach" Sent: Tuesday, June 19, 2012 8:40 PM To: Subject: Re: problem with postfix configuration - Relay Access Denied

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > postmap: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter > value: mmtnetworks.com.au, jlorenzo.com.au ... > postconf -n ... > mydomain = mmtnetworks.com.au, jlorenzo.com.au Specify ONE name in mydomain. http://www.postfix.org/postconf.5.html#mydomain Specify

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Alvin Wong
Are you actually trying to set up virtual mailbox? If yes you should take a look at this http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox 2012/6/19 Wietse Venema : > JonL: >> postmap: fatal: file /etc/postfix/main.cf: parameter mydomain: bad parameter >> value: mmtnetworks.com.au,      

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > postmap: fatal: file /etc/postfix/main.cf: parameter mydomain: bad > parameter > value: mmtnetworks.com.au, jlorenzo.com.au > ... > postconf -n > ... > mydomain = mmtnetworks.com.au, jlorenzo.com.au Wietse: > Specify ONE name in mydomain. > http://www.postfix.org/postconf.5.html

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > I've changed the setting for mydomain to be a single domain and That eliminates one mistake. > mydestinations to be a both the domain and the second domain Apparently, that is still not enough. > Now I get a message in the log stating that > linux-srv postfix/smtp[2627]: C9E5C1F465: to

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
linux-srv:/home/jlmiller # postconf -n alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/canonical command_directory = /usr/sbin config_directory = /etc/postfix daemon_directory = /usr/lib/postfix debug_peer_level = 2 defer_transports = disable_dns_lookups = no disable_mi

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
To test it, I sent an e-mail from my hotmail account to the regular domain (mmtnetworks and jlorenzo) and this is what was in the mail log when the mail came in. Jun 19 19:59:01 linux-srv postfix/smtpd[2646]: connect from snt0-omc1-s25.snt0.hotmail.com[65.55.90.36] Jun 19 19:59:02 linux-srv po

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > To test it, I sent an e-mail from my hotmail account to the regular domain > (mmtnetworks and jlorenzo) and this is what was in the mail log when the > mail came in. I repeat: > What is the "postconf -n" command output. > > Where should mail for mmtnetworks.com.au be delivered.

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > mydestination = $myhostname, localhost.$mydomain, mmtnetworks.com.au, > jlorenzo.com.au ... > transport_maps = hash:/etc/postfix/transport ... > mmtnetworks mail should be delivered to the 192.168.2.247 server, same > server for mail to jlorenzo.com.au What is output from: postmap -q m

Re: High Availability Solution for Postfix SMTP Server

2012-06-19 Thread John Doe
From: Ansgar Wiechers > On 2012-06-18 Kaushal Shriyan wrote: >> Are there any High Availability Solution for Postfix SMTP Server meaning >> primary and secondary nodes in Active/Active or Active/Passive Clustering >> mode? > > Please describe the problem you're trying to solve instead of what

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
linux-srv:/home/jlmiller # postmap -q jlmil...@mmtnetworks.com.au hash:/etc/postfix/transport linux-srv:/home/jlmiller # postmap -q mmtnetworks.com.au hash:/etc/postfix/transport smtp:[192.168.2.247] Jon -- From: "Wietse Venema" Sent: Tuesday,

Re: High Availability Solution for Postfix SMTP Server

2012-06-19 Thread Miles Fidelman
John Doe wrote: From: Ansgar Wiechers On 2012-06-18 Kaushal Shriyan wrote: Are there any High Availability Solution for Postfix SMTP Server meaning primary and secondary nodes in Active/Active or Active/Passive Clustering mode? Please describe the problem you're trying to solve instead

Re: High Availability Solution for Postfix SMTP Server

2012-06-19 Thread Wietse Venema
John Doe: > From: Ansgar Wiechers > > > On 2012-06-18 Kaushal Shriyan wrote: > >> Are there any High Availability Solution for Postfix SMTP Server meaning > >> primary and secondary nodes in Active/Active or Active/Passive Clustering > >> mode? > > > > Please describe the problem you're tryin

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > linux-srv:/home/jlmiller # postmap -q jlmil...@mmtnetworks.com.au > hash:/etc/postfix/transport > > linux-srv:/home/jlmiller # postmap -q mmtnetworks.com.au > hash:/etc/postfix/transport > smtp:[192.168.2.247] Well there is your mail loop. All mail for mmtnetworks.com.au is sent out via

Re: High Availability Solution for Postfix SMTP Server

2012-06-19 Thread John Hudak
He stated his requirement, specifically, the need for a high availability system. The details of what lead him to having this requirement are somewhat irrelevant - unless you want to go down the path of eliciting all the quality attributes and look at architectural tradeoffs (which is not what he

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
Wietse, To be honest I'm not sure what this means, isn't any outgoing mail supposed to go out through the server (192.168.2.247? Jon -- From: "Wietse Venema" Sent: Tuesday, June 19, 2012 10:28 PM To: "Postfix users" Subject: Re: problem with

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: > linux-srv:/home/jlmiller # postmap -q jlmil...@mmtnetworks.com.au > hash:/etc/postfix/transport > > linux-srv:/home/jlmiller # postmap -q mmtnetworks.com.au > hash:/etc/postfix/transport > smtp:[192.168.2.247] You have mydestination = $myhostname, localhost.$mydomain, mmtnetworks.com

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
-- From: "Wietse Venema" Sent: Tuesday, June 19, 2012 11:31 PM To: "Postfix users" Subject: Re: problem with postfix configuration - Relay Access Denied Local Jon JonL: linux-srv:/home/jlmiller # postmap -q jlmil...@mmtnetworks.com.au hash:/et

Re: High Availability Solution for Postfix SMTP Server

2012-06-19 Thread DTNX Postmaster
On Jun 19, 2012, at 16:36, John Hudak wrote: > He stated his requirement, specifically, the need for a high availability > system. The details of what lead him to having this requirement are somewhat > irrelevant - unless you want to go down the path of eliciting all the quality > attributes a

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
Wietse: > You have >mydestination = $myhostname, localhost.$mydomain, mmtnetworks.com.au > Meaning that you want to deliver mmtnetworks.com.au on the LOCAL MACHINE. > > At the same time you have transport_maps with >mmtnetworks.com.au smtp:[192.168.2.247] > Meaning that you want to delive

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread JonL
Yes I did that and that fix the problem, just have to figure out why the client (outlook) is not able to connect to the incoming pop3 server now... Thanks for your help Jon -- From: "Wietse Venema" Sent: Wednesday, June 20, 2012 12:29 AM To:

Re: problem with postfix configuration - Relay Access Denied

2012-06-19 Thread Wietse Venema
JonL: [ Charset ISO-8859-1 unsupported, converting... ] > I'm getting the following in my mail logs for a new postfix system. > OS = SuSE Linux Enterprise v10 > > Thanks > > mail log error > Jun 18 15:20:24 linux-srv postfix/smtpd[6509]: NOQUEUE: reject: RCPT from > emessenger.cisco.com[192.86.5

Retaining BCC in Pipe

2012-06-19 Thread Chris Nagele
I am using Postfix to pipe messages to an external program. Does anyone know how to pipe a single message that retains all recipients, including the BCC? I already know how to create a new message for each recipient, but what I actually need is the message as it was sent by the user to Postfix. I s

Re: Retaining BCC in Pipe

2012-06-19 Thread Wietse Venema
Chris Nagele: > I am using Postfix to pipe messages to an external program. Does > anyone know how to pipe a single message that retains all recipients, > including the BCC? Postfix mail delivery does not distinguish between BCC recipients or other recipients. By default, Postfix sends multiple

research for transmit info with smtp protocol

2012-06-19 Thread ml
dear honorable doctor master of C Fu dear honorable Doctor Wietse i am beginners in C but I have ideas of proto meta language that is based on rectangular shapes and curvilinear orthonormal to transmit the information I have to use a protocol and I think the SMTP procole and easiest and simplest

Re: research for transmit info with smtp protocol

2012-06-19 Thread Noel Jones
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/19/2012 3:49 PM, ml wrote: > So I'm working on a mini smtp server as follows > https://gitorious.org/smartopenrelay/smartopenrelay/trees/ the > server seems to work but I can not send mails timeout error > and since I do not know much about the p

Re: research for transmit info with smtp protocol

2012-06-19 Thread Wietse Venema
ml: > to transmit the information I have to use a protocol and I think the > SMTP procole and easiest and simplest If you must use SMTP, try Python's smtplib or Perl's Net::SMTP. Wietse

Re: Retaining BCC in Pipe

2012-06-19 Thread Michael J Wise
On Jun 19, 2012, at 1:02 PM, Chris Nagele wrote: > I am using Postfix to pipe messages to an external program. Does > anyone know how to pipe a single message that retains all recipients, > including the BCC? Methinks you are confusing RFC 821 (yeah, I know) commands with the RFC 822 data. Bcc

Re: Retaining BCC in Pipe

2012-06-19 Thread Chris Nagele
When I capture the messages that are sent via pipe it contains all TO and CC, but the BCC header is gone. From what you both said, I feel like I missing something pretty simple here. This is a similar question on Serverfault: http://serverfault.com/questions/148135/postfix-how-to-keep-the-bcc-reci

Re: Retaining BCC in Pipe

2012-06-19 Thread Michael J Wise
On Jun 19, 2012, at 2:42 PM, Chris Nagele wrote: > When I capture the messages that are sent via pipe it contains all TO > and CC, but the BCC header is gone. From what you both said, I feel > like I missing something pretty simple here. There's a pipe for the data (ie the mail message, what you

Re: Retaining BCC in Pipe

2012-06-19 Thread Bill Cole
On 19 Jun 2012, at 17:42, Chris Nagele wrote: When I capture the messages that are sent via pipe it contains all TO and CC, but the BCC header is gone. From what you both said, I feel like I missing something pretty simple here. Yes. When you use a MUA to compose a message with a Bcc header,

Re: Retaining BCC in Pipe

2012-06-19 Thread Chris Nagele
That clears it up then. The issue I am running into is trying to associate the BCC message with the others so I can associate them in the program that it is piped to. It sounds like that is not possible. I did try the pipe options, but it separates each message completely, not allowing me to conso

Re: Retaining BCC in Pipe

2012-06-19 Thread Wietse Venema
Chris Nagele: > That clears it up then. The issue I am running into is trying to > associate the BCC message with the others so I can associate them in > the program that it is piped to. It sounds like that is not possible. Indeed. You receive this email message, even though you are not listed in

Re: Is it possible to forward a mail with only the subject line but not the mail itself?

2012-06-19 Thread Ori Bani
Hello Ralf, On Mon, Mar 26, 2012 at 5:51 AM, Ralf Hildebrandt wrote: > * Marcus Mülbüsch : >> Hello all, >> >>    is it possible to configure postfix in a way that it forwards >> incoming mails to an external mail-server, but in a way that only the >> subject line is sent; not the mail itself? >

Re: Relay related issue

2012-06-19 Thread Uma Shankar
what should be the entry done in transport file as I am unable to add relay to two IP from the transport file? Regards, Uma Shankar On Wed, Jun 20, 2012 at 2:14 AM, Benny Pedersen wrote: > Den 2012-06-19 06:34, Uma Shankar skrev: > > HI, >> >> I want to relay it to IP address in LAN. which w