Ben Rosengart | 1 Aug 2002 07:35
Picon
Favicon

Re: Re: how does maildrop decide what auth method to use?

On Wed, Jul 31, 2002 at 05:38:36PM -0400, Sam Varshavchik wrote:
> Ben Rosengart writes: 
> 
> >On Wed, Jul 31, 2002 at 03:18:33AM -0400, Sam Varshavchik wrote:
> >>On Wed, 31 Jul 2002, Ben Rosengart wrote: 
> >>
> >>> Hmm, now I have another problem.  Maildrop reads the userdb ok,
> >>> but it doesn't honor "mail=/path/to/maildir"; instead it just looks
> >>> at "home=/path", chdirs to /path, and dumps the mail into a regular
> >>> file called Maildir.  What's going on? 
> >>
> >>More than likely your recipe explicitly delivers the mail to ./Maildir.
> >
> >I did not install any recipe.  It doesn't look to me like maildrop
> >is finding any default recipe shipped with courier, either. 
> 
> Check the authentication modules settings. 

In what file?

# kdump| grep -w NAMI | egrep -v '(lib/|ktrace)'
  6307 maildrop NAMI  "/etc/ld.so.conf"
  6307 maildrop NAMI  "/etc/malloc.conf"
  6307 maildrop NAMI  "/pkg/courier-0.39.1/etc/userdb.dat"
  6307 maildrop NAMI  "/etc/nsswitch.conf"
  6307 maildrop NAMI  "/etc/pwd.db"
  6307 maildrop NAMI  "/etc/pwd.db"

These are the only files besides libraries that maildrop even
attempts to read.
(Continue reading)

Sam Varshavchik | 1 Aug 2002 07:54
Gravatar

Re: how does maildrop decide what auth method to use?

Ben Rosengart writes: 

> On Wed, Jul 31, 2002 at 05:38:36PM -0400, Sam Varshavchik wrote:
>> Ben Rosengart writes:  
>> 
>> >On Wed, Jul 31, 2002 at 03:18:33AM -0400, Sam Varshavchik wrote:
>> >>On Wed, 31 Jul 2002, Ben Rosengart wrote: 
>> >>
>> >>> Hmm, now I have another problem.  Maildrop reads the userdb ok,
>> >>> but it doesn't honor "mail=/path/to/maildir"; instead it just looks
>> >>> at "home=/path", chdirs to /path, and dumps the mail into a regular
>> >>> file called Maildir.  What's going on? 
>> >>
>> >>More than likely your recipe explicitly delivers the mail to ./Maildir.
>> >
>> >I did not install any recipe.  It doesn't look to me like maildrop
>> >is finding any default recipe shipped with courier, either.  
>> 
>> Check the authentication modules settings. 
> 
> In what file? 
> 
> # kdump| grep -w NAMI | egrep -v '(lib/|ktrace)'
>   6307 maildrop NAMI  "/etc/ld.so.conf"
>   6307 maildrop NAMI  "/etc/malloc.conf"
>   6307 maildrop NAMI  "/pkg/courier-0.39.1/etc/userdb.dat"
>   6307 maildrop NAMI  "/etc/nsswitch.conf"
>   6307 maildrop NAMI  "/etc/pwd.db"
>   6307 maildrop NAMI  "/etc/pwd.db" 
> 
(Continue reading)

zenn | 1 Aug 2002 16:39
Picon

maildrop+qmail intergration in gateway/relay environment

all..

