[courier-users] Vacation and virtual mailboxes

2006-02-23 Thread Jesper Langkjær
Title: Vacation and virtual mailboxes Hi. I've been using the maildrop script at http://www.courier-mta.org/maildrop/?maildropfilter.html~patmatch for vacation messages. åØåcc $DEFAULT xfilter "reformail -r -t" /^To:.*/ getaddr($MATCH) =~ /^.*/; MATCH=tolower($MATCH) flock "vacation.

Re: [courier-users] Getting SMTP AUTH CRAM-MD5 to work with Thunderbird

2006-02-23 Thread Sam Varshavchik
Dave Platt writes: Not with CRAM-MD5, which is a different beast altogether. esmtppw will let you do a plain, garden-variety userid/password authentication only. #snip# You need to use the -hmac-md5 option to userdbpw to generate the MD5 pre-hash, and stuff it into the hmac-md5pw field in u

Re: [courier-users] error 550-The recipient cannot be verified

2006-02-23 Thread Vincent
On Thu, Feb 23, 2006 at 06:51:27AM -0500, Sam Varshavchik wrote: > Vincent writes: > >I even tried creating .courier, .courier-default, and .courier-john > >files in vince's home directory, but none of it works. > > > >Is there something else I might be overlooking to get a all mail to > >a virtual

Re: [courier-users] Getting SMTP AUTH CRAM-MD5 to work with Thunderbird

2006-02-23 Thread Dave Platt
> Not with CRAM-MD5, which is a different beast altogether. esmtppw will let > you do a plain, garden-variety userid/password authentication only. #snip# > You need to use the -hmac-md5 option to userdbpw to generate the MD5 > pre-hash, and stuff it into the hmac-md5pw field in userdb. See th

Re: [courier-users] Getting SMTP AUTH CRAM-MD5 to work with Thunderbird

2006-02-23 Thread Sam Varshavchik
Dave Platt writes: What I'm now trying to do is to get SMTP AUTH working properly, so I can use the system as a mail relay if I'm "on the road" with my laptop. I'd like to do this with CRAM-MD5 authentication, using a custom password which is used only for this purpose (the firewall system norm

[courier-users] Getting SMTP AUTH CRAM-MD5 to work with Thunderbird

2006-02-23 Thread Dave Platt
My home server/firewall is running the Debian test versions of Courier (0.52.2-0.3 courier-mta, 0.58-0.3 courier-authlib). It's running near-perfectly, with lots of DNS blocklist, rcptfilter/smtpfilter, forwarding to and from the home systems inside the firewall, etc. What I'm now trying to do is

Re: [courier-users] Identifying relying clients from maildrop

2006-02-23 Thread Jay Lee
On Thu, February 23, 2006 6:24 pm, Dino Ciuffetti wrote: > Is there a way to "header tag" an authenticated user? Courier does this by default, here's a sample Received header from a message: Received: from [10.9.4.123] (somewhere.airstreamcomm.net [60.37.248.52]) (AUTH: PLAIN [EMAIL PRO

Re: [courier-users] Identifying relying clients from maildrop

2006-02-23 Thread Sam Varshavchik
Dino Ciuffetti writes: Hi all!! Is there a way to "header tag" an authenticated user? Is it possible in maildrop to match a mail coming from a client with relying privileges? Since you are posting this to the courier-users list, you are presumably running Courier, which already records the i

[courier-users] Identifying relying clients from maildrop

2006-02-23 Thread Dino Ciuffetti
Hi all!! Is there a way to "header tag" an authenticated user? Is it possible in maildrop to match a mail coming from a client with relying privileges? Thanks a lot!! Dino. --- This SF.Net email is sponsored by xPML, a groundbreaking scriptin

Re: [courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-23 Thread Gordon Messmer
Michelle Konzack wrote: Am 2006-02-21 14:07:18, schrieb Jay Lee: be using something like LDAP or SQL for your user's backend. For security reason I can not use LDAP Curiosity compells me to ask why LDAP isn't suitable for "security reasons". and I am allready using PostgreSQL, but I was

[courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-23 Thread Michelle Konzack
Am 2006-02-21 14:07:18, schrieb Jay Lee: > So write a module for libnss. All the docs are there. Authcustom is a I have allready tried this, but failed... OK, I am coding, but I am not the best one. :-( Better someone with more experience do that for security reason. > skeleton example of h

[courier-users] Re: courier + libnss-pgsql/libpam-pgsql1

2006-02-23 Thread Michelle Konzack
Again: +---[ man 'authlib' ]-- | |authpam | authenticates using the system's PAM library (plug­ | gable authentication module). This is, essen­ | tially, a way to use existing PAM modules for

Re: [courier-users] error 550-The recipient cannot be verified

2006-02-23 Thread Sam Varshavchik
Vincent writes: Hi. Any idea what would cause this error? This is how I have it configured /etc/courier/aliases/mydomain.org @mydomain.org: vince /etc/courier/locals localhost If I add the specific alias [EMAIL PROTECTED]: vince to /etc/courier/aliases/mydomain.org, it delivers it