Re: [courier-users] (no subject)

2017-07-25 Thread Matus UHLAR - fantomas

On 24.07.17 21:17, Sam Varshavchik wrote:
- OpenSSL 1.1.0 update. Custom protocol level format selection has 
been deprecated. The TLS_PROTOCOL setting is removed from all 
configuration files, and the latest supported TLS version will always 
be used. No changes to the GnuTLS alternative option.


do you want to say that we'll be unable to disable/enable some protocol
versions as we did before?

--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
WinError #9: Out of error messages.

--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2017-07-24 Thread Sam Varshavchik

Download: http://www.courier-mta.org/download.html

New development build of Courier is available. The major change is a top-to- 
bottom rewrite of the SMTP client, and a new mail filter (making use of the  
rewritten SMTP client). The SMTP client rewrite will result in a (several)  
version change bump, down the road.


The OpenSSL 1.1.0 change is also in the courier-imap package, and the  
maildrop change in the maildrop package.


Changes:

- OpenSSL 1.1.0 update. Custom protocol level format selection has been  
deprecated. The TLS_PROTOCOL setting is removed from all configuration  
files, and the latest supported TLS version will always be used. No changes  
to the GnuTLS alternative option.


- maildrop: added the new "system" command.

- The SMTP sending code has been rewritten and factored out into an
internal library.

- New "verifyfilter" module, a filter module that verifies the email sender  
address by initiating a callback connection to the sender's domain, using  
the internal SMTP library. The module is also available as a "verifysmtp"  
command-line tool, that does the same.




pgp8DId28lYif.pgp
Description: PGP signature
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2015-12-20 Thread Sam Varshavchik

I've packaged the 20151220 build of maildrop and courier packages.

Download: http://www.courier-mta.org/download.html

Changes:

• maildrop: fix parsing a message without a body, and without a blank line
that separates the message's headers from its body.

This did not affect Courier which always inserts a blank line after headers,
even if a received message didn't have one.

• maildrop: fix maildrop not searching the last line of a text message.

• maildrop: FLAGS variable sets message flags when delivering a message to a
maildir.




pgpBlkb70HI2C.pgp
Description: PGP signature
--
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2014-02-15 Thread Alexei Batyr'

Hello Sam,

I've tried to compile and install Courier 0.73.1 from sources on FreeBSD  
9.2 and encountered two small quirks.


First is error in differentiating between standalone and bundled Courier  
versions of SqWebMail which leads to incorrect path to makemime in  
sqwebmaild. Patch for Makefile.in attached.


Second is wrong (for FreeBSD mkdir) method for determining mkdir version at  
line 2727 of main configure script ($as_dir/$ac_prog$ac_exec_ext -- 
version). BSD mkdir doesn't interpret --version argument and just outputs  
usage string (usage: mkdir [-pv] [-m mode] directory_name ...). Though it  
could be easily circumvented by setting MKDIR_P=/bin/mkdir -p in  
configure environment.


--
Alexei.
--- /courier/libs/sqwebmail/Makefile.in.orig2013-12-24 03:48:48.0 
+0400
+++ /courier/libs/sqwebmail/Makefile.in 2014-02-15 19:48:48.0 +0400
@@ -1288,7 +1288,7 @@
echo '#define SOCKDIR $(localstatedir)' htmllibdir.h
echo '#define SHAREDINDEXFILE $(sysconfdir)/shared/index' 
htmllibdir.h
echo '#define SQWEBPASSWD $(pkglibexecdir)/sqwebpasswd' htmllibdir.h
-   if test -d $(srcdir)/../courier \
+   if test -d $(srcdir)/../../courier \
; then \
echo '#define HOSTNAMEFILE $(sysconfdir)/defaultdomain' 
htmllibdir.h \
; echo '#define MAKEMIME $(bindir)/makemime' htmllibdir.h \
@@ -1336,7 +1336,7 @@
@echo '---' 
sqwebmail.msg
@echo 'You must now add the following command to your system startup 
script:' sqwebmail.msg
@echo '' sqwebmail.msg
-   @if test -d $(srcdir)/../courier \
+   @if test -d $(srcdir)/../../courier \
; then \
echo '$(sbindir)/webmaild start' sqwebmail.msg ; else \
echo '$(libexecdir)/sqwebmaild.rc start' sqwebmail.msg ; fi
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2014-02-15 Thread Sam Varshavchik

Alexei Batyr' writes:

Second is wrong (for FreeBSD mkdir) method for determining mkdir version at  
line 2727 of main configure script ($as_dir/$ac_prog$ac_exec_ext -- 
version). BSD mkdir doesn't interpret --version argument and just outputs  
usage string (usage: mkdir [-pv] [-m mode] directory_name ...). Though it  
could be easily circumvented by setting MKDIR_P=/bin/mkdir -p in configure  
environment.


That snippet is actually coming out of libtool, which is where it'll need to  
be fixed. Setting MKDIR_P is a valid workaround.





pgpV8seKc6jVn.pgp
Description: PGP signature
--
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151iu=/4140/ostg.clktrk___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2012-04-25 Thread Sam Varshavchik

Download: http://www.courier-mta.org/download.php

Changes:

• A minor change to use the authenticated client's identify to enable  
virtual configuration settings, rather than a message's return address. This  
change affects domain-based virtual configuration settings only; no changes  
to the IP-address based virtual configuration settings. This requires  
authenticated IDs to take the form of user@domain.






pgpsOfw25rfrL.pgp
Description: PGP signature
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2012-01-09 Thread David Benfell
Hello all,

I have switched my Linode from Ubuntu Natty, in which multiple things were
just mysteriously breaking, to Arch Linux. I have copied my courier-mta
configuration from the Ubuntu set-up in and made the adjustments that
seemed obvious. There is one that is not obvious.

I'm getting a permission denied error for courieresmtpd in
/var/log/mail.log. There is no other information supplied. Here's a snippet:

Jan  9 11:55:19 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:55:38 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:55:38 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:56:15 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:07 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:30 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:31 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:48 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:48 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:48 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:57:48 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:58:48 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:59:00 atlanta pop3d-ssl: Connection, ip=[:::67.169.3.191]
Jan  9 11:59:03 atlanta pop3d-ssl: LOGIN FAILED, user=carolb,
ip=[:::67.169.3.191]
Jan  9 11:59:08 atlanta pop3d-ssl: Unexpected SSL connection shutdown.
Jan  9 11:59:08 atlanta pop3d-ssl: Disconnected, ip=[:::67.169.3.191]
Jan  9 11:59:18 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 11:59:24 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission
denied
Jan  9 12:00:02 atlanta pop3d: Connection, ip=[:::10.8.0.10]
Jan  9 12:00:02 atlanta pop3d: LOGIN, user=benfell, ip=[:::10.8.0.10],
port=[53821]
Jan  9 12:00:03 atlanta pop3d: LOGOUT, user=benfell, ip=[:::10.8.0.10],
port=[53821], top=0, retr=0, rcvd=18, sent=96, time=1

I have no clue what courieresmtpd is trying to access that yields this
error. I don't even know what to look for. I even tried piping the binary
through the strings command to see if I could find some file or device or
pipe reference--I didn't see anything recognizable.

Also, am I hard bouncing (permanent failure) or soft bouncing (deferral)
incoming mail as a result of this? Unfortunately, my primary email is down.
I'm using it as a from address in gmail to bypass moderation. Please reply
also to dbenf...@gmail.com

Thanks!
--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2012-01-09 Thread Sam Varshavchik

David Benfell writes:


« HTML content follows »
Hello all,

I have switched my Linode from Ubuntu Natty, in which multiple things were  
just mysteriously breaking, to Arch Linux. I have copied my courier-mta  
configuration from the Ubuntu set-up in and made the adjustments that seemed  
obvious. There is one that is not obvious.


I'm getting a permission denied error for courieresmtpd in /var/log/mail.log.  
There is no other information supplied. Here's a snippet:


Jan  9 11:55:19 atlanta courieresmtpd: /usr/sbin/courieresmtpd: Permission  
denied


You just can't copy things from one system to another. As part of building  
Courier, the system's username and groupname used by the mail system gets  
incorporated, and becomes an integral part of the build. You cannot copy,  
verbatim, bits of Courier from one system to another that does not have the  
same username and groupnames, or whose numericals userids and groupids are  
different.


This could be any one of many things. It's going to be faster for you to  
reverse your manual installation process, and undo everything, then build  
Courier on your target system, and install it.




pgppcOh4l6Au7.pgp
Description: PGP signature
--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2011-01-18 Thread Philley Kalisha Mandiza
Hi, 

Am new to courier, but i want to set up a courier mail server where i would 
like 
to use authpipe program for authentication. i have never done this before and i 
dont know how to go about this. i want to authenticate users from a diffrent 
file not /etc/passwd and not mysql. anyone with help,

Philly



  --
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2010-09-24 Thread the_spide21
http://bit.ly/czYgOg


  


--
Nokia and ATT present the 2010 Calling All Innovators-North America contest
Create new apps  games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2010-03-26 Thread Carlos Lopez
Hi,

Is there a way to instruct courier to avoid black list query for localnets?, on 
the file smtpaccess/default I already defined those ranges of IP to be allowed 
to send emails, therefor they are internal.
If I leave the configuration as is the server is doing recursive queries like 
this on the DNS server:

26-Mar-2010 13:21:51.312 queries: info: client 172.16.0.7#53316: view localnet: 
query: 232.0.16.172.b.barracudacentral.org IN TXT +
26-Mar-2010 13:21:55.384 queries: info: client 172.16.0.7#41263: view localnet: 
query: 55.0.16.172.zen.spamhaus.org IN TXT +

Any hint?

Carlos.


  

¡Obtén la mejor experiencia en la web!
Descarga gratis el nuevo Internet Explorer 8. 
http://downloads.yahoo.com/ieak8/?l=e1

--
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] (no subject)

2010-03-26 Thread Sam Varshavchik

Carlos Lopez writes:


Hi,

Is there a way to instruct courier to avoid black list query for localnets?, on 
the file smtpaccess/default I already defined those ranges of IP to be allowed 
to send emails, therefor they are internal.
If I leave the configuration as is the server is doing recursive queries like 
this on the DNS server:

26-Mar-2010 13:21:51.312 queries: info: client 172.16.0.7#53316: view localnet: 
query: 232.0.16.172.b.barracudacentral.org IN TXT +
26-Mar-2010 13:21:55.384 queries: info: client 172.16.0.7#41263: view localnet: 
query: 55.0.16.172.zen.spamhaus.org IN TXT +

Any hint?


In smtpaccess, list your local addresses with RELAYCLIENT. Which should be 
the case anyway.




pgpkOH8uUwwcV.pgp
Description: PGP signature
--
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] (no subject)

2008-02-07 Thread rupert
Hello,
I have two courier servers that should act like a cluster.
In each imapd config I put the other one as proxy server and addet the
right options to the mysql query,
I can log in with the users that have the mailhost entry to the remote
machine, when I try to login with a
User that has his maihost on the local one, the following output
floods the mailllog file and at the end the login failed.



