[courier-users] Clamdmail

2003-12-09 Thread Jim Gifford
Has anyone out there tried to get clamdmail to work with Courier.

http://clamdmail.sourceforge.net/

I'm getting ready to start my attempt.




---
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] Re: courierfilter permission problems (Mail filters temporarily unavailable)

2003-12-09 Thread Mirko Zeibig
On Mon, Dec 08, 2003 at 09:29:12AM -0800, Gordon Messmer wrote:
 Mirko Zeibig wrote:
 Using SMTP was no problem but sending email via mutt (using sendmail) 
 ended in
 permission problems, so I uninstalled the python-filters again.
 
 Are you also on a Debian system?

Nope, I tried the filters on a RedHat 9 System, but did choose to not compile
mysql- and fax-support so I have changed the spec-file a bit.

Regards
Mirko


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


[courier-users] Re: Supressing 550 User Unknown messages

2003-12-09 Thread Jeff Jansen
On Tuesday 09 December 2003 06:15, [EMAIL PROTECTED] wrote:
 Courier does not like esmtp HELO/EHLO from internal smtp engines of
 viruses/spammers, so spam will not be too much.

H, if you're right then that would be great.  I assume that you can turn 
on this sort of reverse lookup if you want but I don't think it's on by 
default.

[EMAIL PROTECTED] jeff]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 superman.ivb.sil.org ESMTP
helo big_fat_ugly_spammer
250 superman.ivb.sil.org Ok.
helo [EMAIL PROTECTED]
250 superman.ivb.sil.org Ok.
quit
221 Bye.
Connection closed by foreign host.
[EMAIL PROTECTED] jeff]$ 

And since I have lots of local users connecting to this machine to send mail 
(using their machine name as the HELO) then I don't think I can turn this on 
so I've never looked into it.   But out of the box I think that courier 
will accept mail for valid users from anywhere, which is why accepting mail 
for ANY user seems like a bad idea to me.  But hey, as my wife can tell you, 
I'm wrong all the time, so let me know if I've misunderstood how all this 
works! :-)

Jeff Jansen



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


[courier-users] Re: Supressing 550 User Unknown messages

2003-12-09 Thread courier
Jeff Jansen writes: 

On Tuesday 09 December 2003 06:15, [EMAIL PROTECTED] wrote:
Courier does not like esmtp HELO/EHLO from internal smtp engines of
viruses/spammers, so spam will not be too much.
H, if you're right then that would be great.  I assume that you can turn 
on this sort of reverse lookup if you want but I don't think it's on by 
default. 

[EMAIL PROTECTED] jeff]$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 superman.ivb.sil.org ESMTP
helo big_fat_ugly_spammer
250 superman.ivb.sil.org Ok.
helo [EMAIL PROTECTED]
250 superman.ivb.sil.org Ok.
quit
221 Bye.
Connection closed by foreign host.
[EMAIL PROTECTED] jeff]$  

Thats ok. But there is why courier reject most of emails from 
viruses/spammers: 

[EMAIL PROTECTED] root]# telnet 212.116.138.35 25
Trying 212.116.138.35...
Connected to bgoffice.pro-technica.com (212.116.138.35).
Escape character is '^]'.
220 bgoffice.pro-technica.com ESMTP
helo me
250 bgoffice.pro-technica.com Ok.
mail from: [EMAIL PROTECTED]
554 Syntax error - your mail software violates RFC 821.
mail from: [EMAIL PROTECTED]
517-Domain does not exist: mydomain.notexist.com.
517 Invalid domain, see URL:ftp://ftp.isi.edu/in-notes/rfc1035.txt
quit
221 Bye. 

All spans and viruses that I receive last few months are with sender address 
like [EMAIL PROTECTED] or [EMAIL PROTECTED] and are to email 
address that exist in most domains: office@ sales@ .
And all this spam finish with double bounce to postmaster. When courier try 
to send bounce to [EMAIL PROTECTED] yahoo.com answer is 550 User 
unknown, so double bounce to postmaster@ i generated. 

--
Svetozar Mihailov 



---
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] Re: Supressing 550 User Unknown messages

2003-12-09 Thread Jeff Jansen
On Tuesday 09 December 2003 10:33, [EMAIL PROTECTED] wrote:
 mail from: [EMAIL PROTECTED]
 517-Domain does not exist: mydomain.notexist.com.
 517 Invalid domain, see URL:ftp://ftp.isi.edu/in-notes/rfc1035.txt

You have BOFHCHECKDNS=1 set in /etc/courier/esmtpd.  You're right; this 
works fine.  My mistake; I misunderstood your original post.  I thought you 
were just talking about the HELO, not the return address.

