search for: delivery

Displaying 20 results from an estimated 4350 matches for "delivery".

2008 May 15
2
xen smp acpi failed
In hvm enviroment, acpi failed. why? centos5.1 =================================================== [root@hvm001 ~]# xm dmesg __ __ _____ _ ____ ___ ____ _ ____ \ \/ /___ _ __ |___ / / | |___ \ / _ \___ \ ___| | ___| \ // _ \ \047_ \ |_ \ | | __) |_| (_) |__) | / _ \ |___ \ / \ __/ | | | ___) || |_ / __/|__\__, / __/ | __/ |___) | /_/\_\___|_| |_| |____(_)_(_)_____| /_/_____(_)___|_|____/
2019 Dec 11
0
lmtp delivery auth error, but successful delivery
It is a test environment, so I do not have much data. I am testing with 'mail wegjd' seems to deliver ok every time. -----Original Message----- Subject: RE: lmtp delivery auth error, but successful delivery Can you let me know if you get lots of delivery failures? Aki -------- Original message -------- From: Marc Roos <M.Roos at f1-outsourcing.eu> Date: 11/12/2019 22.16 (GMT+02:00) To: dovecot <dovecot at dovecot.org> Subject: lmtp delivery auth erro...
2004 Dec 23
8
delivery agent in 1.0?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi :) Is there any plan to include delivery agent in 1.x? I would be very happy, if there would be lmtp delivery agent included with dovecot 1.x... This would make creating large mailsystem cluster creation very simple + indexes would be always up2date. Brane -----BEGIN PGP SIGNATURE----- iD8DBQFBytD9N7LHXgqRB4IRAi67AKCn/A1t3tCsMX0nhL8l4...
2016 Dec 05
2
LMTP delivery honours .forward by default?
...HA1 > > On Fri, 2 Dec 2016, MRob wrote: > >> I was under the impression that Dovecot does not look at .forward by >> default, since of course, Sieve is where that kind of logic should go. >> However, I'm seeing a .forward file being honoured by the LMTP >> delivery agent. Is this to be expected? > > What version of Dovecot are you using? 2.2.22 > In my installation the MTA handles .forward. Using with postfix connected to dovecot's LMTP for delivery. So what you are saying is that postfix first looks at the .forward in the user's home...
2019 Apr 10
5
/var/run/dovecot/stats-writer) failed: Permission denied
...{ > user = dovecot > } > unix_listener stats-reader { > user = dovecot > } > } > > to my dovecot.conf file? I did this and it appears to have fixed the issue. Also, the failed message strongly implies that the email was not delivered, since it happens on the delivery log line and there is not indication in the log that delivery succeeded. However, the message is delivered. It might be worth changing the message or still logging the actual message delivery? -- I WILL NOT CARVE GODS Bart chalkboard Ep. 8F11
2014 Apr 02
2
Disable maildir indexing and dovecot-uidlist on LMTP/LDA delivery
Hello all, Is there a way to use LMTP (or LDA) so that maildir index and dovecot-uidlist are not updated? My setup is such that mail delivery sees user's maildir as write only. This setup works well when using postfix for mail delivery, but when I try to switch to dovecot LMTP the lmtp process wants to read the dovecot-uidlist and fails on insufficient privileges. Is there a way around this without exposing the maildir and mail home...
2009 Feb 02
9
ActiveRecord Unexplainable SystemStackError - Only in WEBrick
...>:delete_all def self.search(criteria) raise ArgumentError, ''argument must be of type SearchCriteria'' unless criteria.is_a\ ?(SearchCriteria) clause = build_search_where_clause(criteria) find(:all, :include=>[:deliveries], :conditions=>clause) end end class Delivery < ActiveRecord::Base belongs_to :package belongs_to :region end class Region < ActiveRecord::Base has_many :deliveries end Looking at the SQL output, the exception is occurring after the :deliveries relation is queried. At first I though it was because I left out the id field from the...
2008 Oct 22
1
dovecot delivery log
Trying to debug a delivery problem recently (with Postfix) and I realized that Dovecot wasn't logging any of the delivery information. I'm using Postfix to recieve mail, which is passing it on to Dovecot's deliver to actually deliver the emails into the mail boxes. In dovecot.conf, I have: protocol lda { log_p...
2009 May 22
2
recipient delimiter and lmtp
I read in the list archives about work in progress on an lmtp delivery agent.As a previous cyrus user where that was the preferred delivery method from postfix, this sounds interesting. I was wondering whether it will handle recipient delimiters. ie will it be able to map user+foo at example.com to user at example.com? I'm not interested in the delivery into fold...
2011 Jul 25
1
3 models in a form.
Hello, class Customer < ActiveRecord::Base has_many :deliveries class Delivery < ActiveRecord::Base has_many :delivery_items has_many :products, :through => :delivery_items belongs_to :customer class DeliveryItem < ActiveRecord::Base belongs_to :delivery belongs_to :product I create a new delivery for customer x: = simple_form_for @customer do |f| = f.simple...
2013 Dec 29
1
how to separate virtual delivery and authentication?
I have a "pure ldap" setting with postfix and dovecot. When using dovecot delivery, the recipient is checked via ldap. The same ldap query is used when authenticate. So, if I want to authenticate with the uid , I can't use a filter like uid=%u because the delivery will fail. I don't want to use %nor something else because I could use multiple e-mail addresses on a singl...
2005 May 24
4
audio message delivery
Hi, I have a client who has asked me to look into the delivery of 30 second audio messages to a list of opt-in customers. Probably looking at about 5,000 messages a week over a 6 week period. I know that this would be a piece of cake to have someone develop but I thought I would ask here first if someone is already doing this and what they would charge to...
2009 Jul 30
2
sieve delivery to utf folders
Hello list, Today, my users have noticed, that delivery to folders with non-english names is broken. For example, if I create russian directory, it correct encoded and display into mail-client program and my webmail: Encoded: Normal view .INBOX.&BEIENQRBBEI- ???? This is part of sieve script, which routing delivery to russian folder. .... elsif a...
2020 Jul 14
3
Massive alias / bulk delivery problem
Yes you are right, i realized that just after i sent the email, that it was a bit in haste. anyway, if there is anyway how to optimize dovecot for effective delivery of 20k+ emails within a few minutes, id be glad to know. .. and i will have to ask the same q at postfix mailinglists gnd/ On 7/14/20 8:12 PM, John Stoffel wrote: > > gnd> we are experimenting with using Dovecot as part of a simplified > gnd> mail stack with SQL for a internal m...
2016 Dec 06
1
LMTP delivery honours .forward by default?
...wrote: >>> >>>> I was under the impression that Dovecot does not look at .forward by >>>> default, since of course, Sieve is where that kind of logic should >>>> go. However, I'm seeing a .forward file being honoured by the LMTP >>>> delivery agent. Is this to be expected? >>> >>> What version of Dovecot are you using? >> >> 2.2.22 >> >>> In my installation the MTA handles .forward. >> >> Using with postfix connected to dovecot's LMTP for delivery. So what >> you ar...
2009 Oct 08
2
Using sieve with virtual delivery & maildir
I am using Postfix virtual users/domains with Dovecot virtual delivery to maildir style mailboxes. Now I want to get sieve working to sort out a few minor delivery problems. I want all mail with a message header "Delivered-To: foo+bar at domain.com placed in the /var/mail/vhost/example.com/foo/new directory. Would this work: require "fileinto"; if an...
2004 Apr 09
0
Delivery Notification: Delivery has failed
...1.21 (built Sep 8 2003)) with ESMTP id <0HVW00DREM16ZZ at mxin4.netvision.net.il> for andro1 at netvision.net.il (ORCPT andro1 at netvision.net.il); Fri, 09 Apr 2004 15:44:45 +0300 (IDT) Date: Fri, 09 Apr 2004 20:41:28 +0800 From: openssh-unix-dev at mindrot.org Subject: Mail Delivery (failure andro1 at netvision.net.il) To: andro1 at netvision.net.il Message-id: <0HVW00DRFM18ZZ at mxin4.netvision.net.il> MIME-version: 1.0 Content-type: multipart/related; boundary="Boundary_(ID_v/8Sxey2NWM4cDtSbVkVkg)"; type="multipart/alternative" X-Priori...
2016 Oct 17
2
sieve duplicate locking
Hi! Does the duplicate sieve plugin do any locking to avoid duplicate parallel delivery of the same message? I sometimes experience duplicate mail delivery of messages with the same message-id, despite the use of a sieve duplicate filter. According to the log files, those messages are delivered in the same second by two parallel dovecot-lda processes. (Duplicate filtering works fine...
2009 Aug 10
2
testing exception notification plugin with rspec
...get this when I have a critical error rendering section "request" rendering section "session" rendering section "environment" rendering section "backtrace" Sent mail to myemail-NbxmIS7vw0kAvxtiuMwx3w@public.gmane.org but the spec fails : ActionMailer::Base.delivery_method = ''test'' ActionMailer::Base.perform_deliveries = false ActionMailer::Base.deliveries = [] @size_before = ActionMailer::Base.deliveries.count lambda { get ''dummy_method_raises_exception'' }.should raise_error (RuntimeError) ActionMailer::Base.deliveries.coun...
2008 Apr 09
3
Problem with Dovecot Delivery Agent, Extra "From" lines and mbox
When an mbox email contains a line that looks like a "Mail" header it should be quoted (per RFC 4155). Sendmail's delivery agent does this, as does Procmail delivery agent. Dovecot deliver does not do this. Example line, with ">" quote: >From hokan at hokan.org Thu Mar 8 17:28:01 2008 When reading email (IMAP) that contains such an unquoted line, the email abruptly ends before the "Mail" l...