.
Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
sysusername=null, sysuserid=5000, sysgroup id=5000,
homedir=/home/vmail, [EMAIL PROTECTED], fullname=null,
maildir=test.local/horst/,quota=10485760, options=mailhost=backend-B1
Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
clearpasswd=horst, passwd=Xnh.QbpWVbaeU
Feb  7 16:40:51 backend-B1 imapd: Connection, ip=[:::172.20.2.101]
Feb  7 16:40:51 backend-B1 imapd: 30 maximum active connections.
Feb  7 16:40:51 backend-B1 authdaemond: received auth request,
service=imap, authtype=login
Feb  7 16:40:51 backend-B1 authdaemond: authmysql: trying this module
Feb  7 16:40:51 backend-B1 authdaemond: SQL query: SELECT email,
password, , 5000, 5000, /home/v mail,
CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/'),
quota, , CONCAT(mailhost=,mailhost) FROM users WHERE email =
[EMAIL PROTECTED]
Feb  7 16:40:51 backend-B1 authdaemond: password matches successfully
Feb  7 16:40:51 backend-B1 authdaemond: authmysql: sysusername=null,
sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
[EMAIL PROTECTED], fullname=null, maildir=test.local/horst/,
quota=10485760, options=mailhost=backend-B1
Feb  7 16:40:51 backend-B1 authdaemond: authmysql: clearpasswd=null,
passwd=Xnh.QbpWVbaeU
Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
sysusername=null, sysuserid=5000, sysgroup id=5000,
homedir=/home/vmail, [EMAIL PROTECTED], fullname=null,
maildir=test.local/horst/, quota=10485760, options=mailhost=backend-B1
Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
clearpasswd=horst, passwd=Xnh.QbpWVbaeU
Feb  7 16:41:21 backend-B1 imapd: LOGIN FAILED, [EMAIL PROTECTED],
ip=[:::23.23.32.32]
Feb  7 16:41:21 backend-B1 imapd: LOGIN FAILED, [EMAIL PROTECTED],
ip=[:::172.20.2.101]
Feb  7 16:41:21 backend-B1 last message repeated 28 times


Also when I sent a email to a user that should be on the other
machine, courier creates a folder on the local one.

All the login stuff works, also the selection of the host as we can see above.

I cloned one existing server to the second and changed the hostname
everywhere, I systemwide grep didn't gave me the old hostname where it
shouldn't be.
I disabled all the firewall and selinux stuff.
Should I see something in the logs about the connection to the other
host? Didn't until now…


Thx a lot

Heiko

Some stuff from the configs:

IMAP_PROXY=1
PROXY_HOSTNAME=backend-A1

IMAP_PROXY=1
PROXY_HOSTNAME=backend-B1


MYSQL_SERVER localhost
MYSQL_USERNAME mail_admin
MYSQL_PASSWORD mail_admin_password
MYSQL_PORT 0
MYSQL_DATABASE mail
MYSQL_USER_TABLE users
MYSQL_CRYPT_PWFIELD password
#MYSQL_CLEAR_PWFIELD password
MYSQL_UID_FIELD 5000
MYSQL_GID_FIELD 5000
MYSQL_LOGIN_FIELD email
MYSQL_HOME_FIELD /home/vmail
MYSQL_MAILDIR_FIELD
CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
#MYSQL_MAILDIR_FIELD maildir
# CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
#MYSQL_NAME_FIELD
MYSQL_QUOTA_FIELD quota
MYSQL_AUXOPTIONS_FIELD CONCAT(mailhost=,mailhost)
-
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] (no subject)

2008-02-07 Thread rupert
ups, bad beginning, missed to enter the topic :(

On Thu, Feb 7, 2008 at 5:54 PM, rupert [EMAIL PROTECTED] wrote:
 Hello,
  I have two courier servers that should act like a cluster.
  In each imapd config I put the other one as proxy server and addet the
  right options to the mysql query,
  I can log in with the users that have the mailhost entry to the remote
  machine, when I try to login with a
  User that has his maihost on the local one, the following output
  floods the mailllog file and at the end the login failed.



  .
  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
  sysusername=null, sysuserid=5000, sysgroup id=5000,
  homedir=/home/vmail, [EMAIL PROTECTED], fullname=null,
  maildir=test.local/horst/,quota=10485760, options=mailhost=backend-B1
  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
  clearpasswd=horst, passwd=Xnh.QbpWVbaeU
  Feb  7 16:40:51 backend-B1 imapd: Connection, ip=[:::172.20.2.101]
  Feb  7 16:40:51 backend-B1 imapd: 30 maximum active connections.
  Feb  7 16:40:51 backend-B1 authdaemond: received auth request,
  service=imap, authtype=login
  Feb  7 16:40:51 backend-B1 authdaemond: authmysql: trying this module
  Feb  7 16:40:51 backend-B1 authdaemond: SQL query: SELECT email,
  password, , 5000, 5000, /home/v mail,
  CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/'),
  quota, , CONCAT(mailhost=,mailhost) FROM users WHERE email =
  [EMAIL PROTECTED]
  Feb  7 16:40:51 backend-B1 authdaemond: password matches successfully
  Feb  7 16:40:51 backend-B1 authdaemond: authmysql: sysusername=null,
  sysuserid=5000, sysgroupid=5000, homedir=/home/vmail,
  [EMAIL PROTECTED], fullname=null, maildir=test.local/horst/,
  quota=10485760, options=mailhost=backend-B1
  Feb  7 16:40:51 backend-B1 authdaemond: authmysql: clearpasswd=null,
  passwd=Xnh.QbpWVbaeU
  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
  sysusername=null, sysuserid=5000, sysgroup id=5000,
  homedir=/home/vmail, [EMAIL PROTECTED], fullname=null,
  maildir=test.local/horst/, quota=10485760, options=mailhost=backend-B1
  Feb  7 16:40:51 backend-B1 authdaemond: Authenticated:
  clearpasswd=horst, passwd=Xnh.QbpWVbaeU
  Feb  7 16:41:21 backend-B1 imapd: LOGIN FAILED, [EMAIL PROTECTED],
  ip=[:::23.23.32.32]
  Feb  7 16:41:21 backend-B1 imapd: LOGIN FAILED, [EMAIL PROTECTED],
  ip=[:::172.20.2.101]
  Feb  7 16:41:21 backend-B1 last message repeated 28 times


  Also when I sent a email to a user that should be on the other
  machine, courier creates a folder on the local one.

  All the login stuff works, also the selection of the host as we can see 
 above.

  I cloned one existing server to the second and changed the hostname
  everywhere, I systemwide grep didn't gave me the old hostname where it
  shouldn't be.
  I disabled all the firewall and selinux stuff.
  Should I see something in the logs about the connection to the other
  host? Didn't until now…


  Thx a lot

  Heiko

  Some stuff from the configs:

  IMAP_PROXY=1
  PROXY_HOSTNAME=backend-A1

  IMAP_PROXY=1
  PROXY_HOSTNAME=backend-B1


  MYSQL_SERVER localhost
  MYSQL_USERNAME mail_admin
  MYSQL_PASSWORD mail_admin_password
  MYSQL_PORT 0
  MYSQL_DATABASE mail
  MYSQL_USER_TABLE users
  MYSQL_CRYPT_PWFIELD password
  #MYSQL_CLEAR_PWFIELD password
  MYSQL_UID_FIELD 5000
  MYSQL_GID_FIELD 5000
  MYSQL_LOGIN_FIELD email
  MYSQL_HOME_FIELD /home/vmail
  MYSQL_MAILDIR_FIELD
  CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
  #MYSQL_MAILDIR_FIELD maildir
  # CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
  #MYSQL_NAME_FIELD
  MYSQL_QUOTA_FIELD quota
  MYSQL_AUXOPTIONS_FIELD CONCAT(mailhost=,mailhost)
  -
  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

-
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] (no subject)

2007-03-21 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Wed, 21 Mar 2007 09:27:27 +0300, Vasiliy 
Kotikov [EMAIL PROTECTED] said:

elnone Non-authoritative answer:
elnone bestguidedes.info   mail exchanger = 10 217.20.163.50. 

There is your violation.  According to section 3.3.9 in RFC 1035, the
EXCHANGE must be a domain name, not an address.

Cheers,
Richard

-- 
Richard Levitte [EMAIL PROTECTED]
http://richard.levitte.org/

When I became a man I put away childish things, including
 the fear of childishness and the desire to be very grown up.
-- C.S. Lewis

-
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] (no subject)

2007-03-21 Thread Tim Hunter
Vasiliy Kotikov wrote:
 Hello!


 This morning I have got this reply from courier mail server 0.54.2


 -
 --


 UNDELIVERABLE MAIL
 Your message to the following recipients cannot be delivered:


 [EMAIL PROTECTED]:
  This domain's DNS violates RFC 1035.


 -
 --


 Anyway domain exists in DNS

 nslookup set type=MX bestguidedes.info
 Server: 127.0.0.1
 Address:127.0.0.1#53


 Non-authoritative answer:
 bestguidedes.info   mail exchanger = 10 217.20.163.50.

This is the problem, a MX record cannot be an IP address


 Authoritative answers can be found from:
 bestguidedes.info   nameserver = ns1.fastmessage.org. bestguidedes.info
 nameserver = ns2.fastmessage.org. ns1.fastmessage.org internet address
 = 62.149.13.107
 ns2.fastmessage.org internet address = 217.20.163.50

 Please, why .info DNS violates RFC 1035, what could be the problem ?

this has nothing to do with .info, it has to do with the lack of proper
administration by bestguidedes.info


 Vasiliy Kotikov




-
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


[courier-users] (no subject)

2007-03-20 Thread Vasiliy Kotikov
Hello! 

This morning I have got this reply from courier mail server 0.54.2 

 --- 

   UNDELIVERABLE MAIL
Your message to the following recipients cannot be delivered: 

[EMAIL PROTECTED]:
 This domain's DNS violates RFC 1035. 

 --- 

Anyway domain exists in DNS
 nslookup
 set type=MX
 bestguidedes.info
Server: 127.0.0.1
Address:127.0.0.1#53 

Non-authoritative answer:
bestguidedes.info   mail exchanger = 10 217.20.163.50. 

Authoritative answers can be found from:
bestguidedes.info   nameserver = ns1.fastmessage.org.
bestguidedes.info   nameserver = ns2.fastmessage.org.
ns1.fastmessage.org internet address = 62.149.13.107
ns2.fastmessage.org internet address = 217.20.163.50 

Please, why .info DNS violates RFC 1035, what could be the problem ? 

Vasiliy Kotikov

-
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


[courier-users] (no subject)

2006-01-21 Thread Thomas-Ralf Sellmer








Hello list,



im new to courier-mta and ive got a question to
virtual user mapping.

This could be an old problem but I dont find
anything in the net.



If we configure an alias in
/etc/courier/aliases/system: [EMAIL PROTECTED]:
username

We got always the same error: user unknown. We have
no problem with the servers

default domain, only with virtual domains. Where
could be the mistake?



best regards/
Mit freundlichem Gruss

Thomas-Ralf Sellmer
LPIC2, MCSA, CCNA

SESO - Sellmer Software
Am Herrenwald 15, 91180 Heideck, Germany
Telefon +49 9177 4856 46, Fax +49 9177 4856 47