Jeff Jansen



---
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] Fwd: NOTICE: mail delivery status.

2003-12-09 Thread Ricardo Kleemann

Yes... strange! :-(

This happened yesterday, I tried multiple times to post a
message (always from the same account and same server) and
they would bounce.

I've seen this happen in the past. I don't know if I have
something misconfigured with my server, it happens very
rarely, and then towards the end of the day the list will
start accepting the post again. This is strange and
annoying. :-(

Is this a feature of courier, that it checks/verifies the
sender address (which, btw, has always been a perfectly
valid address)


 Wild... you're emailing this list with a rejection from
the list saying you can't email  it? Neat trick :-)Did you
send these messages from different servers or different 
 accounts?

==

Hello,

Does anyone know why I'm getting the error below? This
started happening all of a sudden. The sender address is
[EMAIL PROTECTED], which is a valid address...

Is this an error message generated by courier? If so, how
can courier be configured to test/check sender addresses?

Also, Please read below the original message I've been
trying to post, but which is getting bounced.

Thanks for your help.

Ricardo

- Message Forwarded on 12/08/03 09:19 pm -
From: Courier mail server at americasnet.com @
To: [EMAIL PROTECTED]
Subject: NOTICE: mail delivery status.
Date: Mon, 08 Dec 2003 12:02:26 -0800




This is a delivery status notification from
mail1.americasnet.com, running the Courier mail server,
version 0.43.1.

The original message was received on Mon, 08 Dec 2003
12:02:24 -0800 from server2.americasnet.com (localhost
[:::127.0.0.1])


---

   UNDELIVERABLE MAIL

Your message to the following recipients cannot be
delivered:

[EMAIL PROTECTED]:
mail.sourceforge.net [66.35.250.206]:
  RCPT TO:[EMAIL PROTECTED]
 550 Sender verify failed


---

If your message was also sent to additional recipients,
their delivery status is not included in this report.  You
may or may not receive other delivery status notifications
for additional recipients.

The original message follows as a separate attachment.





---
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] Howto: Virtual mail users on courier

2003-12-09 Thread Bowie Bailey
From: Dave Kliczbor [mailto:[EMAIL PROTECTED]
 
 After I did not find any howto to create virtual mail hosting on
 courier besides the standard installation documentation, I tinkered
 around on my own server and logged what I did. Then I added some
 comments and put the whole thing online on
 http://da.andaka.org/Doku/courier-vmaildir.html
 
 Before I release the document into the public (i.e. advertising
 it) I'd like to discuss it with people who know Courier.
 
 So, I'd be delighted if some people on this list read that document
 and give me some feedback (and typo and grammar correction, as I'm
 german).

I didn't notice any typos or grammar problems on a quick read through.
I did come up with a couple of other questions/suggestions.


#1
Do NOT use dots in the directory names! It somehow confuses at
least one part of the courier mail suite. Instead, substitute
dots with e.g. dashes.

What problems did you have with dots?  All of my domain directories
have dots and I've never run into any problems.


#2
userdb maligree-yi-org/[EMAIL PROTECTED] set home=/var/mail \
mail=/var/mail/domains/maligree-yi-org/maligree/ uid=8 gid=8

Unless you have a compelling reason to do otherwise, it's usually a
good idea not to specify the 'mail' attribute in userdb.  It causes
headaches because the maildir is not in the default location.  It's
better to just specify the home directory and let the maildir default
to $HOME/Maildir.

It looks like you are also making the home directory be the same for
everyone.  If you give everyone their own home directory, then
Courier can manage their .courier and .mailfilter files separately.

In your case, I would rather do this:
home=/var/mail/domains/maligree-yi-org/maligree/

And if you create an /etc/courier/maildroprc file like this:
xfilter spamc
if (/^X-Spam-Level: *.*$/)
{
  to ./Maildir/.Spam
}

Then you have almost the same delivery setup with much less work.
Any non-spam email will be filtered through $HOME/.mailfilter if it
exists.  With no other delivery instructions, mail is automatically
delivered to $HOME/Maildir.


#3
echo |spamc |maildrop /var/mail/.maildroprc .courier

If you set maildrop as DEFAULTDELIVERY in /etc/courier/courierd, then
you don't have to specify it in everyone's .courier file.  And with
the directory structure I mentioned above, you don't need to specify
the maildroprc location.  Also see above for an alternate way to call
spamc.

Just keep in mind that if a .courier file exists in the user's home
directory, it will override the delivery instructions in courierd.


Hopefully this is helpful.

Bowie


---
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] How fast is a message supposed to be processed and then appear in maillog?

2003-12-09 Thread Ricardo Kleemann
Hi,

In my continued quest to better understand how courier's
queue processing works, I'd like to understand what controls
how/when a message that is in the queue actually gets
processed and sent out (this of course is for outbound
smtp).

I've been running some tests, sending out messages, and
sometimes a message gets processed (and its delivery logged
in the maillog) almost immediately. However, sometimes a
message goes into the queue (is visible in mailq), however
doesn't actually get delivered for a couple of minutes. I've
actually had it such that messages got stuck in mailq for
tens of minutes.

Doesn't make much sense to me, I'd just like to understand
what parameters control that and how I can try to tune
courier.

Thanks
Ricardo


---
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] Fwd: NOTICE: mail delivery status.

