search for: deliver_mail

Displaying 9 results from an estimated 9 matches for "deliver_mail".

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 your help.
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
.../lib/mail/message.rb:1989:in `do_delivery'' /mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/mail-2.3.3/lib/mail/message.rb:230:in `block in deliver'' /mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/actionmailer-3.1.10/lib/action_mailer/base.rb:432:in `block in deliver_mail'' /mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/activesupport-3.1.10/lib/active_support/notifications.rb:53:in `block in instrument'' /mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/activesupport-3.1.10/lib/active_support/notifications/instrumenter.rb:21:in `...
2017 Mar 28
2
Studying dovecot source code (searching for mail_deliver_hook_set)
...I made a number of assumptions : 1. mail is (always/sometimes) delivered with the dovecot-lda binary, which source code is in src/lda. 2. mail is sent with the mail_deliver function which is called from src/lda/main.c and is defined in src/lib-lda/mail-deliver.c 3. mail_deliver function calls the deliver_mail function (it seems to be pointer to a function) 4. according to src/lib-lda/mail-deliver.h, deliver_mail is set with the mail_deliver_hook_set function. Here's what the comment says /* Sets the deliver_mail hook and returns the previous hook, which the new_hook should call if it's non-NUL...
2007 Jan 29
2
lda sieve broken after upgrade
...to the list of plugins used by lda. ail_plugins = cmusieve now getting this: deliver(lenny): Error: dlopen(/usr/local/dovecot/lib/dovecot/lda//lib90_cmusieve_plugin.so) failed: ld.so.1: deliver: fatal: relocation error: file /usr/local/dovecot/lib/dovecot/lda//lib90_cmusieve_plugin.so: symbol deliver_mail: referenced symbol not found anyone ? on the same machine, mbox based dovecot rc19 with dovecot ( sieve ) lda, works and upgraded without any issues, although the prior version must have been different, since the cmusieve statement was already present.
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
...etwork/delivery_methods/smtp.rb:144:in `deliver!'' [GEM_ROOT]/gems/mail-2.4.4/lib/mail/message.rb:2034:in `do_delivery'' [GEM_ROOT]/gems/mail-2.4.4/lib/mail/message.rb:229:in `block in deliver'' [GEM_ROOT]/gems/actionmailer-3.2.3/lib/action_mailer/base.rb:414:in `block in deliver_mail'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/notifications.rb:123:in `block in instrument'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/notifica...
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
...etwork/delivery_methods/smtp.rb:144:in `deliver!'' [GEM_ROOT]/gems/mail-2.4.4/lib/mail/message.rb:2034:in `do_delivery'' [GEM_ROOT]/gems/mail-2.4.4/lib/mail/message.rb:229:in `block in deliver'' [GEM_ROOT]/gems/actionmailer-3.2.3/lib/action_mailer/base.rb:414:in `block in deliver_mail'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/notifications.rb:123:in `block in instrument'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument'' [GEM_ROOT]/gems/activesupport-3.2.3/lib/active_support/notifica...
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,
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 =>