Displaying 16 results from an estimated 16 matches similar to: "Studying dovecot source code (searching for mail_deliver_hook_set)"
2017 Mar 29
0
Studying dovecot source code (searching for mail_deliver_hook_set)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, 28 Mar 2017, chaouche yacine wrote:
> I would like to study how dovecot manages quota, especially how it deals
> with the maildirsize file if one chooses to implement quota according to
> the maildir++ specification.
Quota is managed by the plugin, which hooks into some events. Check out
src/plugins/quota
- --
Steffen Kaiser
2017 Mar 30
0
Studying dovecot source code (searching for mail_deliver_hook_set)
Thanks ! I don't know if there's documentation about dovecot's design as a whole, not the details of the plugin itself, to get the big picture ? I assume the plugins are loaded in a loop at dovecot startup, or at login, or when mail is delivered via lda/lmtp ? in the particular case of the quota plugin I assume the quota functions are called from? LMTPD (since this is how I configured
2017 Mar 30
1
Studying dovecot source code (searching for mail_deliver_hook_set)
https://wiki2.dovecot.org/Design
Aki
On 30.03.2017 12:35, chaouche yacine wrote:
> Thanks ! I don't know if there's documentation about dovecot's design as a whole, not the details of the plugin itself, to get the big picture ? I assume the plugins are loaded in a loop at dovecot startup, or at login, or when mail is delivered via lda/lmtp ? in the particular case of the quota
2017 Mar 30
2
Studying dovecot source code (searching for mail_deliver_hook_set)
On 29.03.2017 13:44, Steffen Kaiser wrote:
> On Tue, 28 Mar 2017, chaouche yacine wrote:
>
> > I would like to study how dovecot manages quota, especially how it
> deals with the maildirsize file if one chooses to implement quota
> according to the maildir++ specification.
>
> Quota is managed by the plugin, which hooks into some events. Check out
>
>
2008 Mar 17
1
How LDA deliver mail
hi,all
I read some part of the source code for studying and interesting. But i face trouble when I read the 'deliver.c'.
In file 'deliver.c' on line 812 , there is a function named 'deliver_mail', see below:
deliver_mail(storage, mail, destination, mailbox)
I couldn't find out where is this function defined and how it was linked.
Thank u for
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
On trying to run a rake task via crontab, I''m getting the following error:
rake aborted!
550 Cannot receive from specified address <help-+zpghU0kKgY@public.gmane.org>:
Unauthenticated senders not allowed
/mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/mail-2.3.3/lib/mail/network/delivery_methods/smtp.rb:129:in
`block in deliver!''
2007 Jan 29
2
lda sieve broken after upgrade
upgraded to rc19. using maildirs. solaris 9/cc.
removed all modules from pop/imap/lda subdirs and first upgraded dovecot
to rc19 and then used dovecot-sieve-1.0.1 sources to build against the
dovecot source directory ( everything now builds nicely on Solaris, thank
you Timo ). added "cmusieve" to the list of plugins used by lda.
ail_plugins = cmusieve
now getting this:
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys,
Facing a weird error .
Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
It seems to be happening with mail sending mail . I am using AUTHSMTP to
send mails . Unable to send mail and the app breaks .
Any help will be appreciated . Same code worked with ruby 1.8 and rails
2.3.x .
*Configuration*
Rails 3.2
Ruby 1.9
Engineyard , Linux Instance
*Backtrace :*
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys,
Facing a weird error .
Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
It seems to be happening with mail sending mail . I am using AUTHSMTP to
send mails . Unable to send mail and the app breaks .
Any help will be appreciated . Same code worked with ruby 1.8 and rails
2.3.x .
*Configuration*
Rails 3.2
Ruby 1.9
Engineyard , Linux Instance
*Backtrace :*
2008 Jul 18
2
Run script before delivery
Hi
Is it possible to run one script before the "real" delivery of a
message (with lda, or before the execution of the sieve scripts) but
after the creation of necessary folders (Dovecot automatically creates
the folders for virtual users)? I want to to this to manually create a
fixed empty sieve script in each user home folder, so in the global
sieve script include that personal script,
2006 Aug 11
3
OT: NIS Authentication
Ran into a major issue with my setup overnight:
We have a Win2K AD domain running SFU with a master and 1 slave NIS
server. Our mail server is a FC1 box that runs dovecot and a
MailScanner/sendmail config. The mail server is configured as a NIS
client. The problem is that we lost power overnight and all of the
boxes shutdown after the UPS's ran out of battery. After the power
came back on,
2005 Mar 03
2
Help for studying Asterisk source code
Hi Everyone,
I am student and I have to study about the source code of Asterisk. I have
downloaded asterisk and was able to install it on Red Hat Linux. My study is
to go into the source code of asterisk and see how it works, how the
asterisk works when anybody calls to it or when it makes a call which
functions are called. I have to make a chart like which can explain how
everything works.
2006 Mar 08
0
Busy studying
In case you're wondering why I haven't answered your mail. I try to
do as much reading to exams as possible, and as little as possible
anything else.. They're over in 2,5 weeks, so I'll start reading the
old emails again then. :)
BTW. If someone wants to help a bit, outlook-idle workaround seems to
be broken. The timeout function never gets called in cmd-idle.c. I'm
2009 Aug 17
1
[Fwd: Re: R code to reproduce (while studying) Bates & Watts 1988]]]
Kevin Wright wrote:
> library(nlme)
> m2 <- gnls(conc ~ t1*(1-t2*exp(-k*time)),
> data = df.Chloride,
> start = list(
> t1 = 35,
> t2 = 0.91,
> k = 0.22))
So my error was to use nls instead that gnls. Thanks a lot, Kevin.
> summary(m2)
> plot(m2)
> lag.plot(resid(m2), do.lines=FALSE)
>
2009 Aug 13
1
R code to reproduce (while studying) Bates & Watts 1988
Hi R users,
I'm here trying to understand correlated residuals in nonlinear estimation.
I'm reading/studying the book Bates, D. M. and D. G. Watts, (1988),
/Nonlinear regression analysis and its applications/, Wiley, NY. pages
92-94, trying to reproduce the figures and to find out the code in R to
perform the necessary calculations.
I also consulted Pinheiro and Bates, but without
2010 Mar 10
6
Email section
Sir , I want to implement email section in ma web application..
so i found the method ''server_setting'' for it...
Following is the method:
config.action_mailer.server_settings = {
:address => "smtp.gmail.com" ,
:port => 25,
:domain => "gmail.com" ,
:authentication => :login,
:user_name => "manish" ,
:password =>