BEGIN:VCARD
VERSION:2.1
N:Sellmer;Thomas-Ralf
FN:Thomas-Ralf Sellmer ([EMAIL PROTECTED])
ORG:SESO - Sellmer Software
TITLE:Inhaber
TEL;WORK;VOICE:(09177) 485646
TEL;WORK;FAX:(09177) 485647
ADR;WORK:;;Am Herrenwald 15;Heideck;;91180;Deutschland
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Am Herrenwald 15=0D=0AHeideck 91180=0D=0ADeutschland
URL;WORK:http://www.sellmer.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20040711T164002Z
END:VCARD


Re: [courier-users] (no subject)

2006-01-21 Thread Georg Lutz
On 2006-01-21, Thomas-Ralf Sellmer wrote:
 
 If we configure an alias in /etc/courier/aliases/system: [EMAIL PROTECTED]:
 username
 

Have you called makealiases?

-- 
Georg


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


AW: [courier-users] (no subject)

2006-01-21 Thread Thomas-Ralf Sellmer
 If we configure an alias in /etc/courier/aliases/system:
[EMAIL PROTECTED]:
 username
 

Have you called makealiases?

-- 
Georg

yes, we called makealiases :)

We got no problems with our default domain, only with the others. All
alias entries will be shown by the db file.

best regards/
Mit freundlichem Gruss

Thomas-Ralf Sellmer
LPIC2, MCSA, CCNA

SESO - Sellmer Software
Am Herrenwald 15, 91180 Heideck, Germany
Telefon +49 9177 4856 46, Fax +49 9177  4856 47
BEGIN:VCARD
VERSION:2.1
N:Sellmer;Thomas-Ralf
FN:Thomas-Ralf Sellmer ([EMAIL PROTECTED])
ORG:SESO - Sellmer Software
TITLE:Inhaber
TEL;WORK;VOICE:(09177) 485646
TEL;WORK;FAX:(09177) 485647
ADR;WORK:;;Am Herrenwald 15;Heideck;;91180;Deutschland
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Am Herrenwald 15=0D=0AHeideck 91180=0D=0ADeutschland
URL;WORK:http://www.sellmer.com
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20040711T164002Z
END:VCARD


Re: AW: [courier-users] (no subject)

2006-01-21 Thread mag

Use Berkeley DB's tool to check your aliases.db.
If you have installed Berkeley 1.x, try:

   db hash /usr/local/courier/etc/aliases.dat

If you use Berkeley 4.x, try:

   db_dump185-4.3 -p /usr/local/courier/etc/aliases.dat

Thomas-Ralf Sellmer wrote:


If we configure an alias in /etc/courier/aliases/system:

[EMAIL PROTECTED]:

username



Have you called makealiases?

--
Georg


yes, we called makealiases :)

We got no problems with our default domain, only with the others. All
alias entries will be shown by the db file.

best regards/
Mit freundlichem Gruss

Thomas-Ralf Sellmer
LPIC2, MCSA, CCNA

SESO - Sellmer Software
Am Herrenwald 15, 91180 Heideck, Germany
Telefon +49 9177 4856 46, Fax +49 9177  4856 47






---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2005-12-09 Thread Joe R

Frustration...

I'm trying to get the my new courier-auth/courier-imap going.  I followed the
instructions for both (I'm migrating from version 3, btw, and ran
install-migrate).  I can start the imap server, but when I try to connect I
get:

Dec  9 14:31:30 marconi imapd: Connection, ip=[127.0.0.1]
Dec  9 14:31:30 marconi imapd: authdaemon: s_connect() failed: No such file or
directory
Dec  9 14:31:30 marconi imapd: LOGIN FAILED, [EMAIL PROTECTED],
ip=[127.0.0.1]
Dec  9 14:31:30 marconi imapd: authentication error: No such file or directory

This is with debug_login set to 1 in my authdaemonrc config file.  Why isn't
this telling me what file/directory is missing?  Is there any way I can find
out?  Maybe someone here can infer more than I can from this message.  Thanks.


-j


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RE: [courier-users] (no subject)

2005-12-09 Thread Bowie Bailey
From: Joe R [mailto:[EMAIL PROTECTED]
 
 I'm trying to get the my new courier-auth/courier-imap going.  I
 followed the instructions for both (I'm migrating from version 3,
 btw, and ran install-migrate).  I can start the imap server, but
 when I try to connect I get:
 
 Dec  9 14:31:30 marconi imapd: Connection, ip=[127.0.0.1]
 Dec  9 14:31:30 marconi imapd: authdaemon: s_connect() 
 failed: No such file or
 directory
 Dec  9 14:31:30 marconi imapd: LOGIN FAILED, 
 [EMAIL PROTECTED],
 ip=[127.0.0.1]
 Dec  9 14:31:30 marconi imapd: authentication error: No such 
 file or directory
 
 This is with debug_login set to 1 in my authdaemonrc config file.
 Why isn't this telling me what file/directory is missing?  Is there
 any way I can find out?  Maybe someone here can infer more than I
 can from this message.  Thanks.

Did you also start authdaemond?  On RedHat, it would be:

service courier-authlib start
or
/etc/rc.d/init.d/courier-authlib start

Bowie


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: RES: [courier-users] (no subject)

2005-10-07 Thread Georg Lutz
On 2005-10-06, Sérgio A P Ferreira wrote:
 This attribute is wrong, I have known. I´ll fix It latter. There is no way
 to store the password for Samba and Courier at same field??? If It is
 impossible, how can I make this a transparent way for users? What I meaning,
 I´d like the user set a password at an unique field, instead one for Samba
 and other for Courier.
 

If all of your users change their password via Windows or with Samba
clients, you can set the password for other services with the unix
password sync function at the samba server. Look in the manpage of
smb.conf for unix password sync.


-- 
Georg


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2005-10-06 Thread Sérgio A P Ferreira

Hi List,

I


Oct  6 16:02:11 gaia imaplogin: Connection, ip=[:::200.198.204.68]
Oct  6 16:02:11 gaia authdaemond.ldap: received auth request, service=imap,
authtype=login
Oct  6 16:02:11 gaia authdaemond.ldap: authldap: trying this module
Oct  6 16:02:11 gaia authdaemond.ldap: selected ldap protocol version 3
Oct  6 16:02:11 gaia authdaemond.ldap: binding to LDAP server as DN
'cn=replica,dc=cultura,dc=gov,dc=br', password 'password'
Oct  6 16:02:11 gaia authdaemond.ldap: using search filter:
([EMAIL PROTECTED])
Oct  6 16:02:11 gaia authdaemond.ldap: one entry returned, DN:
uid=testuser1,ou=Users,dc=cultura,dc=gov,dc=br
Oct  6 16:02:11 gaia authdaemond.ldap: raw ldap entry returned:
Oct  6 16:02:11 gaia authdaemond.ldap: | cn: testuser1
Oct  6 16:02:11 gaia authdaemond.ldap: | uidNumber: 10008
Oct  6 16:02:11 gaia authdaemond.ldap: | gidNumber: 513
Oct  6 16:02:11 gaia authdaemond.ldap: | sambaNTPassword:
CAF13C4F321B608B27FD75D2549BA53C
Oct  6 16:02:11 gaia authdaemond.ldap: | mail: [EMAIL PROTECTED]
Oct  6 16:02:11 gaia authdaemond.ldap: | mailMessageStore:
/home/mailstore/testuser1/Maildir
Oct  6 16:02:11 gaia authdaemond.ldap: | homeDirectory:
//10.0.0.10/home/testuser1/
Oct  6 16:02:11 gaia authdaemond.ldap: authldaplib: sysusername=testuser1,
sysuserid=10008, sysgroupid=513, homedir=//10.0.0.10/home/testuser1/,
address=testuser1, fullname=testuser1,
maildir=/home/mailstore/testuser1/Maildir, quota=null, options=null
Oct  6 16:02:11 gaia authdaemond.ldap: authldaplib: clearpasswd=null,
passwd=CAF13C4F321B608B27FD75D2549BA53C
Oct  6 16:02:11 gaia authdaemond.ldap: supplied password 'password' does not
match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'
Oct  6 16:02:11 gaia authdaemond.ldap: authldap: REJECT - try next module
Oct  6 16:02:11 gaia authdaemond.ldap: FAIL, all modules rejected
Oct  6 16:02:12 gaia imaplogin: Connection, ip=[:::200.198.204.68]
Oct  6 16:02:12 gaia authdaemond.ldap: received auth request, service=imap,
authtype=login
Oct  6 16:02:12 gaia authdaemond.ldap: authldap: trying this module
Oct  6 16:02:12 gaia authdaemond.ldap: using search filter:
([EMAIL PROTECTED])
Oct  6 16:02:12 gaia authdaemond.ldap: one entry returned, DN:
uid=testuser1,ou=Users,dc=cultura,dc=gov,dc=br
Oct  6 16:02:12 gaia authdaemond.ldap: raw ldap entry returned:
Oct  6 16:02:12 gaia authdaemond.ldap: | cn: testuser1
Oct  6 16:02:12 gaia authdaemond.ldap: | uidNumber: 10008
Oct  6 16:02:12 gaia authdaemond.ldap: | gidNumber: 513
Oct  6 16:02:12 gaia authdaemond.ldap: | sambaNTPassword:
CAF13C4F321B608B27FD75D2549BA53C
Oct  6 16:02:12 gaia authdaemond.ldap: | mail: [EMAIL PROTECTED]
Oct  6 16:02:12 gaia authdaemond.ldap: | mailMessageStore:
/home/mailstore/testuser1/Maildir
Oct  6 16:02:12 gaia authdaemond.ldap: | homeDirectory:
//10.0.0.10/home/testuser1/
Oct  6 16:02:12 gaia authdaemond.ldap: authldaplib: sysusername=testuser1,
sysuserid=10008, sysgroupid=513, homedir=//10.0.0.10/home/testuser1/,
address=testuser1, fullname=testuser1,
maildir=/home/mailstore/testuser1/Maildir, quota=null, options=null
Oct  6 16:02:12 gaia authdaemond.ldap: authldaplib: clearpasswd=null,
passwd=CAF13C4F321B608B27FD75D2549BA53C
Oct  6 16:02:12 gaia authdaemond.ldap: supplied password 'password' does not
match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'
Oct  6 16:02:12 gaia authdaemond.ldap: authldap: REJECT - try next module
Oct  6 16:02:12 gaia authdaemond.ldap: FAIL, all modules rejected
Oct  6 16:02:16 gaia imaplogin: LOGIN FAILED, ip=[:::200.198.204.68]
Oct  6 16:02:17 gaia imaplogin: LOGIN FAILED, ip=[:::200.198.204.68]




Sérgio A. P. Ferreira
CGINF - Ministério da Cultura
Tel.: (61) 3316 2233
Fax.: (61) 3321 4156

attachment: winmail.dat

Re: [courier-users] (no subject)

2005-10-06 Thread Gordon Messmer

Sérgio A P Ferreira wrote:


Oct  6 16:02:11 gaia authdaemond.ldap: raw ldap entry returned:
Oct  6 16:02:11 gaia authdaemond.ldap: | cn: testuser1
Oct  6 16:02:11 gaia authdaemond.ldap: | sambaNTPassword:
CAF13C4F321B608B27FD75D2549BA53C
Oct  6 16:02:11 gaia authdaemond.ldap: | homeDirectory:
//10.0.0.10/home/testuser1/


Unless you're mounting a directory named '/10.0.0.10', I don't think 
that entry is going to *do* anything.



Oct  6 16:02:11 gaia authdaemond.ldap: supplied password 'password' does not
match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'


Samba uses a different type of hash for passwords.  It's not compatible 
with Courier, and you'll need to store another type of hash in a 
different attribute.



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: RES: [courier-users] (no subject)

2005-10-06 Thread Gordon Messmer

Sérgio A P Ferreira wrote:

This attribute is wrong, I have known. I´ll fix It latter. There is no way
to store the password for Samba and Courier at same field???


That is correct.  They use different types of hashes, which aren't 
compatible.



If It is
impossible, how can I make this a transparent way for users? What I meaning,
I´d like the user set a password at an unique field, instead one for Samba
and other for Courier.


Modify whatever program sets users' passwords so that it stores a samba 
compatible hash in sambaNTPassword, and a Unix compatible hash in 
userPassword.



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


RES: [courier-users] (no subject)

2005-10-06 Thread Sérgio A P Ferreira
This attribute is wrong, I have known. I´ll fix It latter. There is no way
to store the password for Samba and Courier at same field??? If It is
impossible, how can I make this a transparent way for users? What I meaning,
I´d like the user set a password at an unique field, instead one for Samba
and other for Courier.


Thanks,  

Sergio Ferreira
CGINF - Ministério da Cultura


-Mensagem original-
De: Gordon Messmer [mailto:[EMAIL PROTECTED] 
Enviada em: quinta-feira, 6 de outubro de 2005 16:29
Para: Sérgio A P Ferreira
Cc: courier-users@lists.sourceforge.net
Assunto: Re: [courier-users] (no subject)

Sérgio A P Ferreira wrote:

 Oct  6 16:02:11 gaia authdaemond.ldap: raw ldap entry returned:
 Oct  6 16:02:11 gaia authdaemond.ldap: | cn: testuser1
 Oct  6 16:02:11 gaia authdaemond.ldap: | sambaNTPassword:
 CAF13C4F321B608B27FD75D2549BA53C
 Oct  6 16:02:11 gaia authdaemond.ldap: | homeDirectory:
 //10.0.0.10/home/testuser1/

Unless you're mounting a directory named '/10.0.0.10', I don't think 
that entry is going to *do* anything.

 Oct  6 16:02:11 gaia authdaemond.ldap: supplied password 'password' does
not
 match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'

Samba uses a different type of hash for passwords.  It's not compatible 
with Courier, and you'll need to store another type of hash in a 
different attribute.



---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2005-10-06 Thread Sam Varshavchik

Sérgio A P Ferreira writes:


Oct  6 16:02:12 gaia authdaemond.ldap: supplied password 'password' does not
match encrypted password 'CAF13C4F321B608B27FD75D2549BA53C'


What in blazes is this junk in your LDAP record?  What kind of an encrypted
password is this nonsense?

That's not how we've all been encrypting passwords on Unix/Linux for the
last 30 years.




pgpBGnyQlirOI.pgp
Description: PGP signature


[courier-users] (no subject)

2005-10-03 Thread Dominika Tkaczyk


I'd like to ask for some help with quoted-printable encoding problem.
In a quoted-printable message created by webmail, the signature delimiter 
is not properly encoded (there is -- , while there should be --=20)


What should I change so that the delimiter is correctly encoded? Where to 
look for the proper piece of code?


Regards,
DT




---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2005-10-03 Thread Sam Varshavchik

Dominika Tkaczyk writes:



I'd like to ask for some help with quoted-printable encoding problem.
In a quoted-printable message created by webmail, the signature delimiter 
is not properly encoded (there is -- , while there should be --=20)


No, it shouldn't.  Trailing spaces are not required to be encoded.




pgp9yRY6dkfTM.pgp
Description: PGP signature


[courier-users] couriermlm's subject-tagging feature ignores encoded subjects

2005-09-05 Thread Sebastian Lechte
hi there everyone,


i postet a bug to gentoo's bugtracker, because i use the ebuild of gentoo
for my courier-mta installation.

the there-included couriermlm's subject-tagging-feature is somewhat broken,
as it ignores =?-encoded subjects when trying to figure out if it already
contains the subject-tag, and therefore can multi-tag some emails.
i suspect the bug to exist in the original courier-releases, so i post this
here. i am sorry to not be able to verify it further, as of current times i
only maintain production systems.


please see http://bugs.gentoo.org/show_bug.cgi?id=104862 for examples and
further information.



sincerely,

sebastian lechte
filmstarts.de technik



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] couriermlm's subject-tagging feature ignores encoded subjects

2005-09-05 Thread Sam Varshavchik

Sebastian Lechte writes:


hi there everyone,


i postet a bug to gentoo's bugtracker, because i use the ebuild of gentoo
for my courier-mta installation.

the there-included couriermlm's subject-tagging-feature is somewhat broken,
as it ignores =?-encoded subjects when trying to figure out if it already
contains the subject-tag, and therefore can multi-tag some emails.
i suspect the bug to exist in the original courier-releases, so i post this
here. i am sorry to not be able to verify it further, as of current times i
only maintain production systems.


This is probably true.  This is a very low priority issue.  I'll get to it 
eventually.




pgpXnRhViZi80.pgp
Description: PGP signature


RE: [courier-users] couriermlm's subject-tagging feature ignores encoded subjects

2005-09-05 Thread Sebastian Lechte
hi there again,


  the there-included couriermlm's subject-tagging-feature is somewhat 
  broken, as it ignores =?-encoded subjects when trying to 
 figure out if 
  it already contains the subject-tag, and therefore can 
 multi-tag some emails.

 
 This is probably true.  This is a very low priority issue.  
 I'll get to it eventually.

thank you for replying, though. i'll update the bug-report. please be sure
to include this in a changelog so that the maintainer of the ebuild can
appropriately close the bug when it got fixed :)