2003-12-09 Thread Jeff Jansen
On Tuesday 09 December 2003 14:49, Ricardo Kleemann wrote:
 Is this a feature of courier, that it checks/verifies the
 sender address (which, btw, has always been a perfectly
 valid address)

 Your message to the following recipients cannot be
 delivered:

 [EMAIL PROTECTED]:
 mail.sourceforge.net [66.35.250.206]:
   RCPT TO:[EMAIL PROTECTED]
  550 Sender verify failed

I think that the 550 is the response from mail.sourceforge.net.  Your 
courier server tried to send your message and the server at the other end 
refused and returned 550 Sender verify failed.  So courier sent the message 
back to you as undeliverable.

Something happened at sourceforge's end that they didn't like your return 
address - but only certain times.  DNS weirdness???

Jeff Jansen



---
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] Re: courierfilter permission problems (Mail filters temporarily unavailable)

2003-12-09 Thread Gordon Messmer
Mirko Zeibig wrote:
On Mon, Dec 08, 2003 at 09:29:12AM -0800, Gordon Messmer wrote:

Mirko Zeibig wrote:

Using SMTP was no problem but sending email via mutt (using sendmail) 
ended in
permission problems, so I uninstalled the python-filters again.
Are you also on a Debian system?


Nope, I tried the filters on a RedHat 9 System, but did choose to not compile
mysql- and fax-support so I have changed the spec-file a bit.
... Haven't had any permissions trouble when using the courier rpm build.

WRT the spec, you know that the current versions of the rpm build script 
allow you to rpmbuild --without fax --without mysql -ta 
courier-ver.tar.gz, right?  No spec file hacking is required.



---
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] Fwd: NOTICE: mail delivery status.

2003-12-09 Thread Roland
--On Dienstag, 9. Dezember 2003 15:16 + Jeff Jansen [EMAIL PROTECTED]
wrote:

 On Tuesday 09 December 2003 14:49, Ricardo Kleemann wrote:
 Is this a feature of courier, that it checks/verifies the
 sender address (which, btw, has always been a perfectly
 valid address)
 
 Your message to the following recipients cannot be
 delivered:
 
 [EMAIL PROTECTED]:
 mail.sourceforge.net [66.35.250.206]:
   RCPT TO:[EMAIL PROTECTED]
  550 Sender verify failed
 
 I think that the 550 is the response from mail.sourceforge.net.  Your 
 courier server tried to send your message and the server at the other end 
 refused and returned 550 Sender verify failed.  So courier sent the
 message  back to you as undeliverable.
 
 Something happened at sourceforge's end that they didn't like your return 
 address - but only certain times.  DNS weirdness???

Sourceforge introduced the 'callback' some moths ago.
Check your logs (as you always should before posting...) and you may see
a connect from there at the same time.

If you dont see anyting it was probably because you server was unreachable
like just now. mail1.americasnet.com has a delay of at least 30 seconds
until the greeting appears and mail2.americasnet.com just sits there without
any greeting at all for 2 minutes:

# telnet 38.118.152.247 25
Trying 38.118.152.247...
telnet: Unable to connect to remote host: Connection timed out

You are probably using defunct dnsbl or something alike.
Additionally the identical priority of your mx prevents a fallback, one
good configured mailserver is still better than two messed up boxes ;)

Roland



---
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] searchable courier-users archive?

2003-12-09 Thread Joris
Hi,

Is this mailinglist archived somewhere with a search function?

The sourceforge archive/forum is not very handy...

-- 
  Greetings
  Joris 
  [EMAIL PROTECTED] - pgp/gpg key id: 91016988


---
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] auto create homedir

2003-12-09 Thread Joris
Hi,


I'm looking for a way to get (virtual) user's homedirs automatically
created upon login or mail delivery.


