search for: sender_address

Displaying 20 results from an estimated 23 matches for "sender_address".

2007 Jan 06
6
Exception notifier not working
...cript/plugin install -x exception_notification It resides in the vendor/exception_notification directory (as advertised). I''ve configured environment.rb with the following: ExceptionNotifier.exception_recipients = %w(blakemiller-uBzjpPW2m0pBDgjK7y7TUQ@public.gmane.org) ExceptionNotifier.sender_address = %("Application Error" <blakemiller-uBzjpPW2m0pBDgjK7y7TUQ@public.gmane.org>) Note: the documentation didn''t say *where* in environment.rb to put it, so I put it outside of any functions. Rails is configured (through environment.rb) as: RAILS_GEM_VERSION = ''1.1....
2018 Feb 21
2
exim dovecot sieve
...logfile world writeable. I don't really like that. How do you guys deal with that? Here my transport: dovecot_delivery: driver = pipe # You may or may not want to add -d $local_part@$domain depending on if you need a userdb lookup done. command = /usr/libexec/dovecot/dovecot-lda -f $sender_address message_prefix = message_suffix = log_output delivery_date_add envelope_to_add return_path_add #group = mail #mode = 0660 temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 thanks and best regards t.
2019 Nov 26
1
Accessing the -a and -d from dovecot-lda
I've got exim set up to deliver like this: command = /usr/local/libexec/dovecot/dovecot-lda -a $original_local_part@$original_domain -d $local_part@$domain -f $sender_address If an email to is bob+sales at ish.com.au then we should have "-a bob+sales at subdomain.ish.com.au -d bob at ish.com.au". Now in dovecot, only bob at ish.com.au is a real user but I want to be able to use both addresses in different places. For LDAP lookup I need to reference bob...
2013 Jul 30
2
Calling dovecot-lda correctly from exim for virtual user setup
Hi, I'm running Dovecot 2.1.7 on Debian. Exim is the MTA. I was recently made aware of the fact that the way in which Exim invokes dovecot-lda is prone to code injection: dovecot_virtual_delivery: driver = pipe command = HOME=/home/vmail/\$local_part /usr/lib/dovecot/dovecot-lda -f \$sender_address use_shell .. I.e. a command is executed via the shell, and Exim uses non-sanitized user input (mail header fields) to construct the command. Now, the reason I invoked dovecot like that is to pass a plausible value for the HOME environment variable, so that dovecot-lda can determine where...
2009 Sep 29
3
Problem with dict-quota, deliver killed by delivery attempt
...plugin, the emails (delivered by exim + dovecot-lda) are instantly rejected: 2009-09-29 16:36:12 1MsdoI-0000aJ-2L ** jacek at my-domain.pl R=mysql_localuser T=dovecot_delivery: Child process of dovecot_delivery transport (running command "/usr/lib64/dovecot/deliver -d $local_part@$domain -f $sender_address -a $original_local_part@$original_domain") was terminated by signal 9 (Killed) I have checked, that neither restart of dovecot nor delivery attempt tries to read the quotadict file (/etc/dovecot/dovecot-dict-quota.conf) - the atime is unchanged. I even tried to strace deliver: strace delive...
2013 Mar 04
2
lda: duplicate prefix?
...config for other than inbox: address_file_dovecot: driver = pipe # Use /usr/lib/dovecot/dovecot-lda if using Debian's package. # You may or may not want to add -d $local_part@$domain depending on if you ne ed a userdb lookup done. command = /usr/local/libexec/dovecot/dovecot-lda -f $sender_address -m ~/mail/ ${sg{$address_file}{$home}{}} message_prefix = message_suffix = log_output delivery_date_add envelope_to_add return_path_add #group = mail #mode = 0660 temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 What am I doing wrong? -- Larry Rosenman...
2017 Sep 09
2
offtopic: Solr compatible IMAP client
On Saturday, September 09, 2017 10:01:03 Larry Rosenman wrote: > Neomutt. > https://www.neomutt.org/ > Also alpine. https://www.washington.edu/alpine/ -- Greg Rivers
2014 Mar 25
1
Dovecot replication, no updates on message deposit
...ki2.dovecot.org/Replication All mailboxes share the same UNIX userid ('vmail'), and I setup ssh-key based login for this account in both directions. As LDA exim4 is configured to use dovecot deliver LDA. Here is the relevant config from exim: /usr/lib/dovecot/deliver -d $local_part -f $sender_address -a $original_local_part@$original_domain When a message is deposited to a mailbox, it does not get replicated. The log is silent: Mar 25 15:00:20 mx02 dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled) Mar 25 15:01:05 mx02 dovecot: lda(user.name): msgid=unspecified: saved mail...
2010 Oct 10
3
Segfault in dovecot-lda 2.0.5
...handle my local maildir deliveries from Exim. Unfortunately I've been experiencing the occasional failed delivery - My Exim logs were showing: Child process of virtual_dovecot_delivery transport (running command "/usr/local/libexec/dovecot/dovecot-lda -d $local_part@$domain -f $sender_address -a $original_local_part@$original_domain") was terminated by signal 11 (Segmentation fault) I originally thought a specific mail was causing the crash, but calling the command myself delivered the mail without any issues. However, I found if I ran a script that delivered the same mail 10...
2010 Jul 18
3
Arghh, dovecot-2 and lda
...d some value from dovecot because it knows about the maildir that i return from sql, but yet there is zero being logged in debug or anything else. If I run the dovecot-lda from the command line with the same then it works and i get logs entered command = /usr/local/libexec/dovecot/ -e -k -f "$sender_address" -d "$local_part@$domain" -m "$acl_m1" I am returning a home and mail with userdb, the directory does exist, owned by mail.mail... Im stumped dovecot -n # 2.0.rc2: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-5-amd64 x86_64 Debian squeeze/sid auth_cache_negative_ttl = 30...
2017 Oct 19
2
quota only for oungoing
...ovecot+exim). By I want to reject only outgoing messages if quota exceeded. Is it possible to congi dovecot to not reject incoming messages? I use dovecot-lda for mail delivery. ldap_delivery: driver = pipe command = /usr/lib/dovecot/deliver -d "${lookup ldap{user=**********))(mai -f $sender_address -a $original_local_part@$original_domain message_prefix = message_suffix = delivery_date_add envelope_to_add return_path_add log_output return_output user = mail group = mail temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 -- Aydar A. Kamalov
2018 Feb 21
0
exim dovecot sieve
...logfile world writeable. I don't really like that. How do you guys deal with that? Here my transport: dovecot_delivery: ?? driver = pipe ?? # You may or may not want to add -d $local_part@$domain depending on if you need a userdb lookup done. ?? command = /usr/libexec/dovecot/dovecot-lda -f $sender_address ?? message_prefix = ?? message_suffix = ?? log_output ?? delivery_date_add ?? envelope_to_add ?? return_path_add ?? #group = mail ?? #mode = 0660 ?? temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 thanks and best regards t. -------------- next part -------------- An HTML attachment was sc...
2018 Jun 01
0
Dovecot LDA errors
...he LDA in my exim config: command = /usr/local/libexec/dovecot/dovecot-lda -d $local_part@$domain -f "$s ender_address" -a $original_local_part@$original_domain I haven't changed any of the config, but I have updated both Exim and Dovecot. So obviously the reason seems to be that $sender_address is null, the obvious place to look I suppose is Exim but I'm seeing this particularly for things like sieve out of office, which are generated by the LDA itself and then give this error when trying to deliver the out of office message to a local user. I'll post a question also to the Exim...
2005 Dec 17
1
How to use validation with aggregation (composed_of)?
At the risk of being banned for posting the same question twice, I thought I''d try once more with a question for the title rather than a statement (on the basis that perhaps questions get answered and statements ignored ;-) ) ActiveRecord supports composed_of for value objects which is fantastic but one thing that it doesn''t seem to support (or at least I am unable to
2010 Oct 25
1
Maildir filename extensions S=<size> and W=<vsize>
I'd like to add S=<size> and W=<vsize> to the filenames in my Maildir storage for newly delivered mails. But I cannot find where I can make Dovecot's LDA add those. Anybody? http://wiki2.dovecot.org/MailboxFormat/Maildir says: A maildir filename with those fields would look something like: 1035478339.27041_118.foo.org,S=1000,W=1030:2,S which is exactly what I want, but it
2011 Jun 08
0
deliver doesn't find adress/inbox
...nvelope-To:" timeout 30 user postman at some.domain.org password secret is * /etc/exim4/conf.d/transport/30_exim4-config_dovecot_lda ### dovecot_virtual_delivery: driver = pipe command = /usr/local/libexec/dovecot/deliver -d $local_part@$domain -f $sender_address -a $original_local_part@$original_domain message_prefix = message_suffix = delivery_date_add envelope_to_add return_path_add log_output user = dovecotvmail temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78
2018 Jun 01
2
Dovecot LDA errors
...LDA in my exim config: command = /usr/local/libexec/dovecot/dovecot-lda -d $local_part@$domain -f "$s ender_address" -a $original_local_part@$original_domain I haven't changed any of the config, but I have updated both Exim and Dovecot. So obviously the reason seems to be that $sender_address is null, the obvious place to look I suppose is Exim but I'm seeing this particularly for things like sieve out of office, which are generated by the LDA itself and then give this error when trying to deliver the out of office message to a local user. I'll post a question also to the Exim...
2020 Apr 30
2
sender rewriting scheme
Hello, I would like to know if dovecot/pigeonhole provide a way to do sieve redirection with sender rewriting scheme (srs)? I apologize in advance if that e-mail address isn't meant for assistance, but I've asked on the official irc channel on freenode and was told to direct my query to dovecot at dovecot.org, I hope you won't mind. Thanking you in advance Best Regards
2007 Nov 14
2
Exception Notification plugin options hash handling????? backwards merge?
...g at the method in question: def exception_notification(exception, controller, request, data={}) subject "#{email_prefix}#{controller.controller_name}##{controller.action_name} (#{exception.class}) #{exception.message.inspect}" recipients exception_recipients from sender_address body data.merge({ :controller => controller, :request => request, :exception => exception, :host => request.env["HTTP_HOST"], :backtrace => sanitize_backtrace(exception.backtrace), :rails_root => rails_root...
2014 Feb 11
2
Some LDA questions!
Hi there! I have been setuped exim and dovecot. Exim uses dovecot-lda to deliver mails to mailbox. Some configurations of exim: dovecot_virtual_delivery: ? driver = pipe ? command = /usr/libexec/dovecot/dovecot-lda -d $local_part@$domain -f $sender_address ? message_prefix = ? message_suffix = ? delivery_date_add ? envelope_to_add ? return_path_add ? log_output ? user = vmail ? group = vmail ? #mode = 0660 ? temp_errors = 64 : 69 : 70: 71 : 72 : 73 : 74 : 75 : 78 dovecot does mysql lookups of users, passwords. All works, but in headers of example m...