can someone point me to a maildrop+qmail readme ?
i need to setup spamassassin with qmail when qmail is used as a
gateway/relay mail server
i'm a little confused how to intergrate maildrop into qmail so i can filter
mail on a sitewide basis.
(no user mailbox's on server)
any help would be appreciated

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Ben Rosengart | 1 Aug 2002 17:41
Picon
Favicon

Re: Re: how does maildrop decide what auth method to use?

On Thu, Aug 01, 2002 at 01:54:53AM -0400, Sam Varshavchik wrote:
> 
> The version of maildrop bundled with Courier behaves differently than the 
> standalone version - the account information is read from environment 
> variables.  I don't know what you did, but you should not even be seeing 
> maildrop reading userdb.dat at all, Courier would do that, and provide the 
> required information (home directory, default mailbox, etc...) via 
> environment variables.  Either you've messed up and installed the 
> standalone build of maildrop with Courier, or Courier's authuserdb module 
> is not being used. 

Sounds like I need to reinstall the standalone version.  I built the
suite in order to use maildrop, courierpop, and courierimap; I'm not
using your MTA.  If courierpop were available separately like
courierimap, I wouldn't have built the suite at all.

--

-- 
Ben Rosengart     (212) 741-4400 x215

Microsoft has argued that open source is bad for business, but you
have to ask, "Whose business?  Theirs, or yours?"    --Tim O'Reilly

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Michael Leone | 1 Aug 2002 17:51

Re: Re: how does maildrop decide what auth method to use?


Ben Rosengart said:

> Sounds like I need to reinstall the standalone version.  I built the
> suite in order to use maildrop, courierpop, and courierimap; I'm not
> using your MTA.  If courierpop were available separately like
> courierimap, I wouldn't have built the suite at all.

I use Courier POP, Courier IMAP, and standalone Maildrop, using postfix as
MTA, not Courier MTA. All came as separately available packages, from
Debian unstable. I didn't have to compile anything.

Sounds like it might be a packaging issue.

--

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>
          AIM: MikeLeone

These are the memories which make me a wealthy soul ...

Random Thought:
--------------

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Ben Rosengart | 1 Aug 2002 19:05
Picon
Favicon

Re: Re: how does maildrop decide what auth method to use?

On Thu, Aug 01, 2002 at 11:51:50AM -0400, Michael Leone wrote:
> 
> I use Courier POP, Courier IMAP, and standalone Maildrop, using postfix as
> MTA, not Courier MTA. All came as separately available packages, from
> Debian unstable. I didn't have to compile anything.
> 
> Sounds like it might be a packaging issue.

Sam offers sqwebmail, maildrop, and courier-imap as standalone
packages, but not courier-pop, as far as I can tell.  Some Debian
maintainer did the work of packaging courier-pop separately.  That's
nice for Debian users, but it doesn't help me.

Some of us like compiling everything ourselves, btw.  Not only is it
often necessary in a large and complex enough environment, it's also a
nice way to get some familiarity with how the software is structured.

--

-- 
Ben Rosengart     (212) 741-4400 x215

Microsoft has argued that open source is bad for business, but you
have to ask, "Whose business?  Theirs, or yours?"    --Tim O'Reilly

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Sam Varshavchik | 1 Aug 2002 19:19
Gravatar

Re: how does maildrop decide what auth method to use?

Ben Rosengart writes: 

> On Thu, Aug 01, 2002 at 11:51:50AM -0400, Michael Leone wrote:
>> 
>> I use Courier POP, Courier IMAP, and standalone Maildrop, using postfix as
>> MTA, not Courier MTA. All came as separately available packages, from
>> Debian unstable. I didn't have to compile anything. 
>> 
>> Sounds like it might be a packaging issue.
> 
> Sam offers sqwebmail, maildrop, and courier-imap as standalone
> packages, but not courier-pop, as far as I can tell.  Some Debian
> maintainer did the work of packaging courier-pop separately.  That's
> nice for Debian users, but it doesn't help me.

The POP3 server is in the Courier-IMAP package. 

--

-- 
Sam 

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Picon
Favicon

Filter send messages

Hi, everybody!!!
I'm just start to work with maildrop and I wrote some rules for incomming messages, but but how to do it for all
send messages?

Thanks, Alexandre Gonçalves Jacarandá

---------------------------------------
Alexandre Gonçalves Jacarandá
Consultor de Tecnologia de Informação
Linux Associates Ltda.
Tel.: 0 ** 21 2223-3346
www.linuxassociates.com.br

Alguns caminham pelo arco,
eu caminho pela reta.

--

-- 
__________________________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup

Get 4 DVDs for $.49 cents! plus shipping & processing. Click to join.
http://adfarm.mediaplex.com/ad/ck/990-1736-3566-59

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Mark Weinem | 2 Aug 2002 03:06
Picon

Re: newb question

On Wed, 31 Jul 2002, Wm. Dean Dufresne wrote:

> I can't find any documentation on how to actually get maildrop running.
> or is it already?  Please help, thank you.

Which software do you want maildrop to work with?

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
monali vasant rakibe | 2 Aug 2002 09:11
Favicon

Installation problem

Hello!!!
1)I am facing a problem with maildrop, initially maildrop was 
installed but cud not be configured i.e for those users whose 
./qmail file had the entry |maildrop the mails are not deliverd at 
all, is it because maildrop is not installed properly,
I thought that this could be the reason so tried installing 
maildrop
i have been doing these changes in config.h file
     * change DEFAULT_DEF to: #define DEFAULT_DEF ``./Maildir''
     * add this line: #define MAILBOX_MODE ``0600''
     * change TRUSTED_USERS to: #define TRUSTED_USERS ``root mail 
daemon qmaild alias''
(hey what quotes should these be "./Maildir" or ''maildir'' or 
``maildir``)
the error i get on using make command after this  is:
"no rule to make target'../rfc822/librfc822.a',needed by 
'maildrop'.stop
2)What is the best and right way to start the maildrop service 
after installation
Thanks
monali

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

Gmane