Num ber | 10 May 2006 14:54
Picon
Favicon

Re: [Courier-maildrop] Postfix + Mysql and Maildrop ??

I'm sorry, i can reply only now....

But thanks for your reply

>Num ber wrote:
>>Yes i know, but i'm only want to test the mailserver..
>>the right was stored in mysql (uid and gid) and when all work, i can use a 
>>different chmod
>>But before, i would like to see if all work good..
>
>I understand. but once things work, people often forget to get back to the 
>original setup. anyway, the chmod won't help you at all, so there's no 
>point in doing it. your maildrop is not trying to do anything.

Yes, i' have changed the chmod ;-)

>>>- the postfix user and/or group have nothing to do here. they must solely 
>>>be used inside postfix.
>>>use the group of the "vmail" user (the user used in user= options to run 
>>>maildrop in master.cf).
>>
>>Like this :
>>
>>./configure --enable-auth-lib --enable-trusted-users=root 
>>--enable-trusted-groups=vmail
>>
>please use --enable-trusted-groups=mail, and add vmail to your mail group 
>if not already (it must be on the line starting with "mail:" in 
>/etc/group).
>
(Continue reading)

Steve Quezadas | 11 May 2006 17:21

Can maildrop forward to a large number of recipients?

Hello,

Basic question. But does maildrop have a capability of forwarding an 
email to a large number of recipients? IE, if I write to a particular 
email address from a particular email address, can it forward to, say, a 
thousand people?

procmail limits the maximum number of people to the maximum characters 
handled by the shell. I was wondering if maildrop does it differently.

- Steve

PS (No, I am not spamming. This is for a newsletter that people sign up for)

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Jay Lee | 11 May 2006 17:31
Favicon

Re: Can maildrop forward to a large number of recipients?

Steve Quezadas wrote:
> Hello,
>
> Basic question. But does maildrop have a capability of forwarding an 
> email to a large number of recipients? IE, if I write to a particular 
> email address from a particular email address, can it forward to, say, 
> a thousand people?
>
> procmail limits the maximum number of people to the maximum characters 
> handled by the shell. I was wondering if maildrop does it differently.
>
> - Steve
>
> PS (No, I am not spamming. This is for a newsletter that people sign 
> up for)
I'm not aware of any limits however maildrop is really not a great tool 
for maintaining a mailing list (your using a hammer to put in the 
screw...)  I would recommend you look at either Courier's built in 
mailing list software or mailman.

Jay

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Steve Quezadas | 12 May 2006 04:20

Documentation on the "to" command

Hello,

I am trying to find the documentation for this, but it's not on the 
homepage. Also, this is a difficult term to search for in 
google/maillist because of it's ubiquity.

Basically, if a user receives a certain email, I need the email to relay 
to a list of people in file /var/list.txt. So the recipe looks something 
like:

if ( /^From: joe <at> example.com/ )
{
to /people/in/var/list.txt
}

I know the "to" command is meant for a particular email list, but is 
there a similar command for forwarding to the whole list? If someone can 
just point me in the right direction of where the documentation is, I'd 
much appreciate it.

I was thinking of using mailman, but it seems a bit overkill since this 
is a one-way newsletter that goes out every month or so.

- Steve

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)

Sam Varshavchik | 12 May 2006 04:39
Gravatar

Re: Documentation on the "to" command

Steve Quezadas writes:

> I was thinking of using mailman, but it seems a bit overkill since this 
> is a one-way newsletter that goes out every month or so.

Then you need to use a real mailing list manager, instead of hacking 
something together, with glue and duct tape.

Kilian | 15 May 2006 02:33
Picon

Maildrop/MySQL - ERR: authdaemon: s_connect() failed: Connection refused

Hello all,

I'm running Debian Sarge and have installed the packages necessary to
run Postfix, courier-authdaemon and courier-imap with all user
information stored in a MySQL database. I've followed the instructions
on http://workaround.org/articles/ispmail-sarge/

However, this setup does not use maildrop to deliver mails; as I
appreciate maildrops filtering capabilites, I would like to get it to
handle the final delivery.

Without maildrop, delivery works just fine. When I use maildrop, I get
this in the logs:

May 13 16:44:28 fook postfix/pipe[18070]: 7C5969AC140:
to=<xxx <at> xxx.xxx>, relay=maildrop, delay=0, status=deferred (temporary
failure. Command output: ERR: authdaemon: s_connect() failed:
Connection refused /usr/local/courier-maildrop/bin/maildrop: Temporary
authentication failure. )