anyways, if i got some sparetime, i'll try to code something and maybe
submit a patch myself. if you're interested in 3rd-person patches, i'd be
happy to provide it to you.


sincerely,

sebastian lechte
filmstarts.de technik



---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] couriermlm's subject-tagging feature ignores encoded subjects

2005-09-05 Thread Sam Varshavchik

Sebastian Lechte writes:


anyways, if i got some sparetime, i'll try to code something and maybe
submit a patch myself. if you're interested in 3rd-person patches, i'd be
happy to provide it to you.


I'm always interested in clean patches.



pgpt9xNc9O00b.pgp
Description: PGP signature


[courier-users] couriermlm subject

2005-03-19 Thread courier
Hi, 

how do i make the subject of my list mesages like this? 

[my courier list] [EMAIL PROTECTED] 

I can alter the headrs, but how do I alter the subject? 

thanks 

-Matt 


---
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


Re: [courier-users] couriermlm subject

2005-03-19 Thread Sam Varshavchik
[EMAIL PROTECTED] writes:
Hi, 

how do i make the subject of my list mesages like this? 

[my courier list] [EMAIL PROTECTED] 

I can alter the headrs, but how do I alter the subject? 
Set the KEYWORD option.  See the couriermlm man page.


pgpEkKzcGlrtp.pgp
Description: PGP signature


[courier-users] (no subject)

2005-03-06 Thread Jeff Duncan



Ihave searched high and low and have not come 
up with a fix for this. I can't compile imap 
(courier-imap-3.0.8)according to the documents because I get this error on 
Fedora FC2


.
checking for getspent in -lshadow... nochecking 
for endspent... yeschecking for getspent... yesconfigure: error: 
/home/vpopmail/etc/lib_deps does not exist - upgrade vpopmail to the current 
version or fix the permissions on this file

I have tried removing /home/vpopmail and 
reinstalling it. It installs fine but does not fix the issues. I am 
frustrated. Can someone comment?

Jeff


[courier-users] (no subject)

2004-10-11 Thread Alf



Oh well, yes, I have had a look on the LDAP-docs 
and could not find any info about a "many to many" setup (which does not say it 
is not there). When I use the "courierldapaliasd query source address" command on 
a LDAP_MAIL field and this field has a non-unique value (same value for two 
users), the lookup fails. Am I missing something !?



  Dear Sam,I 
am using the LDAP-alias lookup feature to guide our company-mail.  
  My question is this. Lost of users have a personal mail address 
and a  general company mail address (e.g.  URL:mailto:[EMAIL PROTECTED][EMAIL PROTECTED] 
, but also  URL:mailto:[EMAIL PROTECTED][EMAIL PROTECTED]) 
. To make this work, I  have a sales-account which redirects sales-mail 
to the users working at  the sales-department.
However, I would like to add the  URL:mailto:[EMAIL PROTECTED][EMAIL PROTECTED] 
address to the users  themselves (in the LDAP-directory), which would 
make administration easier  (some kind af reverse mailing list). But 
this is impossible at this moment  while the LDAP address lookup must be 
unique: iftwo users share the same  public address, LDAP-lookup 
fails (on the LDAP_MAIL field). 

See ldap aliases.




[courier-users] Empty Subject field - how to blacklist

2004-09-28 Thread Polarcom Webmaster
Hello.
Is there any way to blacklist messages with empty Subject field?
---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2004-08-09 Thread Richard Bewley
Hi,

I am trying to compile courier-imap-2.2.1 on a 64 bit operating system
(RedHat Enterprise AS), on dual opterons.

The problem I'm getting is two-fold.  The first question, is there a
compilation option to take advantage of the 64 bits?

The second issues is, after it's finished configuring, I get the following:
checking whether -lresolv is needed for res_query... configure: error:
Cannot find function res_query
configure: error: /bin/sh './configure' failed for authlib




---
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] (no subject)

2004-07-27 Thread wqw
hello :
   
   does courier-imap have a admin user can contorl others?



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2004-07-23 Thread Shane Gegan










I am using Courier MTA and would like to strip
any attachments with the exe extension. Where in the config would I do this.



Shane








Re: [courier-users] (no subject)

2004-07-23 Thread Jay Lee
Shane Gegan said:


 I am using Courier MTA and would like to strip any attachments with the
 exe
 extension.  Where in the config would I do this.

Courier does not have any builtin attachment scanning.  But you can easily
integrate MIMEDefang
http://www.roaringpenguin.com/penguin/open_source_mimefang.php or
SpamAssassin, have them called globally via a global maildrop filter and
get them to pull out those annoying win32 executable attachments.

Jay
-- 
Jay Lee
Network / Systems Administrator
Information Technology Dept.
Philadelphia Biblical University
--
I'm just very selective about the reality I choose to accept. --Calvin



---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2004-07-05 Thread Gabriele Alberti
Hello,

I'm trying to configure my courier authdaemon to access users data on
a postgresql database, but i'm getting mad with no success.
I'm using the courier backports version in a debian woody, and my
configuration is postres accepting local connections (md5 auth) and
authdaemon seems to be aware of this, but the problem occurs when it
tries to connect to the db: sniffing on lo i get this:

13:40:20.680559 localhost.41160  localhost.postgres: P 593:601(8) ack
11 win 32767 nop,nop,timestamp 458174358 458174358 (DF)
0x   4500 003c 3e24 4000 4006 fe95 7f00 0001 E..[EMAIL PROTECTED]@...
0x0010   7f00 0001 a0c8 1538 b33b 13da b3c7 7272 ...8.;rr
0x0020   8018 7fff 1d24  0101 080a 1b4f 2f96 .$...O/.
0x0030   1b4f 2f96  0008 6d64 3500   .O/.md5.

