Hello,
I have a post-office platform based on
Postfix-2.5.2+Courier-IMAP-4.0.1-Courier-authlib-0.53+MySQL-5.0.33.
Can someone give some hint on how enable (and verify that works) quota
on mailboxes?
Thanks,
rocsca
-
This S
> Put this in your maildroprc or .mailfilter file:
>
> to "/var/spool/mail/$LOGNAME"
>
> This will tell maildrop where to deliver the message.
> LOGNAME will be replaced by the username of the recipient.
> If you do not want this to happen with all users, you will
> need to either put th
To: courier-users@lists.sourceforge.net
> Subject: Re: [courier-users] Avoiding local messages delivery
> to maildrop
>
> Rocco Scappatura wrote:
> > > > So local messages are managed also by maildrop.
> > > >
> > > > How can avoid this?
> >
> > Since I ve installed maildrop I no more get overquota message of
> > postfix, but I get a message like this:
> >
> > < dev.stt.test #5.0.0 X-Postfix; permission denied. Command output:
> > maildirmake:/home/virtual/nomesito.it/ciccio/: File
> exists maildrop:
> > maildir overquota.>
> > So local messages are managed also by maildrop.
> >
> > How can avoid this?
>
> Courier doesn't provide a facility for deciding what MDA to
> use, based on the sender. Conditional processing should be
> handled within the MDA.
>
> Why would you not want maildrop to handle "local" messages
Hello,
I ve a Postfix+MySQL+Maildrop mail system setup.
I have noted that the I don't receive postmaster messages.
Indeed I saw that also the local messages are delivered to maildrop.
Infact i see in the log of maildrop:
/usr/local/bin/maildirmake /var/lib/nobody//var/mail/nobody
/usr/local/bi
Since I ve installed maildrop I no more get overquota message of
postfix, but I get a message like this:
< dev.stt.test #5.0.0 X-Postfix; permission denied. Command output:
maildirmake:/home/virtual/nomesito.it/ciccio/: File exists maildrop:
maildir overquota.>
That I don't like at all!
> Your problem is that you cannot set a quota on a non-existent maildir.
> Do it in two steps:
>
> maildirmake /home/virtual/nomesito.it/ciccio maildirmake -q
> 100S /home/virtual/nomesito.it/ciccio
Great I ve solved my problem..
Still Thanks,
rocsca
-
> There's your problem. /home/virtual/nomesito.it/ciccio does not exist.
Thanks. but I would like to create the Maildir directly in the home
directory of the virtual user..
Is there any way to do this?
TIA,
rocsca
-
This S
> What happens if you execute that command yourself? (make
> sure you do it as the proper user)
dev:~ # su - vmail
[EMAIL PROTECTED]:~> /usr/local/bin/maildirmake -q 100S
/home/virtual/nomesito.it/ciccio
> Does /home/virtual/nomesito.it/ already exist?
dev:~ # ll /home/virtual/nomesito.i
> No, the correct way is to specify the home directory and let
> Courier default to $HOME/Maildir. I am just mentioning it
> because some people specify the MAIL option either because
> they think it is required or because they are trying to
> relocate the maildirs. Then they are surprised wh
> > > In you user definition (userdb, sql, whatever), are you
> specifying
> > > the location of the user's mailbox?
> >
> > Of course.. Maildrop reads the Maildir from there as I have
> specified
> > the user definitions in authmysqlrc, I think..
> >
> > > If you do
> > > that, it will overr
> In you user definition (userdb, sql, whatever), are you
> specifying the location of the user's mailbox?
Of course.. Maildrop reads the Maildir from there as I have specified
the user definitions in authmysqlrc, I think..
> If you do
> that, it will override defaultdelivery and deliver direct
> Do you actually have permissions, as the vmail use, to create
> this directory?
dev:~ # ll /home/virtual/nomesito.it/
total 16
drwx-- 4 vmail vmail 4096 Jul 12 15:07 .
drwx-- 11 vmail vmail 4096 Jun 20 16:23 ..
drwx-- 9 vmail vmail 4096 Jul 12 14:21 rocco
drwx-- 9 vmail
> If you use Postfix as mta you don't have it
Infact I use it..
But It seems to me it is a courier-maildrop concern..
Infact.. running the command (as the vmail user) in a shell prompt, it
remains hanged without return:
[EMAIL PROTECTED]:~> /usr/local/bin/maildirmake -q 100S
/home/virtual/n
> forgot to say...
>
> delivery still happens with all DEFAULTDELIVERY entries
> commented out in couried file.
I dont know anything about couried file.. What is it? Is there any
tenplateof this file somewhere? What I have to put inside it?
Thanks
rocsca
--
> my files are in /usr/local/courier/etc
Sorry, my files are in /usr/lib/courier-imap/etc/
> I've changed to DEFAULTDELIVERY="| /usr/bin/maildrop"
>
> use dto be DEFAULTDELIVERY="| /usr/lib/courier/bin/maildrop"
>
> Delivery still works with th wrong entry
> open file /etc/courier/esmtpd
>
> Sorry... /etc/courier/courierd...
Thanks,
I have courier-IMAP and courier-authlib installe in the default
directory and I can't find and courierd file in /usr/local/etc.
BTW, maidrop is invoked because I see it in memory:
vmail29463 29462 0 15:14
Hello.
I'm using Postfix+Courier IMAP
I would like to use Maildrop as LDA.
I ve installed it:
In master.cf file I have put:
maildrop unix - n n - - pipe
flags=Ru user=vmail argv=/usr/local/bin/maildrop -w 1 -d ${user}
${nexthop} ${extension} ${recipient} ${use
> Did you actually set a quota on the Maildir
> with the "maildirmake -q"
> command? See
> http://www.courier-mta.org/maildirmake.html for
> details on the syntax. This command is what
> creates the
> initial maildirsize file.
>
> Did you actually set a quota on the Maildir with the "maildirmake -q"
> command? See http://www.courier-mta.org/maildirmake.html for
> details on the syntax. This command is what creates the
> initial maildirsize file.
Maibe is the vmail user (who is running Maildrop) that have no
privilege
> Did you actually set a quota on the Maildir with the "maildirmake -q"
> command? See http://www.courier-mta.org/maildirmake.html for
> details on the syntax. This command is what creates the
> initial maildirsize file.
Thanks,
But before installing maildrop, The maildir (including the mail
Hello I havePostfix+MySQL+Courier-IMAP+Maildrop
I have built either Courier-IMAP and Maildrop with quota support, but in
virtual home directory of i mailbox I can't see any 'maildirsize' file.
Even worse no check for quota is done whenever I message is received..
Any idea on what it can be the pr
> >> How are you using maildrop? Where, in processing your incoming
> >> email, is it invoked? Your question doesn't say.
> >
> > I'm trying to setup Maildrop filtering for many reasons (adding
> > disclaimer, put spam email in an ad hoc folder and so on).
> >
> > I'm using a Postfix+MySQL+Cour
> How are you using maildrop? Where, in processing your
> incoming email, is it invoked? Your question doesn't say.
I'm trying to setup Maildrop filtering for many reasons (adding
disclaimer, put spam email in an ad hoc folder and so on).
I'm using a Postfix+MySQL+Courier-IMAP platform.
I'm u
> This doesn't appear to be a Courier issue as you've stated
> the question.
> You're using Courier-IMAP to provide access to stored mail
> after it's been delivered, but you don't mention using
> maildrop as your delivery agent, except in your subject header.
>
> If you were using Maildrop and
Hello,
I'm using Postfix+MySQl+Courier-IMAP as platform for postoffice mail
server.
Could someone give me an hint on I can configure it so I can filter spam
for a virtual user of a particular domain so that the spam is delivered
in a spam folder?
I would like moreover to notify a user when his
> > Any suggestion on I can solve my problem?
>
> You may try using the same value for home as for maildir
How can I change this setting?
rocsca
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the F
> >>> Where is the problem?
> >>>
> >> You compiled maildrop with courier-authlib support, so you need to
> >> start authdaemond.
> >>
> >
> > Infact! Thanks..
> >
> > But now maidrop doesn't get mail instead..
> >
>
> what do you mean by "now maildrop doesn't get mail"?
When I r
> >>> Where is the problem?
> >>>
> >> You compiled maildrop with courier-authlib support, so you need to
> >> start authdaemond.
> >>
> >
> > Infact! Thanks..
> >
> > But now maidrop doesn't get mail instead..
> >
>
> what do you mean by "now maildrop doesn't get mail"?
When I r
> Well, like I said... that won't work. If you specify the
> maildir attribute, it overrides the instruction to use
> maildrop. You should create a directory for each user, and
> store that directory's path in the user's "home" attribute.
> The directory should include a Maildir folder.
Any
> First guess: your accounts have a "maildir" specified. If
> you specify that, it overrides the default delivery
> instructions, which is probably where you're invoking maildrop.
The virtual user maildir is specified on database..
> Make sure that the home directories for all of your virtual
> > Where is the problem?
>
> You compiled maildrop with courier-authlib support, so you
> need to start authdaemond.
Infact! Thanks..
But now maidrop doesn't get mail instead..
I think that maildrop filter only local email while does'nt filter the
virtual transport (I'm using virtual domain
Hello,
I ve installed Courier-Maildrop.
I configure Postfix to run maildrop as local transport, by the user
vmail.
When I try to send a message I get this error in maillog:
Jun 6 09:20:03 dev postfix/pickup[27732]: C038E4408: uid=0 from=<>
Jun 6 09:20:03 dev postfix/cleanup[28036]: C038E4408
Hello,
I would like if someone know if there is a way to instruct courier-imap
so that a user is warned before his mailbox is filled completelly (for
example: a warning message should be sent when the mailbox reaches the
80% of its size).
BR,
rocsca
---
> > in pop3 log file I get theese errors:
> >
> > ERR: rename(./new/1179507568.V804I4c4004.mail4
>
> That is the only message that looks somewhat strange. It
> probably happened while moving files from "./new" to "./cur".
> The message itself is truncated, as the target name and error
> reason
Hello,
in pop3 log file I get theese errors:
ERR: rename(./new/1179507568.V804I4c4004.mail4
ERR: TIMEOUT
ERR: LOGIN FAILED
ERR: DISCONNECTED
while in imapd log file I get theese different errors:
ERR: LOGIN FAILED
ERR: DISCONNECTED
Could some one explain their meanings and if there is any com
Hello,
I have set up a mail server platform based on
Postfix/MySQL/Courier-IMAP.
The hardware is :
- 2 GB RAM
- 2 Intel(R) Xeon(TM) CPU 2.80GHz stepping 09
- 1 Controller Adaptec AIC-7899 LVD SCSI
- 200 GB SCSI HD RAID 0
OS: SuSE Linux 9.0 (i586)
It receive email from a 'frontend' SMTP relay s
How Can see if the trash-quota option is enabled/disabled? How I have to
recompile courier IMAP preserving the actual configuration and
adding/suppressing new options?
Is there any configuration option so that the 'trashed' message are
automatically deleted from trash after a number of days?
Than
Hello,
I installed a Webmail application. It downloads message from my mailserver
via IMAP. My IMAP server is obviosly Courier-IMAP. I dont know exactly what
features of courier-imap is enabled (How I can See? I searched in config*
courier src dir, but I havent find any information :( ), but quota
Very good,
thanks,
rocsca
- Original Message -
From: "Jeff Jansen" <[EMAIL PROTECTED]>
To: "courier Users List"
Sent: Thursday, October 06, 2005 4:56 PM
Subject: Re: [courier-users] Change the status of messages
> -BEGIN PGP SIGNED MESSAGE-
>
I need to change the status of messages from 'unseen' to 'seen'...
I can't understand if this is matter of POP3 protocol or if it depends from
Maildir...
Can someone help me?
Thanxs,
rocsca
---
This SF.Net email is sponsored by:
Power Archi
Hello,
I Installed a platform Courier+Postfix+MySQL on my mail server. All works
fine but I still can figure out a speedy way to restart al the platform.
For example If I must change DEBUG_LOGIN option for IMAP I must change the
conf file 'PATHTOCOURIER'/etc/imapd and then I must:
- stop POP3/PO
Hello,
Im using CourierIMAP+Postfix+MySQL.
When I try to get access to one e-mail box I receive this message:
telnet aaa.aaa.aaa.aaa 143
* OK [CAPABILITY IMAP4rev1 CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA AUTH=CRAM-MD5 AUTH=CRAM-SHA1 IDLE ACL
ACL2=UNION STARTTLS] Co
Hello,
I'ld like to have separate logs (different syslog facilities) for IMAP,
POP3, IMAP-SSL e POP3-SSL and autodaemond. Is it possible? How can I do?
Many thanks,
rocsca
---
SF email is sponsored by - The IT Product Guide
Read honest & can
45 matches
Mail list logo