Re: [courier-users] courier imap tls and certs

2015-10-10 Thread Steve Shockley
On 10/10/2015 11:24 AM, bit_hi te wrote:
> When I connect to the service by "openssl s_client -connect
> hostname:993", and only TLS is enabled, then the only thing presented is
> "CONNECTED(0003)". The connection is kept open but no data is
> transferred. If ssl is enabled, I always get a "return code: 21 (unable
> to verify the first certificate)".

openssl s_client -connect hostname:993 -crlf

The -crlf is likely the problem.


--
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Misconfigured Exchange Servers

2013-03-26 Thread Steve Shockley
On 3/21/2013 8:10 PM, Lindsay Haisley wrote:
 Bypassing a distribution's package management system always seems to
 introduce issues.

Why not just use the OS packaging system for your new version?  I don't 
know much about building for apt, but it seems you should be able to 
build and package software from source that keeps all the package 
dependencies, unless the newer Courier version requires a newer library 
version or something.

I'm guessing it's the sort of thing that's a hassle to do once, but not 
too bad once you get it documented.

--
Own the Future-Intelreg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] How can I disable logging entirely?

2012-02-07 Thread Steve Shockley
On 2/6/2012 12:50 PM, Michelle Konzack wrote:
 Speak:  I have to disable loging entirely.

Maybe tell syslog to write those logs to /dev/null?

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] alternative (less drastic) HELO checks?

2010-03-03 Thread Steve Shockley
On 3/3/2010 4:28 PM, Nathan Eady wrote:
   * non resolvable HELO names are blocked

   * HELO names that don't share at least the top couple of
 levels with the actual FQDN are blocked (so, for instance,

Just as a curiosity, are either of these violations of RFC?  My work 
outbound servers (not Courier) send HELO as 
internalservername.example.com, but rdns for the extenal address would 
be mxo1.example.com (which does resolve to the same IP).

By the same token, we have multiple domains, so the server might resolve 
as mxo1.example.com, HELO as internal.example.com, and deliver a message 
for u...@domain.com, where domain.com lists mxo1.example.com among its 
MX records.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] docbook bug

2010-02-19 Thread Steve Shockley
Courier seems to be affected by this bug in docbook-xsl:

http://seclists.org/nmap-dev/2009/q3/252

This affects OpenBSD, and presumably Solaris.  The next time you create 
a release, can you please regenerate the man pages using docbook-xsl 
1.74.1 or higher?  Thanks.

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Mail goes into single file - not maildirs

2009-11-09 Thread Steve Shockley
On 11/9/2009 3:46 AM, Thomas Seilund wrote:
 2. When recieving mail for a user all mail go into single file
 /homedir/Maildir (I did run maildirmake before allowing mail to the user!)

I don't know Gentoo, but is some other mailer still listening on port 
25?  Telnet to port 25 and see who answers to a helo.

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier Cluster

2008-09-16 Thread Steve Shockley
Paweł Tęcza wrote:
 We were doing it exactly in that way before, but as I wrote in my
 previous post, it's not good solution for serious mail system because of
 Windows client hosts which piss on DNS TLL.

If you have control of the clients, you can stop/disable the DNS 
Client service to fix that.  Good architecture is probably a better 
solution though.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Passes SPF but still being classified as spam

2008-09-05 Thread Steve Shockley
Tim Lyth wrote:
 What do people recommend I do?

New wife is the only reasonable option.

Can't SA do some kind of whitelist?

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier Cluster

2008-08-26 Thread Steve Shockley
Svetozar Mihailov wrote:
 2.2 I do not want to use load balancer because if load balancer dies
 everything stop.

You may find OpenBSD's CARP and hoststated(8) interesting.

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Bye bye!

2008-05-09 Thread Steve Shockley
Harry Duncan wrote:
 He's from Argentina. They're great at blaming (entire world -
 argentina) for every ill / ineptitude / missed deadline / their own
 laziness...

Hooray, racists!

-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Courier-IMAP with MS SQL SERVER

2008-02-11 Thread Steve Shockley
Sam Varshavchik wrote:

 Is it possible to get Courier-IMAP to work with a remote MS SQL SERVER
 2005 ?

 What exactly are you trying to accomplish? I tried parsing your question
 from every direction, and each time I can't make heads or tails of it.

He's probably trying to make MS SQL do the same thing MySQL or Postgres 
do for Courier.

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Private MAIL/NEWS gateway/converter