There is http://www.commedia.it/ccontavalli/#courier-authmkhome, but it
appears unmaintained. Does it still work?

Are there any other (preffered/better/builtin) options?

-- 
  Greetings
  Joris 
  [EMAIL PROTECTED] - pgp/gpg key id: 91016988


---
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] searchable courier-users archive?

2003-12-09 Thread Tim Hunter
Joris wrote:
 Hi,
 
 Is this mailinglist archived somewhere with a search function?

 http://www.riverside.org/archive/html/courier-users/

 
 The sourceforge archive/forum is not very handy...


---
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] searchable courier-users archive?

2003-12-09 Thread Scott
Joris wrote:
Hi,

Is this mailinglist archived somewhere with a search function?

The sourceforge archive/forum is not very handy...

My personal fave is:

http://www.mail-archive.com/[EMAIL PROTECTED]/

-Scott



---
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] Courier + mailman, revisited

2003-12-09 Thread David Gomillion
I am currently working on using mailman on my courier server.  I seem to
be having some issues with the alias stuff.

According to Eric Pare's email on Sun, 21 Sep 2003 12:00:54 -0700, the
aliases I am using should work, I think...

In /usr/lib/courier/etc/aliases/lists:

[EMAIL PROTECTED]: |/usr/local/mailman/mail/mailman post
all_employees

The strange thing is not so much that it doesn't work as it sends me
back: 

The following recipient(s) could not be reached:

  '[EMAIL PROTECTED]' on 12/9/2003 2:32 PM
550 User unknown.

The interesting thing is that I have a catch-all address, so it would
seem that it should end up there at the very least...

I have tried the following variants:
[EMAIL PROTECTED]: |/usr/local/mailman/mail/mailman post
all_employees
[EMAIL PROTECTED]: |/usr/local/mailman/mail/mailman post
all_employees
[EMAIL PROTECTED]: | /usr/local/mailman/mail/mailman post
all_employees
[EMAIL PROTECTED]:tab|/usr/local/mailman/mail/mailman post
all_employees
[EMAIL PROTECTED]:tab|/usr/local/mailman/mail/mailman post
all_employees
[EMAIL PROTECTED]:tab| /usr/local/mailman/mail/mailman post
all_employees

And, yes, I ran makealiases between each of the tries.  I also tried
restarting courier.  

I am running userdb with all virtual domains.  Only around 100 users.
RedHat 9.  Plenty of horsepower.  

I'm pretty much stumped.  Any help anybody can lend would be
appreciated.  

Thanks,
David Gomillion



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


[courier-users] Re: How fast is a message supposed to be processed and then appear in maillog?

2003-12-09 Thread Sam Varshavchik
Ricardo Kleemann writes:

I've been running some tests, sending out messages, and
sometimes a message gets processed (and its delivery logged
in the maillog) almost immediately. However, sometimes a
message goes into the queue (is visible in mailq), however
doesn't actually get delivered for a couple of minutes. I've
actually had it such that messages got stuck in mailq for
tens of minutes.
The initial delivery attempt failed, and was rescheduled.  See your maillog 
for further information.



pgp0.pgp
Description: PGP signature


[courier-users] Re: auto create homedir

2003-12-09 Thread Sam Varshavchik
Joris writes:

Hi,

I'm looking for a way to get (virtual) user's homedirs automatically
created upon login or mail delivery.
There is http://www.commedia.it/ccontavalli/#courier-authmkhome, but it
appears unmaintained. Does it still work?
Are there any other (preffered/better/builtin) options?
The preferred option is to fix your account provisioning system, or whatever 
creates the original account in the first place, to create and initialize 
the home directory and the maildir as well.




pgp0.pgp
Description: PGP signature


[courier-users] Re: Courier + mailman, revisited

2003-12-09 Thread Sam Varshavchik
David Gomillion writes:

In /usr/lib/courier/etc/aliases/lists:

[EMAIL PROTECTED]: |/usr/local/mailman/mail/mailman post
all_employees
The strange thing is not so much that it doesn't work as it sends me
back: 

The following recipient(s) could not be reached:

  '[EMAIL PROTECTED]' on 12/9/2003 2:32 PM
550 User unknown.
For this to work, domain.tld must be listed in the hosteddomains file, and 
not locals.

If you have not already done so, you need to read the courier(8) man page 
until you understand the difference between locals and hosteddomains.  Do 
not proceed any further until you understand that fully.



pgp0.pgp
Description: PGP signature


Re: [courier-users] Re: How fast is a message supposed to be processed and then appear in maillog?

2003-12-09 Thread Ricardo Kleemann

