Re: [courier-users] Authldap configuration....

2007-02-25 Thread Edwin L. Culp W.
Quoting Aine Douglas [EMAIL PROTECTED]:

 Hi guys,

 I'm setting up a new email server, and am at the stage where I'm about
 to configure up OpenLdap with a suitable schema.

 I reviewed the last server's config, and its confusing me... hoping
 someone here can help. The last server has courier authlib
 authenticating against an OpenXchange ldap schema, and authldaprc has
 the following setting:

 LDAP_BASEDNdc=domainname, dc=com
 LDAP_MAIL  uid

 The users that authlib sucessfully authenticates against are located  
 in LDAP at:
 [EMAIL PROTECTED],ou=Users,ou=OxObjects,dc=domainname,dc=com

 Shouldn't the uid component be just below dc in order for authlib to
 find it? Or does the authldap module search recursively below the
 basedn for a uid field matching what was presented for authentication?

 The reason I ask is that the server I'm working on will handle many
 more domains and users, and I'd like to organise the LDAP such that
 the UID's aren't all in the same branch of the tree, but rather a
 branch per domain name and all the domains respective UID's there. If
 authlib/authldap recursively searches, then this is possible, but if
 I'm missing something then clearly I can't do this!!

You might just want to use the about but add

LDAP_FILTER   (objectClass=CourierMailAccount)

and in your ldap reorganization.

You will probably want to add something like

LDAP_URI 
ldap://localhost/dc=domainname,dc=com?mail?sub?(objectClass=CourierMailAccount)

in your configuration.

If you have a better and more efficient way of doing it, I would be  
interested.

Hope this helps,

ed


 Any guidance appreciate.

 Thanks,

 Aine.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys-and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 courier-users mailing list
 courier-users@lists.sourceforge.net
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Multiple sender ip addresses

2006-12-08 Thread Edwin L. Culp W.
Quoting Bernd Wurst [EMAIL PROTECTED]:

 Hi.

 Am Freitag, 8. Dezember 2006 00:27 schrieb Edwin L. Culp W.:
 Take a look at esmtproutes on the courier man page.  That should
 answer your question.

 This covers known destinations, I only know the sender (local useraccount).
 Seems like we need a second courier instance...


It looks like I read what I though the problem was and not the  
problem.  Sorry.  Would the customer just setting the smtp server  
value in his mail client not solve the problem or if you are providing  
him with webmail add a conditional for him not work?

if ( $uid == '[EMAIL PROTECTED]' ) {
 $smtp = 'smtp.George.com';
}

I'm sure you would have done that if it was a viable solution to the  
problem.  I may still not see the complete issue.

sorry,

ed


 cu, Bernd

 --
 Jedes gelöste Problem ist einfach.  -  Thomas Alva Edison




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Problem imapd.core in my Maildir directory.

2006-11-15 Thread Edwin L. Culp W.
Quoting Milan Obuch [EMAIL PROTECTED]:

 On Wednesday 15 November 2006 09:41, HIROSHI OOTA wrote:
 Hi,

 I've upgrade COURIER in several days ago. I encountered the same problem.

 The implementaion of GAMIN for freebsd uses sendmsg(2).
 Courier-imap uses the same name in imap/{smap,outbox.c}.
 When GAMIN calls outbox.c:sendmsg, the segment fault occurs.

 cheers,
 --
  HIROSHI OOTA


 Did you find any workaround short of disabling FAM/GAMIN in its entirety? If
 you could propose a patch that would be great... I am using 0.53.3 without
 fam support now and this is the issue which stopped me to update FreeBSD port
 to 0.53.3, stays at 0.53.2 for now.
 By the way, similar problem exists with both fam and gamin in their current
 version in ports repository... I have no detailed fam/gamin knowledge and
 somehow limited time for experiment, so I was not able to find root cause of
 this issue.

I have a new installation that I will look at upgrading and hopefully  
come up with a port that works or something that would make it easier  
to port.  My knowledge of porting is very, very limited.  I'll try  
over the weekend and let you know the results.

thanks,

ed


 egards,
 Milan

 --
 This address is used only for mailing list response.
 Do not send any personal messages to it, use milan in
 address instead.

 -
 Take Surveys. Earn Cash. Influence the Future of IT
 Join SourceForge.net's Techsay panel and you'll get the chance to share your
 opinions on IT  business topics through brief surveys - and earn cash
 http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
 ___
 courier-users mailing list
 courier-users@lists.sourceforge.net
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Can list creation be automated in couriermlm?