2007-08-01 Thread Steve Shockley
Sam Varshavchik wrote:
 Install suck (http://www.sucknews.org). It's probably in Debian ports, 
 somewhere.

It appears that sucknews.org (as the home of suck) went offline around 
the end of 2004.  It then moved to an att.net and later comcast.net user 
home page, and it's gone now.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Courier on OpenBSD

2007-07-27 Thread Steve Shockley
FYI, Courier 0.56.0.20070721 seems to need #include unistd.h in 
libs/testaliases.C on OpenBSD.

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now   http://get.splunk.com/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Need schizophrenic /etc/courier/me

2007-07-09 Thread Steve Shockley
Sam Varshavchik wrote:
 It would be very useful for serving customers who require their own
 identity in public, but don't mind sharing resources and costs behind
 the scenes.
 
 Nope. But who really connects to port 25, and looks at the banner?

The same people who think that the banner is a security feature...

Why not just use a more generic banner that doesn't have any company 
name?  It seems from rfc2821 you can use the IP address:

The SMTP client MUST, if possible, ensure that the domain parameter to 
the EHLO command is a valid principal host name (not a CNAME or MX name) 
for its host.  If this is not possible (e.g., when the client's address 
is dynamically assigned and the client does not have an obvious name), 
an address literal SHOULD be substituted for the domain name and 
supplemental information provided that will assist in identifying the 
client.

(It seems must if possible means the same as should, but others may 
read it differently.)

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] More on OpenBSD 4.1

2007-07-03 Thread Steve Shockley
Sam Varshavchik wrote:
 I'm not sure what's the problem with some of these. It's complaining
  about perfectly valid code.
 
 I'm going to have to guess here. Try applying this patch:

Perfect, it builds successfully now.  Thanks.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] More on OpenBSD 4.1

2007-07-02 Thread Steve Shockley
When building on OpenBSD 4.1, I get the following:

gmake[4]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier/module.dsn'
gmake[3]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier/module.dsn'
gmake[3]: Entering directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
Compiling 
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:
 
In
function `void webmlmd::do_admin_update(std::liststd::string,
std::allocatorstd::string )':
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:609:
 
error: syntax
error before `+' token
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:615:
 
error: no
matching function for call to `getline(std::istringstream ()(...),
std::string)'
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:626:
 
error: syntax
error before `+' token
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:632:
 
error: no
matching function for call to `getline(std::istringstream ()(...),
std::string)'
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:
 
In
function `void sendsubunsub(std::basic_stringchar, 
std::char_traitschar,
std::allocatorchar )':
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:956:
 
error: declaration
of `__sF' as array of references
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:956:
 
error: assignment
(not initialization) in declaration
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:
 
In
function `void listrequest2(std::basic_stringchar, 
std::char_traitschar,
std::allocatorchar , std::basic_stringchar, std::char_traitschar,
std::allocatorchar )':
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:1103:
 
error: declaration
of `__sF' as array of references
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:1103:
 
error: assignment
(not initialization) in declaration
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:1120:
 
error: declaration
of `__sF' as array of references
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:1120:
 
error: assignment
(not initialization) in declaration
gmake[3]: *** [webmlmd.o] Error 1
gmake[3]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/mystuff/mail/courier (line 2063 of 
/usr/ports/infrastructure/mk/bsd.port.mk).


Any suggestions?  Thanks.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] More Courier on OpenBSD

2007-06-29 Thread Steve Shockley
I'm trying to build Courier 0.56 on OpenBSD 4.1.  The build eventually 
stops with:

gmake[3]: Entering directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
Compiling 
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C
In file included from 
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:47:
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmdcmlm.H:65:
 
error: syntax
error before `{' token
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmdcmlm.H:66:
 
error: syntax
error before `*' token
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmdcmlm.H:71:
 
error: syntax
error before `}' token
In file included from 
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmd.C:47:
/usr/ports/mystuff/mail/courier/w-courier-0.56.0/courier-0.56.0/courier/webmlmdcmlm.H:8:1:
 
unterminated #ifndef
gmake[3]: *** [webmlmd.o] Error 1
gmake[3]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory 
`/usr/ports/mystuff/mail/courier/w-courier-0.56.0/build-i386/courier'
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/mystuff/mail/courier (line 2063 of 
/usr/ports/infrastructure/mk/bsd.port.mk).