Well, it doesn't seem to happen that way. When the scenario
below happens, all I'll see in the maillog is the initial
connect (newmsg log line), and won't see ANY more
information about that particular message id.

That is why I'm confused about this.

Next time I catch that, I'll post it to the list again, with
more detailed info.

Ricardo
- Original Message Follows -
 
 
 Ricardo Kleemann writes:
 
  I've been running some tests, sending out messages, and
  sometimes a message gets processed (and its delivery
  logged in the maillog) almost immediately. However,
  sometimes a message goes into the queue (is visible in
  mailq), however doesn't actually get delivered for a
  couple of minutes. I've actually had it such that
  messages got stuck in mailq for tens of minutes.
 
 The initial delivery attempt failed, and was rescheduled. 
 See your maillog  for further information.
 
 
 
 [Attachment: [EMAIL PROTECTED]


---
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] Courier Question

2003-12-09 Thread FSWD
Hello Everyone,

I have a very simple question today for you guys, I hope.  I just recently decided to 
setup courier so I instlaled all the software and I build the rpm.  I am using MySQL 
with it and amd using courier for my virtual users only, not real system users.  I 
have a database called mail in mysql, and three tables, aliases, domains, and 
mailboxes.  Since aliases and domains aren't apart of my problem, the layout of 
mailboxes only is 
username,password,name,maildir,quota,domain,create_date,change_date,active.  
Everything is working fine.  I installed courier-imap and then courier-imap-mysql just 
find by the rpms i built.  After I installed those two packages I edited authdaemonrc 
to:

authmodulelist=authmysql
authmodulelistorig=authcustom authcram authuserdb authldap authpgsql authmysql 
authpam
daemons=5
version=authdaemond.mysql

with everything else default.  Then i proceeded to change authmysqlrc to:

MYSQL_SERVERlocalhost
MYSQL_USERNAME  root
MYSQL_PASSWORD  mypwd
# MYSQL_SOCKET  /var/mysql/mysql.sock
#MYSQL_PORT 0
MYSQL_OPT   0
MYSQL_DATABASE  mail
#MYSQL_CRYPT_PWFIELDcrypt
MYSQL_CLEAR_PWFIELD password
MYSQL_UID_FIELD '101'
MYSQL_GID_FIELD '103'
MYSQL_LOGIN_FIELD   username
MYSQL_NAME_FIELDname
MYSQL_MAILDIR_FIELD maildir
DEFAULT_DOMAIN  fast-build.com

and everything else default (i think i got eerything though).  Note for maildir I keep 
all my virtual mail in /mail/virtual with folders under the actual mail address, like 
[EMAIL PROTECTED]  And lastly I edited my imapd file with the following values changed:

ADDRESS=127.0.0.1
AUTHMODULES=authdaemon

Those are the only two things worth nothing in that file I believe.  Now heres my 
problem.  Since I'm on windows and my server is hooked up to my network I can access 
it two ways.  I can go directly through the network to the server by using the routers 
assigned IP, or I can use my IP assigned to the route and have the signal sent to the 
server cus I have it setup to forward all requests on port 143 to the server.  When I 
connect through the network I can connect just find, and log in as a user so Mysql is 
setup correctly and everything, but when i try and use my actual IP address, 
63.127.45.55, I can't connect, and it just times out.  I have tried playing around 
with the ip setting in imapd but i keeps giving me errors if i don't set it to the 
loopback ip or 0, whatever that means.  I would read logs but I'm not sure what log 
the info is in that pertains to this problem.  My server is setup as follows.  It's 
redhat linux 7.3 with postfix 2.0.16 and courier-imap 2.2.1.  If anyone could help me 
out with this, give me some pointers on how to make it let me connect outside my home 
network, that would be great.  

Thanks again,
Dan








áŠÄ…ë^™¨¥ŠË)¢{(­ç[ȀL.)îÅ;­¢¸š–À^r‰žjw±¥êíŠrÈ5Eè®;¬¶ÈZ®—§Ê‹«²H¥–Ä¢‚{©~ŠÈË­ç‹Š{±Nëh®¥°·š®w¯z¼­†)à~º¶›jÈl…ée¶‹2±§fŠp¥‰É'£m¶ŸÿiÛ(±ÙÜ¢oÚv'uÛ¿–Z‰Ý÷ïZ)rXœ‘Ê.®'«ºÇ«²f¢–)à–+-r‹«‰êî±êì–+-²Ê.­ÇŸ¢¸ëTžË›±Êâmèm¶›?þX¬¶Ë(º·~Šàzw­þX¬¶ÏåŠËbú?r‹«‰êî±êì