As you can see, it seems that authdaemon is not sending the password,
as in a normal connection with psql (same user ecc.) you can see at
the end something like md5PASSWORD_MD5_HASH passing through the net.

Any hint? It's like authdaemon is not able to send the hashed
password. If I try in non-hashed mode, i see the clear password
passing, so it should work..but before switching to non-md5...

Thanks in advance,

Gabriel









Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo! 
http://companion.yahoo.it


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2004-07-05 Thread Tim Hunter
Gabriele Alberti wrote:
 Hello,

 I'm trying to configure my courier authdaemon to access users data on
 a postgresql database, but i'm getting mad with no success.
 I'm using the courier backports version in a debian woody, and my
 configuration is postres accepting local connections (md5 auth) and
 authdaemon seems to be aware of this, but the problem occurs when it
 tries to connect to the db: sniffing on lo i get this:

I am using the same packages with a working postgres+crypt so I think you
have something misconfigured.


 13:40:20.680559 localhost.41160  localhost.postgres: P 593:601(8) ack
 11 win 32767 nop,nop,timestamp 458174358 458174358 (DF)
 0x   4500 003c 3e24 4000 4006 fe95 7f00 0001
 E..[EMAIL PROTECTED]@... 0x0010   7f00 0001 a0c8 1538 b33b 13da b3c7 7272
 ...8.;rr 0x0020   8018 7fff 1d24  0101 080a 1b4f 2f96
 .$...O/. 0x0030   1b4f 2f96  0008 6d64 3500
 .O/.md5.

 As you can see, it seems that authdaemon is not sending the password,
 as in a normal connection with psql (same user ecc.) you can see at
 the end something like md5PASSWORD_MD5_HASH passing through the net.

 Any hint? It's like authdaemon is not able to send the hashed
 password. If I try in non-hashed mode, i see the clear password
 passing, so it should work..but before switching to non-md5...

this all means nothing with your config, show us a row from your database,
and the settings from your authpgsqlrc


 Thanks in advance,

 Gabriel




---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2004-04-28 Thread Kyle Vorster
ok i did every thing now when i run make install i get this error

/usr/bin/install: cannot remove `/usr/lib/courier/etc/authldaprc.dist':
Permission denied
make[3]: *** [install-authldaprc] Error 1
make[3]: Leaving directory `/home/doggy/pop3/courier-0.45.4/authlib'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/doggy/pop3/courier-0.45.4/authlib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/doggy/pop3/courier-0.45.4/authlib'
make: *** [install-recursive] Error 1




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [Spam:] [courier-users] (no subject)

2004-04-28 Thread Zoran Milojkovic
Did you follow instructions about which tasks to perform as ordinary
user and which tasks as root?
Zoran

Kyle Vorster wrote:

ok i did every thing now when i run make install i get this error

/usr/bin/install: cannot remove `/usr/lib/courier/etc/authldaprc.dist':
Permission denied
make[3]: *** [install-authldaprc] Error 1
make[3]: Leaving directory `/home/doggy/pop3/courier-0.45.4/authlib'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/doggy/pop3/courier-0.45.4/authlib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/home/doggy/pop3/courier-0.45.4/authlib'
make: *** [install-recursive] Error 1




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



--
Zoran Milojkovic, B.Sc.E.E.
IT Systems Department Manager
Company Swisslion, Food Industry
Stepe Stepanovica 6
Vrsac
Serbia
Tel.:   +38113 828-735 (office); 828-700, 823-069, ext 735
Fax:+38113 822-750, 828-750, 823-087, 823-050
GSM:+38163 527-614
E-mail: [EMAIL PROTECTED]




---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2004-04-28 Thread David Newall
On Wed, 2004-04-28 at 19:35, Kyle Vorster wrote:
 ok i did every thing now when i run make install i get this error

Run it as root, and set your umask to 022 first.  It's documented.



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2004-04-23 Thread Andrew LaChasse
How Do i Resolve

checking whether -lresolv is needed for res_query... configure: error: 
Cannot find function res_query
configure: error: /bin/sh './configure' failed for authlib

on:
Panther 10.3.3
G4 Dual 500
Full Installs of all discs
including dev
web: www.buddilla.com
aim: buddilla


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2004-04-05 Thread marco
i set up a mailserver with postfix + maildrop + mysql virtual accounts
all seems to be right except that maildrop does not apply quotas. 
this is my maildrop configuration:

./configure --with-trashquota --enable-maildirquota --enable-syslog=1
--without-db --enable-maildropmysql --with-mysqlconfi
make
make install-strip
make install-man

maildropmysql.config:
hostnamelocalhost
socket  /var/run/mysqld/mysqld.sock
port3306
databasepostfix
dbuser  ***
dbpw***
dbtable mailbox
uid_field   username
gidnumber_field '1008'
uidnumber_field '1008'
homedirectory_field homedir
maildir_field   homedir
quota_field '100'
mailstatus_fieldpostfix
where_clauseAND active = '1'

maildroprc:
logfile /var/log/maildrop.log
to ${HOME}

tnx



---
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] (no subject)

2003-12-13 Thread james
I've recently got a server setup and everything working.  Virtual domains
authenticate off mySQL and life is good.  However I'm having a difficult
time deciding how procmail/spam filtering fits into the mix.  It's
working, but I think I've done a bit of a hack, and I was hoping somebody
could point me in a better direction.  Currently I would like ALL mail
coming in to be filtered with SpamAssassin.  So I setup the delivery to be
procmail and the /etc/procmailrc to be:

# Spam filter
:0fw
| /usr/bin/spamc

# Use maildir-style mailbox in user's home directory
DEFAULT=$HOME/Maildir/

But if it is a virtual user/domain I would like them seperated out into:

/home/vmail/domain/account/Maildir/

This is where the problem begins.  Currently I have a
/home/vmail/.procmailrc which is:

DOMAIN=`cat | egrep ^To: | awk -F @ '{ print $2 }'`
ACCOUNT=`cat | egrep ^To: | awk '{ print $2 }' | awk -F @ '{ print $1 }'`

DEFAULT=/home/vmail/${DOMAIN}/${ACCOUNT}/Maildir/

Which works, but I personally think I'm missing something that would make
it easier.  I do set the maildir and homedir specification in the
mySQL table, but as far as I can tell, it isn't passed to procmail.  No
matter what $MAILDIR defaults to /home/vmail.

So my question is:  Is there a better way to have manditory spam filtering
and still have the accounts seperated out?  Any suggestions or comments
would be most apreciated.

--
-James


---
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


Re: [courier-users] (no subject)

2003-12-13 Thread Rich Duzenbury

 So my question is:  Is there a better way to have manditory spam filtering
 and still have the accounts seperated out?  Any suggestions or comments
 would be most apreciated.

I've just set up a courier server a few days ago after some years of
running qmail+procmail+spamassassin.  I've switched the local delivery
agent to maildrop for courier.

In /etc/courier/courierd:
DEFAULTDELIVERY=| /usr/bin/spamc | /usr/lib/courier/bin/maildrop

It's been working pretty well, as maildrop seems to know how to find the
maildir without everyone having to have a .mailfilter file.

There are other global filtering strategies (man courierfilter) that I
have not yet attempted to implement.

excerpt:
If  any  mail  filter  is installed, the mail filter must be running
in  order for any mail to be processed.  Mail filters  are  assumed  to 
be   empowered to enforce system-wide mail policies, so if an installed
mail  filter is not running then mail will not be  accepted  by  the 
system.  Note  that  mail will not be rejected, if possible.  Every
attempt will   be made to send a temporary error code to an external
mail system, asking it to try again later.


Regards,
Rich



---
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] (no subject)

2003-12-05 Thread Courier Mail
Sam.. 

My ~/.mailfilters/default looks like this:
if ( /^From: *!.*/  lookup ($MATCH2, $HOME/.mailfilters/drop.list))
{
exit
} 

Where ~/.mailfilters/drop.list is a list of email addresses I want to 
block..  This doesn't work..  Is this a failure in understanding how 
maildrop works, or my maildrop is screwed up? If the syntax is screwed up, 
courier barfs at me, and so I know it's testing for the condition..  But 
it's not trapping anything.. 

Q2, I tried doing this to my /usr/local/courier/etc/maildroprc and it wasn't 
too happy..  :-( 

Q3, any way for me to up to amount of debugging info I'm getting? 

I ran Courier manually piping in the file to maildrop, and it filtered..??? 

Thanks.
Albert 



---
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] (no subject)

2003-11-03 Thread Martin Furmanski
Hello, Courier,

How can I make all outgoing mail that I send to the courier esmtp to be relayed 
through another smtp-server?

Best regards. 

Martin Furmanski
[EMAIL PROTECTED]
2003-11-03




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-11-03 Thread Jeff Jansen
On Monday 03 November 2003 11:57, Martin Furmanski wrote:
 How can I make all outgoing mail that I send to the courier esmtp to be
 relayed through another smtp-server?

Use the 'esmtproutes' file in /etc/courier (or where ever your courier 'etc' 
directory is).  See the courier man page (man courier) and then search for 
esmtproutes for the complete syntax.

If you need to authenticate to relay through them then use the 
'esmtpauthclient' file in /etc/courier.  Again, the courier man page will 
explain the syntax - search for esmtpauthclient.

Jeff Jansen



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2003-11-02 Thread Martin Furmanski
Hello, Courier,

I have a problem. When an attachments name contains an ö, that is an o with two dots 
above it, courier reformats the whole mail to an error and the original mail is 
attached in a file called message.txt. This is probably so for other chars then the ö, 
which is a swedish char. Normal chars work fine.

I reconfigured/compiled with --enable-unicode, but it didn't help. Can anyone shed 
some light on this? Perhaps some swede.

Best regards.

Martin Furmanski
[EMAIL PROTECTED]
2003-11-02




---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2003-07-28 Thread Manuel LOIGERET
Hello,
I have installed courier on my computer. I just to make a local mail server. 
Everything works well except esmtp. In fact I can't login, smtp send me a 
517 Syntax error. Here is an example of a connection with smtp :

telnet 192.168.0.8 25
Trying 192.168.0.8...
Connected to uranus (192.168.0.8).
Escape character is '^]'.
220 uranus ESMTP
ehlo uranus
250-uranus Ok.
250-XVERP=Courier
250-XEXDATA
250-XSECURITY=NONE,STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE
250 DSN
vrfy [EMAIL PROTECTED]
250 [EMAIL PROTECTED]
MAIL FROM:[EMAIL PROTECTED]
517 Syntax error.
Can someone help me with this issue , please ??

_
Trouvez l'âme soeur sur MSN Rencontres http://g.msn.fr/FR1000/9551


---
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/psa0013ave/direct;at.aspnet_072303_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-07-28 Thread Jeff Jansen
On Monday 28 July 2003 14:10, Manuel LOIGERET wrote:
 MAIL FROM:[EMAIL PROTECTED]
 517 Syntax error.

 Can someone help me with this issue , please ??

[EMAIL PROTECTED] is not a fully qualified domain name.  It has no 
top-level to it.  Courier requires a fully qualified domain or it won't even 
bother to check the address.