It seems it doesn't like line 65 of webmlmdcmlm.H, I'm not quite sure 
what's going on there (overloading stdin?  My C++ is weak), any ideas on 
why the build is failing?  Thanks.


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] More Courier on OpenBSD

2007-06-29 Thread Steve Shockley
Sam Varshavchik wrote:
 My guess is that on OpenBSD, 'stdin' is a macro of some sorts, which
  causes havoc here.

Ah, yes, you are correct, it's documented in stdio(3).  Thanks.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] cgi/cgidaemond.c on OpenBSD

2007-06-27 Thread Steve Shockley
It appears OpenBSD needs sys/uio.h #included to have iov.  I'd submit a 
diff, but I'm unfamiliar with writing configure scripts.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Adding a domain to Courier

2007-04-30 Thread Steve Shockley
Gordon Messmer wrote:
 Steve Shockley wrote:
 Gordon Messmer wrote:
   That error from gdbm has been reported before, but I don't recall ever
   seeing a fix for it, or even an explanation.  Remake all of your dbs
   with the relevant make.. command and see if it continues.  Maybe it
   just means that you don't have a hosteddomains.db file?

 Well, I (now) have a hosteddomains.dat file.

 Sam Varshavchik wrote:
 The GDBM library can't digest something.  Try rerunning makealiases and
 makeacceptmailfor,.
 I had run the make* a couple of times with no change.  I just tried 
 deleting all the *.dat files and re-creating them, and now I'm getting 
 513 Relaying Denied (but no GDBM errors).
 
 That would indicate that the domain isn't in esmtpacceptmailfor.dir (or 
 its .dat).
 
 Just once more, remove all of the .dat files from /etc/courier, run:
 
 makeacceptmailfor
 makesmtpaccess
 makealiases
 
 ...and then restart courier.  If you still have a problem, try 
 rebuilding courier with a different DB library.

Well, the 513 error above was just a misconfiguration, I'm still able to 
duplicate the issue.  I was getting a 513 on all domains, oops.

I'd prefer not to switch DB libraries, since the official OpenBSD 
package for authlib uses gdb, and I'd prefer to use pre-built binaries 
where possible.

 Since this has been reported as an issue before, with no resolution, I'm 
 really curious as to what's going on.  What platform are you using?