2006-09-12 Thread Edwin L. Culp W.
Quoting Milan Obuch [EMAIL PROTECTED]:

 On Tuesday 12 September 2006 04:16, Edwin L. Culp W. wrote:
 Can list creation be automated in couriermlm?  I have several lists of
 emails from may old lists and want to automate the creation of new
 ones with couriermlm but can't seem to get past the ^D part gracefully
 to end each sub command.  I seem to remember that I have gotten past
 this previously but I can't for the life of me remember how.


 Are you talking about scripting sub command? Could you use

 echo something | couriermlm ...

Thanks, Milan.  I had tried that first.  I'm pretty sure it worked for  
me at some point in time.  I wasn't able to get it to work. with a  
simple

   echo [EMAIL PROTECTED] | couriermlm sub /home/virtual/info/eventos
and with
   echo [EMAIL PROTECTED] | couriermlm sub /home/virtual/info/eventos -

I get Invalid address.  I can't remember how I used to do it  
although I'm pretty sure that it was simple.

Thanks, again for the help.

ed


 for that? It works for me, or at least worked when I last tried.

 Milan

 --
 No need to mail me directly. Just reply to mailing list, please.

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 courier-users mailing list
 courier-users@lists.sourceforge.net
 Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users




-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Can list creation be automated in couriermlm?

2006-09-12 Thread Edwin L. Culp W.
Quoting Bill Taroli [EMAIL PROTECTED]:

 Milan Obuch wrote:
 On Tuesday 12 September 2006 04:16, Edwin L. Culp W. wrote:

 ... can't seem to get past the ^D part gracefully
 to end each sub command. ...
 Are you talking about scripting sub command? Could you use

 echo something | couriermlm ...

 for that? It works for me, or at least worked when I last tried.

 Exactly. The ^D is used to indicate EOF (interactively) and this happens
 gracefully when the end of a stream piped into couriermlm occurs. :-)

 Bill

Thanks, Bill.  That is what I thought but I am doing something really  
dumb because I'm getting Invalid address with and without   etc.
   # echo [EMAIL PROTECTED]|couriermlm sub /home/virtual/eventos
   Invalid address
same with  which I've never used with couriermlm,IIRC.
  # couriermlm sub /home/virtual/eventos [EMAIL PROTECTED]
works as expected with its ^D EOF

thanks again,

ed
I'm certainly missing something.  Going to try another ristreto.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Can list creation be automated in couriermlm?

2006-09-12 Thread Edwin L. Culp W.
Quoting Milan Obuch [EMAIL PROTECTED]:

 On Tuesday 12 September 2006 11:50, Edwin L. Culp W. wrote:
 Quoting Milan Obuch [EMAIL PROTECTED]:
  On Tuesday 12 September 2006 04:16, Edwin L. Culp W. wrote:
  Can list creation be automated in couriermlm?  I have several lists of
  emails from may old lists and want to automate the creation of new
  ones with couriermlm but can't seem to get past the ^D part gracefully
  to end each sub command.  I seem to remember that I have gotten past
  this previously but I can't for the life of me remember how.
 
  Are you talking about scripting sub command? Could you use
 
  echo something | couriermlm ...

 Thanks, Milan.  I had tried that first.  I'm pretty sure it worked for
 me at some point in time.  I wasn't able to get it to work. with a
 simple

echo [EMAIL PROTECTED] | couriermlm sub /home/virtual/info/eventos
 and with
echo [EMAIL PROTECTED] | couriermlm sub /home/virtual/info/eventos -

 I get Invalid address.  I can't remember how I used to do it
 although I'm pretty sure that it was simple.

 Thanks, again for the help.


 From man couriermlm:

 couriermlm sub directory [EMAIL PROTECTED]

 You did not specify address as an argument. There should be comment fed via
 echo, not address.

Thanks, Milan. That works perfectly, I don't know what I was thinking  
or I should just say that I wasn't thinking.

As usual, thanks for you patience.

Have a great day,

ed

PS.  Thanks to Bill also I missed the boat the first time around.

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Can list creation be automated in couriermlm?

2006-09-11 Thread Edwin L. Culp W.
Can list creation be automated in couriermlm?  I have several lists of  
emails from may old lists and want to automate the creation of new  
ones with couriermlm but can't seem to get past the ^D part gracefully  
to end each sub command.  I seem to remember that I have gotten past  
this previously but I can't for the life of me remember how.

Thanks for any suggestions.  I tried import with a simple list and  
that didn't seem to work as expected either.


ed



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users