Change the name of your local domain from uranus to uranus.com, or 
uranus.localdomain or whatever you want.  Courier doesn't care what 
top-level you use; you just have to have one.   Then try logging in again 
using the complete name, [EMAIL PROTECTED] for example.

Jeff Jansen



---
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/psa0013ave/direct;at.aspnet_072303_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] (no subject)

2003-07-28 Thread Jerry Amundson
Manuel LOIGERET wrote:

Hello,
I have installed courier on my computer. I just to make a local mail 
server. Everything works well except esmtp. In fact I can't login, smtp 
send me a 517 Syntax error. Here is an example of a connection with smtp :

telnet 192.168.0.8 25
Trying 192.168.0.8...
Connected to uranus (192.168.0.8).
Escape character is '^]'.
220 uranus ESMTP
ehlo uranus
250-uranus Ok.
250-XVERP=Courier
250-XEXDATA
250-XSECURITY=NONE,STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE
250 DSN
vrfy [EMAIL PROTECTED]
250 [EMAIL PROTECTED]
MAIL FROM:[EMAIL PROTECTED]
517 Syntax error.
Like the error says, you have a Syntax error. Specifically, uranus 
is a planet, not a full email address...

jerry



---
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/psa0013ave/direct;at.aspnet_072303_01/01
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2003-03-23 Thread centaurez
Good morning,

I have been working a lot of time trying to make Courier-IMAP work as
attended on my system but I can't succeed in doing it.

I am running OpenBSD 3.2 with a postfix mail server and mysql 3.23
compiled from ports.

What I want to do is authenticate users against the mysql database so I
created a base called passwd containing the required fiels (according to
README.authmysql). 

In /etc/courier-imap/authmysqlrc I put 

MYSQL_SERVERlocalhost
MYSQL_USERNAME  postfix
MYSQL_PASSWORD  postfix
MYSQL_PORT  3306
MYSQL_DATABASE  postfix
MYSQL_USER_TABLEpasswd
MYSQL_CRYPT_PWFIELD crypt
MYSQL_CLEAR_PWFIELD clear
MYSQL_UID_FIELD uid
MYSQL_GID_FIELD gid
MYSQL_LOGIN_FIELD   id
MYSQL_HOME_FIELDhome
MYSQL_NAME_FIELDname
MYSQL_MAILDIR_FIELD maildir

And in authdaemonrc i put version=authdaemond.mysql in order to use
mysql authentification, they are correctly running :

# ps x |grep auth 
23546 ??  I   0:00.01 /usr/local/libexec/authlib/authdaemond.mysql
start (authdaemond.mysq)
 3805 ??  I   0:00.01 /usr/local/libexec/authlib/authdaemond.mysql
start (authdaemond.mysq)
12213 ??  I   0:00.01 /usr/local/libexec/authlib/authdaemond.mysql
start (authdaemond.mysq)
22186 ??  I   0:00.01 /usr/local/libexec/authlib/authdaemond.mysql
start (authdaemond.mysq)
 7169 ??  I   0:00.01 /usr/local/libexec/authlib/authdaemond.mysql
start (authdaemond.mysq)
27565 ??  I   0:00.01 /usr/local/libexec/authlib/authdaemond.mysql
start (authdaemond.mysq)

Also, I set up a query logging in mysql but I can't see nothing in the
log even no connection to the base so it seems that courier doesn't care
I want to use mysql auth. (the logging works when I connect manually to
modify the databases.

What can be wrong and what should I check ?

Thanks in advance for the help !

Julien.






---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2003-03-23 Thread pavelkuchta
confirm 229150

-- 
Ziskejte kvalitu, kterou si zaslouzite. Za minimalni mesicni
poplatek vam nabizime Antivir, Antispam nebo dalsi kapacitu pro
vas Mailbox. Vice na: http://sluzby.volny.cz/product/mailpaid/



---
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2003-03-04 Thread Herbert G. Fischer



unsubcribe [EMAIL PROTECTED]
subscribe [EMAIL PROTECTED]


[courier-users] (no subject)

2002-12-19 Thread




ѦÖÒʤ×ܹ«Ë¾µçÄÔ²¿[EMAIL PROTECTED]021-68419309


[courier-users] (no subject)

2002-12-14 Thread Nadim Bitar
Make sure the user has a valid $HOME/Maildir owned and created
properly.

All the users are virtual and have a Maildir stored in
/var/spool/postfix/virtual/mydomain/user/Maildir/

Why is Imap working and pop not?



Nadim Bitar [EMAIL PROTECTED] wrote:

 When i try to log in it seems that i am able to log in but i am
 directly disconnected checking my mailog i see this message.
 
 Dec 14 00:54:32 www pop3d: chdir: No such file or directory
 
 Which directory is it?
 I am using virtual users and domain stored in a mysql databse
 imap is working.
 any ideas?
 thanks
 nadim
 
 



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] (no subject)

2002-12-12 Thread benoit delagarde (Grecland)
HI all

I want to know if there is a way to disable the SEARCH command on 
courrier-imap.

Eudora use it to match filter and it take a VERY long time (about 2-3 minutes).

Thx Bye



---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


[courier-users] (no subject)

2002-12-07 Thread Rodney Lorimor





---
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] (no subject)

2002-10-23 Thread Alexei

Problem with courier 0.39.3
everything work fine IMAP and POP3 read users in mysql table
it's ok
but when i send mail to domain name i got: 550 user uknown
so .. :)
in locals 
i put 
.cc
localhost
in old 0.35 courier i haven't problem
-- 
Alexei Shalin
Tech. Director of Studio.KG
Tel: +996502585221
 +996312434370
Email:[EMAIL PROTECTED]

---
This mail sent through Free-Email System : http://www.post.kg/


---
This sf.net emial is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0002en
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



[courier-users] (no subject)

2002-10-16 Thread hardik






[courier-users] (no subject)

2002-09-27 Thread Steve Fulton





---
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] (no subject)

2002-09-19 Thread Steve Schaefer




---
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



Re: [courier-users] (no subject)

2002-06-27 Thread Peer O. Schmidt

Sam,
  after upgrading a couple of RPM packages (see
 below)
  and compiling courier-0.39.0, I can no longer
  authenticate. 

 I believe this is due to a problem with the new
 LDAP_MAILROOT configuration setting.
 Uncomment LDAP_MAILROOT, and set it to /., without
 the quotes.

This did the trick. Now I do see activity on slapd
with authtest. AND after changing my config settings
back to the way they where (before playing around), I
can authenticate again.

Thanks a lot for the help.

rgds
pos

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


---
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] (no subject)

2002-06-26 Thread Peer O. Schmidt

Good Morning Sam,

after upgrading a couple of RPM packages (see below)
and compiling courier-0.39.0, I can no longer
authenticate. 

As the attached text shows, I can use ldapsearch to
get information of the ldap server. authdaemond.ldap
is running. Running slapd with -d -1 shows activity on
ldapsearch, but does not show _any_ activity on
authtest. Further more, courierldapaliasd should
start, but dies silently.

My current mail system does no longer work. I'd
appreciate a direct reply, as the subscription to
courier ML goes to my now not available address.

Thank you very much in advance.

Best regards

Peer Oliver Schmidt


authdaemonrc

authmodulelist=authldap
authmodulelistorig=authcustom authcram authuserdb
authldap
daemons=5
version=
authdaemonvar=/usr/lib/courier/var/authdaemon

authdaemonldaprc

LDAP_SERVER 10.1.1.5
LDAP_PORT   389
LDAP_BASEDN o=theinternet.de
LDAP_TIMEOUT5
LDAP_MAIL   mail
LDAP_GLOB_UID   pos
LDAP_GLOB_GID   pos
LDAP_HOMEDIRhomeDirectory
LDAP_MAILDIRmailDir
LDAP_FULLNAME   cn
LDAP_CLEARPWclearPassword

ps -x|grep courier

18813 ?S  0:00
/usr/lib/courier/libexec/authlib/authdaemond.ldap sta
18821 ?S  0:00
/usr/lib/courier/libexec/authlib/authdaemond.ldap sta
18826 ?S  0:00
/usr/lib/courier/libexec/authlib/authdaemond.ldap sta
18827 ?S  0:00
/usr/lib/courier/libexec/authlib/authdaemond.ldap sta
18828 ?S  0:00
/usr/lib/courier/libexec/authlib/authdaemond.ldap sta
18830 ?S  0:00
/usr/lib/courier/libexec/courier/courierd
18835 ?S  0:00
/usr/lib/courier/libexec/authlib/authdaemond.ldap sta
18847 ?S  0:00
/usr/lib/courier/sbin/couriertcpd -address=0 -stderrl
18850 ?S  0:00
/usr/lib/courier/sbin/logger imapd
18852 ?S  0:00 ./courierlocal
18853 ?S  0:00 ./courierfax
18858 pts/2S  0:00 grep courier

ldapaliasd

LDAP_ALIAS  1
LDAP_SERVER 10.1.1.5
LDAP_PORT   389
LDAP_NUMPROCS   5
LDAP_BASEDN o=theinternet.de
LDAP_TIMEOUT5
LDAP_MAIL   mail
LDAP_MAILDROP   mailAlternateAddress
LDAP_VDOMAIN
LDAP_VUSER

locals

micheelsen.de
theinternet.de

ldapsearch -L -b o=theinternet.de (uid=pos) -x -h
10.1.1.5
version: 1

#
# filter: (uid=pos)
# requesting: ALL
#

# pos, theinternet.de
dn: uid=pos, o=theinternet.de
mobile: +49-172-9731418
sn: Schmidt
objectClass: top
objectClass: person
objectClass: inetOrgPerson
objectClass: qmailUser
uid: pos
homeDirectory: /home/virtuser/pos
mail: [EMAIL PROTECTED]
cn: Peer Oliver Schmidt
givenName: Peer Oliver Schmidt (gn)
mailHost: 10.1.1.5
userPassword:: dGVzdA==
mailAlternateAddress: sales
mailAlternateAddress: einkauf
mailAlternateAddress: ottotimm
mailAlternateAddress: theregister
mailAlternateAddress: seibicke
mailAlternateAddress: kba
mailAlternateAddress: diekow
mailAlternateAddress: verkauf
mailAlternateAddress: purchasing
mailAlternateAddress: pos-ct
mailAlternateAddress: handball
mailAlternateAddress: ko
mailAlternateAddress: versand
mailAlternateAddress: sourceforge
mailAlternateAddress: vzppssrc-s
mailAlternateAddress: windvd

# search result

# numResponses: 2
# numEntries: 1


ls -l /home/virtuser/pos -l
total 180
drwx--   61 pos  pos  4096 Jun 25
11:06 Maildir


/usr/src/courier-0.39.0/authlib/authtest pos test
Temporary authentication failure from module
authdaemon
Authentication FAILED!


Packages that got installed just before it stopped
authenticatdid not work anymore