OpenBSD 3.8, i386, courier-authlib 0.58, courier 0.52.1.

 If you would, please run file /etc/courier/*.dat and see what it has to 
 say.

aliases.dat:GNU dbm 1.x or ndbm database, little endian
esmtpacceptmailfor.dat: GNU dbm 1.x or ndbm database, little endian
esmtppercentrelay.dat:  GNU dbm 1.x or ndbm database, little endian
hosteddomains.dat:  GNU dbm 1.x or ndbm database, little endian
smtpaccess.dat: GNU dbm 1.x or ndbm database, little endian


  Then run python and use it to print the keys from each dbm, like so:
 
 # python
 Python 2.4.3 (#1, Mar 14 2007, 18:51:08)
 [GCC 4.1.1 20070105 (Red Hat 4.1.1-52)] on linux2
 Type help, copyright, credits or license for more information.
   import anydbm
   test = anydbm.open('/etc/courier/smtpaccess.dat')
   print test.keys()
 ['192.168', '127.0.0.1', '10']

smtpaccess.dat: List of subnets in my blackist, mostly.

aliases.dat: List of @example.org addresses

esmtpacceptmailfor.dat: krunk.shockley.net, shockley.net, example.org

esmtppercentrelay.dat: empty

hosteddomains.dat: example.org


Any ideas what's going wrong?  Thanks.

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] Adding a domain to Courier

2007-04-12 Thread Steve Shockley
Gordon Messmer wrote:
  You also need to list example.org in hosteddomains, and run
  `makehosteddomains`.

Tried it, no change.

  That error from gdbm has been reported before, but I don't recall ever
  seeing a fix for it, or even an explanation.  Remake all of your dbs
  with the relevant make.. command and see if it continues.  Maybe it
  just means that you don't have a hosteddomains.db file?

Well, I (now) have a hosteddomains.dat file.

Sam Varshavchik wrote:
 The GDBM library can't digest something.  Try rerunning makealiases and
 makeacceptmailfor,.

I had run the make* a couple of times with no change.  I just tried 
deleting all the *.dat files and re-creating them, and now I'm getting 
513 Relaying Denied (but no GDBM errors).

-
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
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: webadmin login issue

2006-05-18 Thread Steve Shockley

Derek Shaw wrote:

I have modified the default file placement for apache and the contents
of httpd.conf from /var/www to /data/www.


Is /data/www mounted nosuid?  That gets me every time.


---
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] Re: openldap development libraries + openbsd

2006-05-16 Thread Steve Shockley

Sam Varshavchik wrote:

The client package seems unlikely to contain the development
libraries.  The documentation for the server package, however, makes no
reference to development libraries either.


If it installs /usr/include/ldap.h, then it's a development package.


OpenBSD doesn't generally build separate development packages, they 
just install the headers, etc. with the base package.


According to 
http://www.openbsd.org/cgi-bin/cvsweb.cgi/ports/databases/openldap/pkg/PLIST?rev=1.15content-type=text/x-cvsweb-markup, 
-client includes ldap.h (installed in /usr/local/include by default).



---
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] Re: Request for minor source changes

2005-02-16 Thread Steve Shockley
Johnny C. Lam wrote:
(1) The configure script generates a file using $COURIERAUTHCONFIG but
then sources it without any qualifiers, e.g. . configtmp.  This
breaks when . isn't in the PATH, and makes the configure script
exit with an error.  I think these should be changed to look like
. ./configtmp.
I ran across the same problem compiling on OpenBSD, with the same fix. 
I'll provide diffs if desired.

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: courier-0.48.2 make error

2005-01-18 Thread Steve Shockley
Brger Zoltn wrote:
Then I tried to make the courier-0.48.2, but I got this error message:
gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -I./.. -I./../libs -I./../.. 
-I../.. -I../../liblock -Wall -g -O2 -c courierfilter.c
courierfilter.c: In function `main':
courierfilter.c:378: parse error before `,'
Did you look at line 378?  For some reason it's not creating/finding the 
MAILUID macro.  Try using the --with-user and --with-group configure 
options, I forget exactly what they're called.


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: stopping dictionary attacks

2004-10-08 Thread Steve Shockley
[EMAIL PROTECTED] wrote:
Is there any way to set courier to automagically blacklist an IP that has 
tried to contact multiple IDs to see if they are valid after a few 
attempts?  I'm trying to save cycles from dealing with these attacks.
It's not a Courier solution, but OpenBSD's 'spamd' (and presumably other 
greylisting products) is effective in stopping dictionary attacks, even 
with an adversary who has a bunch of zombies.

---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Courier-IMAP vulnerable?

2004-08-20 Thread Steve Shockley
Georg Lutz wrote:
 Can anybody confirm this? Due to network problems I am not able to
 view/download source code myself...

Check your config files, if DEBUG_LOGIN is 1 or 2 then you're vulnerable, if 
it's 0 (the default) you're fine.




---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Introducing SMTP delays

2004-08-09 Thread Steve Shockley
On Monday 09 August 2004 02:11 am, Martijn Lievaart wrote:
 BTW, for a tarpit to be really effective, it should set the tcp-window
 to zero and occasionally send an ack. Not sure if one can do this from
 userspace and certainly not portable. It would be fun if courier
 implemented this though.

OpenBSD's spamd (http://www.benzedrine.cx/relaydb.html, 
http://www.openbsd.org/cgi-bin/man.cgi?query=spamd) may do what you're 
looking for.  They also have added a greylisting feature that I've found 
kills most worm-based emails (since they don't bother retrying).


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] esmtpd-ssl certificates

2004-04-11 Thread Steve Shockley
I'm trying to set up esmtpd-ssl for submitting mail from the client to 
Courier.  In my configuration, I've got my certificates under 
/etc/ssl/private; however, I've had to add a+x permissions to 
/etc/ssl/private for Courier to be able to read esmtpd.pem.  I also do 
imapd-ssl and pop3d-ssl with the certs in /etc/ssl/private, and those don't 
need the looser permissions.  Does Courier drop root earlier for esmtpd-ssl 
than for imapd-ssl?  Can it read the cert before it drops privs?  If it 
can't (or shouldn't), should imapd-ssl and pop3d-ssl drop the privs earlier 
as well?




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Courier IMAP + Outlook Express Feedbacks

2004-01-18 Thread Steve Shockley
Paolo Losi wrote:
I've tested for a couple of days OE 6 without any serious problem.
The only drawback is that it tries to always download attachments
from the server even if I click on them.
Turn off the preview pane.  OE can't view a message unless it's fully 
downloaded.

- What is your experience with the combination of OE and Courier Imap?
It works well for me.  Turn on BOFHBADMIME.

- is the Imap interoperability robust enough to use it in a production
  environment?
Actually, OE's IMAP support is better than in Outlook 2003.  I have few 
problems with it.  If you have nested folders OE doesn't like viewing 
folders with no content.

- Which are the release combinations that can be considered stable?
Use the most current version of OE you can find.  Consider OETool and 
OEQuoteFix (search Google).  Turn off HTML view in OE.



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] About BOFHBADMIME

2003-12-17 Thread Steve Shockley
I understand the need for BOFHBADMIME, but my users complain.  I'd like to
modify Courier so it removes the bad characters (or replaces them with ?)
instead of reformatting the message.  (I've already changed it to an RFC822
attachment, which helps.)  Where would I find the code that checks the
messages for RFC compliance?



---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278alloc_id=3371op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: help: black list?

2003-09-03 Thread Steve Shockley
 On 04 9 2003 at 7:05 pm -0400, mauro wrote:
 What it means? Black listis it possible?
 Are you on a dial-up connection?

Or cable modem or DSL?  Sourceforge blocks mail coming directly from any of
those.



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Weird behavior with IMAP in Outlook XP

2003-07-02 Thread Steve Shockley
Jean-Rene Cormier wrote:
 I know this might be a bit off-topic but I have some problems with
 Outlook XP and I was wondering is somebody already had the same
 problems. There's a few people that get messages with weird headers,
 like the recipient name is listed like 10 times in the To: field but
 when you look at the message source it seems fine and it's the same
 thing when I just edit the file in the user's Maildir. Anybody had
 this happened to them already? What did you do to correct this?

Do you have BOFHBADMIME turned on?


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Error when configuring courier imap-c_rehash script

2003-06-09 Thread Steve Shockley
Arnold D'Silva wrote:
 configure: WARNING: Unable to locate OpenSSL's c_rehash script in the
 current configure: WARNING: PATH.  The c_rehash script is included in
 
 http://www.google.com/search?oe=UTF-8q=courier+c_rehash  


---
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: 513 Relay issues (long)

2003-05-29 Thread Steve Shockley
Patrick Beart wrote:
 Thanks, but I've TRIED reading the FAQ and the docs on
 Courier. I find them somewhat suitable for people (read: Geeks) that
 work with mail servers on a regular basis, and highly confusing and
 inadequate for everyone else (read: novices like me).

The manuals are geared towards someone who's setting up a new system, not to
solving problems.  Try setting up a spare system, once you're done you'll
probably be able to figure out why you can't deliver mail.



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Re: Re[2]: authpwd on OpenBSD 3.3

2003-05-27 Thread Steve Shockley
Richard Welty wrote:
 additionally, there is the other question about authpwd vs authshadow;
 OpenBSD uses /etc/passwd and /etc/master.passwd, with the passwords in
 /etc/master.passwd

I'm using Courier-MTA on OpenBSD 3.2 using authpwd without drama.  I don't
have authshadow installed, and I authenticate as a regular local user.



---
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] Maildrop dropping mail?

2002-10-07 Thread Steve Shockley

I download my mail via Fetchmail and deliver it via Courier-MTA, through
SpamAssassin.  Last night, while doing some non-Courier upgrades, I broke
SpamAssassin.  This morning, I found this in the logs:

Oct  7 08:57:46 cerberus courierlocal:
id=0001E6BB.3DA184CA.25A9,from=[EMAIL PROTECTED],addr=steve@shockley.
net: /bin/sh: /usr/local/bin/spamassassin: not found
Oct  7 08:57:46 cerberus courierlocal:
id=0001E6BB.3DA184CA.25A9,from=[EMAIL PROTECTED],addr=steve@shockley.
net,size=7464,success: Message delivered.
Oct  7 08:57:46 cerberus courierd: completed,id=0001E6BB.3DA184CA.25A9
Oct  7 08:57:46 cerberus courierd: Waiting.  shutdown time=Mon Oct  7
09:25:04 2002, wakeup time=Mon Oct  7 09:25:04 2002, queuedelivering=0,
inprogress=0

Okay, that makes sense, I broke SA and it can't find the file.  However, in
the next line it appears to think it delivered the mail successfully, but it
didn't wind up in my inbox.

Did I lose those emails?  If not, where might they be?  If so, what can I do
to prevent them from getting lost in the future?




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: Compiling Courier sub-programs from same source

2002-10-07 Thread Steve Shockley

   If I built Sqwebmail as a
  module for Courier-MTA (so a user could add a binary package
  after-the-fact), would it be the same binary as if I downloaded the
  Sqwebmail source and compiled it?

 No.  The location of configuration files would be different, and the
module
 will contain only the sqwebmail binary with the html templates; without
the
 rest of the stuff that goes into the standalone binary, such as the
 authentication module code.

Ah, that makes sense, I'm just not extremely familiar with the sub-packages.

The maintainer of the OpenBSD Courier-IMAP port (Anil Madhavapeddy) has
started moving the authentication modules into pseudo-flavor subpackages
so there won't be dozens of flavored versions of binary packages.  Is there
any reason to not do this with the authentication modules for Courier-MTA?
What about other parts, such as fax?

Courier-IMAP OpenBSD port:
http://www.openbsd.org/cgi-bin/cvsweb/ports/mail/courier-imap/



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Re: IMAPS,anyone succeded installing and running it?

2002-09-30 Thread Steve Shockley

 If you did, could you please point to the documentation you used and even 
 be nice enough to step us through what you did.


Works fine for me.  What problems are you having?




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Update: Courier-0.39.0 for OpenBSD

2002-06-24 Thread Steve Shockley

Download it at:
http://www.shockley.net/OpenBSD/courier-0.39.0.tgz

Courier changelog:
http://sourceforge.net/project/shownotes.php?group_id=5404release_id=96333

Changes in this version of the port:
Update/config scripts actually work
Compiled package doesn't require gmake/autoconf/etc (duh!)
Doesn't depend on external sysconftool

Thanks to Mr. Sam for comments and Randy Lewis for testing!

Additional comments welcomed.





---
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Courier as relay

2002-05-22 Thread Steve Shockley

I currently have an Exchange 5.5 box doing SMTP mail at my company.  I'm
planning to put a Courier box in front of it, for spam filtering:

Internet -- Courier -- Exchange

I think I've got that part down, by adding domain.com: exchange.domain.com
to esmtproutes.  However, I'd like to integrate Mail::SpamAssassin, like so:

Internet -- Courier -- SpamAssassin -- Courier -- Exchange

In other words, Courier receives a message, runs it through SpamAssassin,
then forwards it to Exchange.

Unfortunately, all the documentation I've seen for SpamAssassin discusses
how to deliver mail to a local mailbox.  Is there a good way to handle this?
I found perfilter-example.pl, but I also found a message in the archive that
stated that you couldn't modify a message using this.





___

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Charlie sent me pictures from his party.

2002-01-29 Thread Steve Shockley

Somebody sent me the myparty virus/worm/trojan (whatever) this morning,
but when it got to my Inbox it showed up as being from root.  The account it
was delivered to isn't even the destination for postaster/root, and there
were no RFC notes attached by Courier.  I'm running 0.36.1 on OpenBSD 3.0.
Assuming the message came in with malformed headers, is this the expected
behavior?




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Perms on webmail-logincache

2002-01-29 Thread Steve Shockley

In my logs I'm getting an error message (below) that Courier can't create
the webmail logincache folder during a webmail login.  Webmail seems to work
fine.  Courier was compiled with --localstatedir=/var/courier, and the perms
on /var/courier are bin.bin 755 and the perms on
/var/courier/webmail-logincache are courier.courier 755.  What are the perms
supposed to be, assuming that's my problem?


Jan 29 09:35:24 cc742825-h webmail: maildircache: Cache create failure -
unable to create
/var/courier/webmail-logincache/140599/st/steve.shockley.authdaemon.




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Porting issues

2002-01-29 Thread Steve Shockley

I'm hammering out a port for OpenBSD, and my last sticking point seems to be
getting all the permissions set properly.  Is there a list showing what the
perms should be on all the files/dirs Courier uses and/or creates?





___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Courier virus Checker.....?!?!?

2002-01-29 Thread Steve Shockley

 Is there anyone that is using the Full Courier Mail Suite that has a
 working virus checking system??

Why not just block malicious Windows extensions on attachments?  That'll
probably catch 99+% of them.  You could even strip them and save them to
disk.




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Blocked: What the Hell!!! Can anyone explain what the begin command do in O/OE

2002-01-29 Thread Steve Shockley

 Remember, not to put begin   (begin followed by two spaces), in email
 messages aimed at Outlook/Express users.

I think that's fixed in current versions of the client... at least it works
okay for me.




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Broken message breaks Courier?

2002-01-21 Thread Steve Shockley

 Probably off-topic, but why does your message have the header:

  X-message-flag: Your Computer has been infected by a virus!

Heh.  From
http://mail.lab.net/lists/archive/risks-exploder/2001-November.txt:

--
Date: Mon, 12 Nov 2001 14:11:24 -0600
From: Neulinger, Nathan [EMAIL PROTECTED]
Subject: Trick the user with Outlook XP and possibly others

Summary: system messages in the bar above the headers

I recently saw a couple messages from a friend that had this yellow bar at
the top of the message (same place as outlook sticks other system messages,
like that annoying stuff about extra line breaks, and the You have replied
to this message comments)

The message said:

(i) Your mailbox is corrupt. Upgrade your mail software.

Now, obviously, I was a bit disturbed by this. Tracking it down, it is the
X-Message-Flag mail header.

Seems to me it can be quite dangerous to allow a remote user to cause
messages to be displayed on your mail client that appear to be generated by
the system. (Think about what stupid users do when people send them forwards
saying to do stuff.)




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Broken message breaks Courier?

2002-01-21 Thread Steve Shockley

 I'm just going to suggest (very quietly and humbly) that the message you
 received doesn't meet RFC compliance

I tried sending that message through Courier-MTA, and sure enough, it
complained about rfc2045 compliance.




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] Re: Mail gets stuck in Courier

2001-12-03 Thread Steve Shockley

 Someone else has reported this.  The remote mail server is down, it's just
a
 confusing error message.

 So, just wait until the remote mail server goes back up.

The error message may be confusing, but I've got messages from 11/27 to a
site I know is up, and they're not going out...




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Too much information in logs

2001-12-02 Thread Steve Shockley

In my logs, I'm getting a lot of these:

Dec  2 13:42:42 cc742825-h imapd-ssl: Connection, ip=[:::10.0.0.16]
Dec  2 13:42:42 cc742825-h imapd-ssl: LOGIN, user=steve,
ip=[:::10.0.0.16]
Dec  2 13:42:43 cc742825-h imapd-ssl: LOGOUT, user=steve,
ip=[:::10.0.0.16], headers=0, body=0

I also occassionally get console messages about imapd-ssl disconnects.  How
do I suppress this level of logging?  I'm getting 1mb per day logs on a
two-user system.




___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] Mail gets stuck in Courier

2001-12-02 Thread Steve Shockley

I'm running Courier 0.36.0 on OpenBSD 3.0.  I've got about 20 messages stuck
in the outbound queue that won't go.  (I haven't gotten one to send yet.)
The initial problem I had was a DNS problem (testmxlookup failed), but I
seem to have fixed that.  Now, when Courier tries to send a message, I get
this in the logs:

Dec  2 13:40:06 cc742825-h courierd:
started,id=00069D99.3C0465EA.53C1,from=myemail,module=esmtp,host=rowan
d.net,addr=anotheremail
Dec  2 13:40:06 cc742825-h courierd: Waiting.  shutdown time=none, wakeup
time=Sun Dec  2 13:46:33 2001, queuedelivering=20, inprogress=1
Dec  2 13:40:06 cc742825-h courieresmtp:
id=00069D99.3C0465EA.53C1,from=myemail,addr=anotheremail: Invalid
argument
Dec  2 13:40:06 cc742825-h courieresmtp:
id=00069D99.3C0465EA.53C1,from=myemail,addr=anotheremail,status:
deferred
Dec  2 13:40:06 cc742825-h courierd: completed,id=00069D99.3C0465EA.53C1
Dec  2 13:40:07 cc742825-h courierd: Waiting.  shutdown time=Sun Dec  2
13:45:06 2001, wakeup time=Sun Dec  2 13:45:06 2001, queuedelivering=20,
inprogress=0

Worse, I've searched through the source and can't find Invalid argument
(without a colon) anywhere.  Any suggestions on how to diagnose this
problem?  Mail to local recipients have no problems.





___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users