This is also what I get when I run maildrop from the command line, e.g:
$ /usr/local/courier-maildrop/bin/maildrop -d xxx <at> xxx.xxx -V
ERR: authdaemon: s_connect() failed: Connection refused
/usr/local/courier-maildrop/bin/maildrop: Temporary authentication failure.

But authdaemond is running and Courier IMAP works...

When I use the package courier-maildrop from Debian, I get

temporary failure. Command output: /usr/bin/maildrop: Invalid user 
(Continue reading)

Sam Varshavchik | 17 May 2006 00:43
Gravatar

Re: Maildrop/MySQL - ERR: authdaemon: s_connect() failed: Connection refused

Kilian writes:

> Hello all,
> 
> I'm running Debian Sarge and have installed the packages necessary to
> run Postfix, courier-authdaemon and courier-imap with all user
> information stored in a MySQL database. I've followed the instructions
> on http://workaround.org/articles/ispmail-sarge/
> 
> However, this setup does not use maildrop to deliver mails; as I
> appreciate maildrops filtering capabilites, I would like to get it to
> handle the final delivery.
> 
> Without maildrop, delivery works just fine. When I use maildrop, I get
> this in the logs:
> 
> May 13 16:44:28 fook postfix/pipe[18070]: 7C5969AC140:
> to=<xxx <at> xxx.xxx>, relay=maildrop, delay=0, status=deferred (temporary
> failure. Command output: ERR: authdaemon: s_connect() failed:
> Connection refused /usr/local/courier-maildrop/bin/maildrop: Temporary
> authentication failure. )
> 
> This is also what I get when I run maildrop from the command line, e.g:
> $ /usr/local/courier-maildrop/bin/maildrop -d xxx <at> xxx.xxx -V
> ERR: authdaemon: s_connect() failed: Connection refused
> /usr/local/courier-maildrop/bin/maildrop: Temporary authentication failure.
> 
> But authdaemond is running and Courier IMAP works...
> 
> But I think that is because this maildrop version is not compiled with
(Continue reading)

mouss | 14 May 2006 02:40
Favicon

Re: Documentation on the "to" command

Steve Quezadas wrote:
> Hello,
>
> I am trying to find the documentation for this, but it's not on the 
> homepage. Also, this is a difficult term to search for in 
> google/maillist because of it's ubiquity.
>
> Basically, if a user receives a certain email, I need the email to 
> relay to a list of people in file /var/list.txt. So the recipe looks 
> something like:
>
> if ( /^From: joe <at> example.com/ )
> {
> to /people/in/var/list.txt
> }
>
>
> I know the "to" command is meant for a particular email list, but is 
> there a similar command for forwarding to the whole list? If someone 
> can just point me in the right direction of where the documentation 
> is, I'd much appreciate it.
>
> I was thinking of using mailman, but it seems a bit overkill since 
> this is a one-way newsletter that goes out every month or so.
You can start by writing a perl script to post your NL. but as time 
goes, you'll need more and more features. and your hacks will be more 
overkill than the available ML software.

That said, I agree that mailman, sympa, ... are overkill. time to write 
new ML management software?
(Continue reading)

albert | 31 May 2006 19:54
Picon

maildrop filter problem

Hi

I have installed postfix/mysql and maildrop and I have used spamassassin of 
the mailfilters.

1) options

When I changed in the virtual transport to maildrop and send mail to 
test <at> mydomain.com without spam the messages is a delivered to user test.
--- cut ---
May 31 12:41:36 cerber postfix/qmgr[19475]: F11D85CDB: removed
[2May 31 12:41:47 cerber postfix/pipe[19493]: A54DD5EF7: 
to=<test <at> cablenet.one.pl>, relay=maildrop, delay=12, status=sent 
(cablenet.one.pl) 
-- cut ---
2) options 

when I send e-mail with gtube spam in my log I have this error:

May 31 12:51:16 cerber postfix/pipe[19614]: CAD705CDB: 
to=<test <at> cablenet.one.pl>, relay=maildrop, delay=13, status=deferred 
(temporary failure. Command output: /usr/local/bin/maildrop: Unable to open 
mailbox 

in directory /usr/local/virtual/.mailfilters/ is a mailfilter 
test <at> cablenet.one.pl
and it's have this rule:

if ( $SIZE < 26144 )
{
(Continue reading)


Gmane