rpm -Uvh 
php-4.1.2-7.i386.rpm 
php-imap-4.1.2-7.i386.rpm 
php-ldap-4.1.2-7.i386.rpm 
php-pgsql-4.1.2-7.i386.rpm 
db3-3.3.11-6.i386.rpm 
db3-devel-3.3.11-6.i386.rpm 
db3-utils-3.3.11-6.i386.rpm 
perl-5.6.1-34.99.6.i386.rpm 
pam-0.75-32.i386.rpm 
python-1.5.2-38.i386.rpm 
python2-2.2-16.i386.rpm 
gnorpm-0.96-14.i386.rpm 
apache-1.3.23-11.i386.rpm 
pam-devel-0.75-32.i386.rpm 
rpm-4.0.4-7x.18.i386.rpm 
tkinter-1.5.2-38.i386.rpm 
popt-1.6.4-7x.18.i386.rpm 
rpm-python-4.0.4-7x.18.i386.rpm 
rpm-build-4.0.4-7x.18.i386.rpm 
rpm-devel-4.0.4-7x.18.i386.rpm


/var/log/messages
fastmichel authtest: authdaemon: s_connect() failed:
Connection refused
fastmichel authdaemond.ldap: authdaemon:
modules=authldap, daemons=5

__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com


---
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users



Re: [courier-users] (no subject)

2002-06-26 Thread Sam Varshavchik

On Wed, Jun 26, 2002 at 06:35:06AM -0700, Peer O. Schmidt wrote:
 Good Morning Sam,
 
 after upgrading a couple of RPM packages (see below)
 and compiling courier-0.39.0, I can no longer
 authenticate. 
 
 As the attached text shows, I can use ldapsearch to
 get information of the ldap server. authdaemond.ldap
 is running. Running slapd with -d -1 shows activity on

I believe this is due to a problem with the new LDAP_MAILROOT
configuration setting.

Uncomment LDAP_MAILROOT, and set it to /., without the quotes.


-- 
Sam


---
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] (no subject)

2002-06-13 Thread Bernd Hinrichsen

Hullo Gael,

I had a similar problem with postfix + Courier. The solution is to let
Postfix deliver the mail to the folder 'Maildir/' (without quotations),
exactly a recomended in the commentry. Courier find the mail without any
trouble as it explicity looks for this folder.

hope this helps
Bernd


Hi,

I use Postfix + Courier. With postfix and LDAP I put the message into
/var/spool/mail/moimeme/ in a maildir format. Postfix put the new message in
the directory /var/spool/mail/moimeme/new. About Courier, I authenticate
with LDAP without problem but Courier can't access to  the directory where
mail are but I don't know which directory.

Gael


/var/log/maillog-
imapd: Connection, ip=[:::212.147.0.100]
imapd: chdir: No such file or directory


---authldaprc (Courier)--
LDAP_SERVER ldap.vtx.ch
LDAP_PORT   289
LDAP_BASEDN o=VTX Services, c=CH
LDAP_BINDDN uid=admin, o=VTX Services, c=CH
LDAP_BINDPW xxx
LDAP_TIMEOUT5
LDAP_AUTHBIND   1
LDAP_MAIL   uid
LDAP_GLOB_UID   courier
LDAP_GLOB_GID   courier
LDAP_HOMEDIRmailmessagestore
LDAP_FULLNAME   cn
LDAP_CLEARPWuserPassword
LDAP_DEREF  never
LDAP_TLS0


-main.cf (Postfix)
myorigin = $mydomain
mydestination = hash:/etc/postfix/mydomain
inet_interfaces = $myhostname
mynetwork_style = host

virtual_mailbox_maps = ldap:nscpmail

nscpmail_server_host = ldap.vtx.ch
nscpmail_server_port = 289
nscpmail_search_base = o=VTX Services,c=CH
nscpmail_query_filter =
((|(mail=%s)(mailalternateaddress=%s))(|(objectclass=mailRecipient)(objectc
lass=mailgroup)))
nscpmail_result_attribute = mailmessagestore
nscpmail_bind = no
nscpmail_ldap_cache = no
nscpmail_scope = one

virtual_mailbox_base = /
local_transport = virtual
virtual_uid_maps = static:503
virtual_gid_maps = static:12

home_mailbox = Maildir/

default_privs = nobody


-ldap sheme---
dn: uid=moimeme,o=VTX Services,c=CH
givenname: Olivier
sn: Moimeme
cn: Olivier Moimeme
uid: moimeme
creatorsname: uid=olivier,o=VTX Services,c=CH
nslicensedfor: mail
maildeliveryoption: mailbox
mail: [EMAIL PROTECTED]
mailhost: pop-test.vtx.ch
mailmessagestore: /var/spool/mail/moimeme/



|-Message d'origine-
|De : Clay Dowling [mailto:[EMAIL PROTECTED]]
|Envoyé : mercredi, 12. juin 2002 12:14
|À : [EMAIL PROTECTED]
|Cc : [EMAIL PROTECTED]
|Objet : RE: [courier-users] Re: directory problems
|
|
|Gaël,
|
|Modify /etc/procmailrc to create a log file in the user's home directory,
|and turn verbose logging on.  Courier and procmail do get along well
|together, but I did find configuring procmail for maildir format to be a
|little troublesome.  Give me some details about your MTA and user
|authentication setup.  Chances are very good that's where your problem is.
|Clay Dowling


___

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

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



[courier-users] (no subject)

2002-06-03 Thread Valeria Coppelletti



Hello,
I wuold you like to delete my subscribing to 
courier-users.




[courier-users] (no subject)

2002-06-03 Thread Valeria Coppelletti



Hello,
what I do to delete my subscribing to 
courier-users??


Re: [courier-users] (no subject)

2002-06-03 Thread Tucker

see the headers of the email



On Monday 03 June 2002 07:13, Valeria Coppelletti wrote:
 Hello,
 what I do to delete my subscribing to courier-users??

-- 
---
 Alejandro Perretta
  [EMAIL PROTECTED]
icq# 470931
 Linux a way of life
---

___

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] (no subject)

2002-05-26 Thread Erich Titl

Hi Folks

I hope this is not too much of an RTFM issue, but I just installed 
courier-imap 1.4.2 on a Linux 2.4.10 based system and just cannot get 
authentication running using the pam library. I have the same set up 
running on a 2.2.19 based system which works fine, the difference being 
that I upgraded on the 2.2.X system from 1.3.10 whereas the 2.4 system is a 
complete new installation. I have senn the following in the authdaemonrc file:

# by removing them from the following list.  The available modules you
# can use are: authcustom authcram authuserdb authldap

in 1.3.10 there was still authpam on the list of possible modules

thanks for hints

Erich

THINK
Püntenstrasse 39
8143 Stallikon
mailto:[EMAIL PROTECTED]
PGP Fingerprint: BC9A 25BC 3954 3BC8 C024  8D8A B7D4 FF9D 05B8 0A16


___

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] (no subject)

2002-05-23 Thread Dan Mascenik

Hi,

I got through my earlier authorization problems
by creating a file in /etc/vmailmgr/ called
separators which contained:

@:

I can now connect to my IMAP server as
[EMAIL PROTECTED] and send mail with it, but no
incoming mail is reaching my inbox.  Here are my
configuration settings:

control/virtualdomains:
mydomain.com:mailman
.mydomain.com:mailman

control/rcpthosts:
mydomain.com
.mydomain.com

control/locals:
mail.mydomain.com

control/defaultdelivery:
./Maildir/

control/defaultdomain:
mydomain.com

control/plusdomain:
mydomain.com

control/me:
mydomain.com

users/assign:
=mailman-me:mailman:513:513:/home/mailman:::
.

   mailman is a real user on my system with uid
and gid=513.

In /home/mailman, there are the following .qmail
files:

.qmail-default:
|/usr/bin/vdeliver

.qmail-me:
./users/me/

Could anyone provide me with ideas as to why this
might not be delivering mail to my virtual
maildir?  Any help would be greatly appreciated.

Thanks,
Dan Mascenik


=


__
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com

___

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] (no subject)

2002-05-22 Thread LAURENT MPETI KABILA


REQUEST FOR URGENT BUSINESS ASSISTANCE
--
I stumbled into your contact by stroke of luck after a
long search for an honest and trust worthy person who
could handle issue with high confidentiality.
I was so dilghted when i got your contact and i
decided
to contact you  and solicite for your kind assistance.
i hope you will let this issue to remain confidential
even
if you are not interested because of my status.

I am Laurent Mpeti Kabila (Jnr) the second son of
Late President LAURENT DESIRE KABILA the immediate
Past president of the DEMOCRATIC REPUBLIC OF CONGO in
Africa who was murdered by his opposition through his
personal
bodyguards in his bedroom on Tuesday 16th January,
2001.
I have the privilege of being mandated by my father,s
colleagues to seek your immediate and urgent
co-operation
to receive into your bank account the sum of US $25m.
(twenty-five million Dollars) and some thousands
carats
of Diamond. This money and treasures was lodged in a
vault with a
security firm in Europe and South-Africa.

SOURCES OF DIAMONDS AND FUND
In August 2000, my father as a defence minister and
president has a meeting with his cabinet and armychief
about the
defence budget for 2000 to 2001 which was US $700m.
so he directed one of his best friend. Frederic Kibasa
Maliba
who was a minister of mines and a political party
leader known
as the Union Sacree de,opposition radicale et ses
allies (USORAL)
to buy arms with US $200m on 5th January 2001; for him
to finalize
the arms deal,my father was murdered. f.K. Maliba
(FKM) and I have
decided to keep the money with a foreigner after which
he will use
it to contest for the political election. Inspite of
all this we
have resolved to present you or your company for the
firm to pay
it into your nominated account the above sum and
diamonds.
This transaction should be finalized within seven (7)
working
days and for your co-operation and partnership, we
have unanimously
agreed that you will be entitled to 5.5% of the money
when successfully
receive it in your account. The nature of your
business is not relevant to
the successful execution of this transaction what we
require is your
total co-operation and commitment to ensure
100%risk-free transaction at
both ends and to protect the persons involved in this
transaction  strict
confidence and utmost secrecy is required even after
the uccessful conclusion
of this transaction. If this proposal is acceptable to
you, kindly provide me
with your personal telephone and fax through my E-mail
box for immediate
commencement of the transaction. I count on your
honour to keep my
secret, SECRET.

Looking forward for your urgent reply

Thanks.
Best Regards

MPETI L. KABILA (Jnr)







___

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] (no subject)

2002-04-26 Thread Lukas Vesely

Hi all,
I would like to ask you guys whether is possible to make the courier send
mail, that is not destined for local users or aliases to another address
in form $[EMAIL PROTECTED]
(something like Postifix's LUSER_RELAY)

Thanks in advance for any help.

Lukas


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



[courier-users] (no subject)

2002-04-18 Thread Chad Osmond



Can anyone refer me to a program that can connect 
to a existing IMAP server and move the mail to a different IMAP mail server 
while keeping the identical folder layout?

I have to move mail from a windows IMAP server 
to my Courier server.


Thanks,

Chad Osmond


Re: [courier-users] (no subject)

2002-04-18 Thread Jesse Keating

On Thu, 18 Apr 2002 11:38:27 -0400
Chad Osmond [EMAIL PROTECTED] issued forth:

 Can anyone refer me to a program that can connect to a existing IMAP server
 and move the mail to a different IMAP mail server while keeping the
 identical folder layout?
 
 
 I have to move mail from a windows IMAP server to my Courier server.

The windows imap wouldn't happen to be maildir format would it?  If it were,
just tar/zip it up, and move it.  

-- 
Sysop

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



Re: [courier-users] (no subject)

2002-04-18 Thread Aly S.P Dharshi

Maybe mailsync will do the trick for you,
http://www.sourceforge.net/projects/mailsync

I have had to compile and install it using the UW Imap kit, the downside is
you may ??? have to create folders but in the same heirarchy as the one you
have currently on the new server but once that is done, you can run mailsync
on the *nix box and it will transfer over the stuff.

Requires playing around, I have a configuration for when I tried and
successfully did it for the school they seem to think that they could do it
better in python or perl which is always a possibility as they have a good
programming team.

Cheers,

Aly.


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



[courier-users] (no subject)

2002-04-05 Thread rogdav

Ok, thanks for the help!  So far no luck.  At the bottom are my estmp related 
config files, I hope they might shed some light.

The DNS resolves correctly for the domain I tried to send to from the broken 
box so that remains a mystery to me.

The broken box runs on cable so it get's some bogus hostname, but that's never 
been an issue with UW imap and sendmail, I have it set up as 
hashpipe.sweetjimmy.net.  Also a total of 3 domains are hosted on this machine, 
the MX all point to hashpipe.sweetjimmy.net.

Does any of this make sense?

Thanks,

Dave Rogers

 --David Rogers wrote on 05.04.2002 09:07 -0600:
 
 I'm still having trouble sending and receiving mail.  When I send to the
 machine, after 4 hours I get this message:
 
 451 [EMAIL PROTECTED]... reply: read error from hashpipe.sweetjimmy.net.
 [EMAIL PROTECTED]... Deferred: Connection reset by
 hashpipe.sweetjimmy.net.
 Warning: message still undelivered after 4 hours

 You included the logs from the sending server and they do not
 indicate and problems on your side, the receiver simply never
 answered for 4 hours.
 
 Head over to the other (broken) box, run `telnet 127.0.0.1 25`,
 grep the logs for messages and make shure you started couriertcpd
 (aka esmtpd) with the correct arguments and no other application
 plays around on port 25.
 
 And you would have to provide some details from your configuration
 and logs if you still cant connect to esmtpd.
 
 And when trying to send out from the server I get a delayed mail message
 citing DNS lookup errors.
 
 check the resolver on and from this box, look up those domains
 manually with dig and testmxlookup. The usual procedure as above.
 
 Does anyone have any tips?
 
 Use fax - if the phone works.
 
 WTF?
 
 Roland

etc/estmpd

##VERSION: $Id: esmtpd.dist.in,v 1.14 2001/10/14 19:45:37 mrsam Exp $
#
#
# esmtpd created from esmtpd.dist by sysconftool
#
# Do not alter lines that begin with ##, they are used when upgrading
# this configuration.
#
#  Copyright 1998 - 2001 Double Precision, Inc.  See COPYING for
#  distribution information.
#
#  This configuration file sets various options for Courier's esmtpd server.
#  It is started by couriertcpd, Courier's TCP server.
#  A lot of the stuff here is documented in the manual page for couriertcpd.

##NAME: PATH:0
#
#  Specify the default PATH that everything inherits.

PATH=/usr/lib/courier/bin:/bin:/usr/bin:/usr/local/bin

##NAME: SHELL:0
#
#  The default shell

SHELL=/bin/sh

##NAME: ULIMIT:0
#
#  Sets the maximum size of courieresmtpd's data segment
#

ULIMIT=4096

##NAME: BOFHCHECKDNS:0
#
#  Comment out the following line in order to accept mail with a bad
#  return address.

BOFHCHECKDNS=1

##NAME: BOFHNOEXPN:1
#
#  Set BOFHNOEXP to 1 to disable EXPN

BOFHNOEXPN=0

##NAME: BOFHNOVRFY:1
#
#  Set BOFHNOVERIFY to disable VRFY

BOFHNOVRFY=0

##NAME: NOADDMSGID:0
#
#  The following environment variables keep Courier from adding
#  default Date: and Message-ID: header to messages which do not have them.
#  If you would like to add default headers only for mail from certain
#  IP address ranges, you can override them in couriertcpd access file,
#  see couriertcpd(8).

NOADDMSGID=1

##NAME: NOADDDATE:0
#

NOADDDATE=1

##NAME: AUTH_REQUIRED:0
#
# Set AUTH_REQUIRED to 1 in order to force the client to use ESMTP
# authentication.  You can override AUTH_REQUIRED on a per-IP address basis
# using smtpaccess.  See makesmtpaccess(8).

AUTH_REQUIRED=0

#
#
##NAME: COURIERTLS:0
#
# The following variables configure ESMTP STARTTLS.  If OpenSSL is available
# during configuration, the couriertls helper gets compiled, and upon
# installation a dummy TLS_CERTFILE gets generated.  courieresmtpd will
# automatically advertise the ESMTP STARTTLS extension if both TLS_CERTFILE
# and COURIERTLS exist.
#
# WARNING: Peer certificate verification has NOT yet been tested.  Proceed
# at your own risk.  Only the basic SSL/TLS functionality is known to be
# working. Keep this in mind as you play with the following variables.

COURIERTLS=/usr/lib/courier/bin/couriertls

##NAME: ESMTP_TLS_REQUIRED:0
#
# Set ESMTP_TLS_REQUIRED to 1 if you REQUIRE SSL/TLS to be used for receiving
# mail.  Setting it here will require it for every connection.  You can also
# set ESMTP_TLS_REQUIRED in the smtpaccess file, see makesmtpaccess(8) for
# more information
#
# ESMTP_TLS_REQUIRED=1

##NAME: TLS_PROTOCOL:0
#
# 
# TLS_PROTOCOL sets the protocol version.  The possible versions are:
#
# SSL2 - SSLv2
# SSL3 - SSLv3
# TLS1 - TLS1

TLS_PROTOCOL=SSL3

##NAME: TLS_CIPHER_LIST:0
#
# TLS_CIPHER_LIST optionally sets the list of ciphers to be used by the
# OpenSSL library.  In most situations you can leave TLS_CIPHER_LIST
# undefined
#
# TLS_CIPHER_LIST=ALL:!ADH:RC4+RSA:+SSLv2:@STRENGTH

# TLS_TIMEOUT is currently not implemented, and reserved for future use.
# This is supposed to be an inactivity timeout, but its not yet implemented.


Re: [courier-users] (no subject)

2002-03-14 Thread Sysop

Robert Popescu wrote:

Hi,

I have a big problem with my Courier-Imap Server.
When I send an email a receive an error message that say Invalid mailbox name and 
the send window remain open on moving message to send folder.

The message is leaving ok but he is not saved in Send Messages folder.

I have qmail vpopmail installed.
Everything else seems to work just fine.

Thanks for your time...
Robert

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

The problem is with your client.  I see this with mozilla and Netscape 
clients.



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



[courier-users] (no subject)

2002-02-21 Thread Gaël LE COZ

Hello,

I want to set up a mail server using Courier and a RedHat 7.x.
So I would like to know the capacity in term of account of Courier and is it
possible to have a cluster implementation with it ?

Thanks in advance

Gael


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



[courier-users] (no subject)

2002-02-20 Thread Matthew Mason

I am having a problem with Courier not delivering mail to the users maildir 
folder.  I have been able to send messages out of the server and all of the 
correct daemons are running and all users have a maildir in each of their 
user directories (for example: /home/mmason/Maildir) yet nothing is showing 
up in the user directory.  Do you have to specify in userdb the location of 
each users Maildir?  I am really befuddled by this and any help is very 
appreciated.
Thanks,
Matthew

_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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



[courier-users] (no subject)

2002-02-18 Thread painter(eastnet)

Hello ,

Hello all,

As I can  use the global-quota for all users on the domain?

sorry from my english.
  

-- 
Best regards,
 painter(eastnet)  mailto:[EMAIL PROTECTED]



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



Re: [courier-users] couriermlm subject header rewrite

2002-02-03 Thread Alexander Lazic

Hi,

On 03.02.2002 17:55, Mark Constable wrote:

Does this feature exist for couriermlm ?

Yes, called 'KEYWORD' for more info see:

http://www.courier-mta.org/couriermlm.html

or your local 'man couriermlm'.

Hth

al ;-)

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



[courier-users] couriermlm subject header rewrite

2002-02-02 Thread Mark Constable

I'm struggling to find out how to modify the subject
of a couriermlm managed mailing-list so that it is
prepended with a unique list identifier exactly like
this [courier-users] list.

Does this feature exist for couriermlm ?

--markc

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



[courier-users] (no subject)

2002-01-31 Thread Turcsanyi Zoltan

confirm 336200


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



[courier-users] (no subject)

2002-01-10 Thread Brian Kejser



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



[courier-users] (no subject)

2002-01-07 Thread Octavian Ciobanu

I have a problem after I've installed the curier-webmail - the configuration 
and make directives worked ok, but when I try to access the site I receive an 
page with incomplect links (EX: [#s#]empty=1) in all the pages. Can you give 
me some advice on this matter?

Thank you in advance

Tavi

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



Re: [courier-users] (no subject)

2002-01-07 Thread Armin Fuerst

On Mon, 7 Jan 2002, Octavian Ciobanu wrote:

 I have a problem after I've installed the curier-webmail - the configuration
 and make directives worked ok, but when I try to access the site I receive an
 page with incomplect links (EX: [#s#]empty=1) in all the pages. Can you give
 me some advice on this matter?

are you sure, you really installed it correctly? to me, it seems as if you
would look directly into the html-documents (templates) and don't use the
webmail script...

armin


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



[courier-users] (no subject)

2002-01-06 Thread Darrell Cunningham



Can someone help me. I don't normally 
ask for handouts but I'm getting pretty desperate. I have a client who I 
set up on our apache server. I am using courier as our email 
software. I have looked thourhg everything and can't seem to get it 
right. My client domain is dhptraining.com. I'm trying to set the 
email up so that the client has their own pop3 account (i.e [EMAIL PROTECTED]) I can't seem 
to set it up. could somebody maybe send mea steplist on how to set 
this up. I'm supposed to have the clients stuff set up by tomorrow morning 
and everything I'm doing is obviously wrong. I have the email folder set 
up and all of the email accounts are added. they just don;t work. 
when I send an email message to one of the acounts I get this error
--- 
UNDELIVERABLE MAILYour message to the following recipients cannot be 
delivered:[EMAIL PROTECTED]: 
host1.dhptraining.com [65.166.145.80]: DATA 546 
Routing loop detected -- too many Received: headers.

Can somehelp please. Thanks 
Darrell


Re: [courier-users] (no subject)

2001-12-09 Thread Gordon Messmer

On Sun, 9 Dec 2001, Anders Rosendal wrote:

 I can send mail to local users using the address
 [EMAIL PROTECTED], where machine.domain is the FQDN of the
 server running courier. Sending to address user@otherdomain,
 where otherdomain is a domain that via MX is pointed to my
 server will only result in relaying denied.
 I have created /usr/lib/courier/etc/locals containing the
 domain otherdomain, and I have runned makealiases,
 without any luck.

You also need to list all of your domains in 
/usr/lib/courier/etc/esmtpacceptmailfor.dir/locals and run 
'makeacceptmailfor'.

I usually just symlink /usr/lib/courier/etc/locals to the other file and 
maintain one copy.

-- 
If I had a dollar for every brain that you don't have,
I'd have one dollar. - Squidward to SpongeBob


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