search for: mdn

Displaying 20 results from an estimated 38 matches for "mdn".

Did you mean: md5
2010 Dec 22
1
Some Dovecot LDA version sends MDN rather than DSN for overquota.
It appears that there is some version of the Dovecot LDA that is sending an RFC 3798 MDN rather than an RFC 3464 DSN to report non-delivery to a user who is over quota. See <https://bugs.launchpad.net/mailman/+bug/693134> for a discussion of this and <https://bugs.launchpad.net/mailman/+bug/693134/+attachment/1773018/+files/Automatically%20rejected%20mail.msg> for the actu...
2007 Sep 25
1
deliver w/quotas - MDN after accept mail?
I'm testing deliver with sendmail and fs quotas. On an over quota condition, deliver accepts the mail, deletes it, then issues a MDN immediately. Is there a way to get deliver to soft fail like procmail does with a 400 error and queue the mail, then let sendmail handle the MDN, following it's "confTO_QUEUEWARN" and "confTO_QUEUERETURN" ? Thanks, Ken -- Ken Anderson Pacific.Net
2010 Apr 15
1
sieve plugin - reject sends MDN. Can it 550 reject ?
...at looks like this: require "reject"; if header :contains "subject" "reject" { reject "bye"; } Is there any way to get a "reject" filter to send back a 550 reject as detailed in http://ietfreport.isoc.org/idref/rfc5429/#section-2.5 rather than a MDN? The MDN can result in blowback spam. :-( Thanks, Ken -- Ken Anderson Pacific Internet - http://www.pacific.net
2012 Feb 28
1
group calculations with other columns for the ride
...longname1')) x val lvls nm 1 1 cat2 longname2 2 2 cat1 longname1 3 3 cat1 longname1 4 4 cat1 longname1 5 5 cat1 longname1 6 6 cat2 longname2 7 7 cat2 longname2 8 8 cat2 longname2 9 9 cat2 longname2 10 10 cat1 longname1 unique doesn't work in data.frame: mdn = do.call(rbind,lapply(split(x[,1], x[,2]), median)) data.frame(mdn,ln=as.character(unique(x[,3]))) mdn ln cat1 4 longname2 cat2 7 longname1 I want: mdn ln cat1 4 longname1 cat2 7 longname2 Thank you very much! PS - looking for simple'ish solutions. I know I can do it...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...za.za_first_integer = mzep->mze_value; + za.za_name = mzep->mze_name; + err = cb(&za, arg, stack); + if (err != 0) + return (err); + } + + return (0); +} + /* * Get the dnode of an object number from the metadnode of an object set. * @@ -731,7 +802,7 @@ dnode_get(dnode_phys_t *mdn, uint64_t ob stack += blksz; } - if ((errnum = dmu_read(mdn, blkid, (char *)dnbuf, stack))) + if (errnum = dmu_read(mdn, blkid, (char *)dnbuf, stack)) return (errnum); grub_memmove(buf, &dnbuf[idx], DNODE_SIZE); @@ -766,6 +837,24 @@ is_top_dataset_file(char *str) return (0); }...
2010 Dec 22
2
dovecot-keywords problem with MDN
Hi all, I have Dovecot 1.2.13 installed. My clients ask why Disposition-Notification is requested every time the mail is moved on a new IMAP folder... I take a look into dovecot-keywords file and I see that: 1) I have only one row 0 NonJunk 2) dovecot-keywords file is not present inside every directory. How I can restore normal status? Where is probably the problem? Thanks Mauro D.
2007 May 23
3
deliver rejection message
Currently the typical rejection message is: --------- Your message was automatically rejected by Dovecot Mail Delivery Agent. The following reason was given: Quota exceeded. --------- Then there is MDN + message headers in other MIME parts. But of course there sucky clients that can't display MDNs and users get confused. Any suggestions how to improve this message? I'm not sure if the "Dovecot Mail Delivery Agent" even needs to be in there. How about something like: ---------...
2014 May 10
1
how to replace a raid drive with mdadm
Hi all If we loose a drive in a raid 10 array (mdadm software raid) what are the steps needed to correctly do the following: - identify which physical drive it is - replace the drive - add the new drive to the array and force it to re-sync Thanks in advance
2003 Jun 26
2
Message display corrupted or missing in Netscape 7.0 and Mozilla 1.3
...s empty (no subject, sender, time etc) and the raw email starting with header, raw html email and encoded attachment is shown below, each line followed by another blank line, like this: == start corrupted email X-UIDL: 8793f170f0430909 Return-Path: <frank.xx at xx.de> Delivered-To: xx at mdn.de Received: from mailrelay1.xx.de (mailrelay.xx.de [212.114.153.xx]) by xx.de (Postfix) with ESMTP id D31B7A88F for <xx at mdn.de>; Wed, 18 Jun 2003 08:55:07 +0200 (CEST) Received: from ntmail1.xx.de (ntmail1.xx.de [212.114.155.xx]) html and stuff following... == end corrupted emai...
2023 Mar 07
1
insert hyperlink into svg graphic
...'s how that would work: <object data="temps.svg" type="image/svg+xml" alt="Image description TK"> <p>Your browser does not support the &lt;object&gt; tag.</p> </object> (Most browsers support the object tag: see https://caniuse.com/mdn-html_elements_object ) Cheers, Boris > On 2023-03-07, at 10:33, Bert Gunter <bgunter.4567 at gmail.com> wrote: > > Perhaps this thread on stackoverflow (from a search on "include hyperlink > in svg graphic") may be of use: > > https://stackoverflow.com/quest...
2008 Jun 03
2
How to set MDNSent flag on a large amount of mails?
Hi, after having moved a big mail archive to IMAP, I've now got the following problem: The MUA asks to send an MDN on all those old messages that contain the 'Disposition-Notification-To' header when opened. I'd like to set the $MDNSent flag on those (>10000 in a deeply nested directory structure) mails. After having read http://wiki.dovecot.org/MailboxFormat/Maildir I wrote a script that change...
2006 Feb 16
2
Problems with IDE RAID on specific motherboard
...ry long time to format the drives, I see lots of errors about DMA on the alternate consoles, and there being only one drive (unable to start RAID array, only 1 drive found) even though the installer and disk druid have no problem reporting both drives. It comes down to something like "/dev/mdN delayed until /dev/mdX is synchronized because they share physical resources"... I'm stumped, and falling back to non-RAID because this system is needed in production. And, I'm not new to using software RAID, I've been using it for years without issue. Any idea what's go...
2007 May 15
2
kde-window-decorator crashes
...on/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit X-KMail-Recipients: compiz list <compiz at lists.freedesktop.org> Message-Id: <200705151854.52453.silvan.calarco at mambasoft.it> Status: R X-Status: NQ X-KMail-EncryptionState: X-KMail-SignatureState: X-KMail-MDN-Sent: --nextPart12284572.cJpNqUBv6N Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I've updated compiz to the 0.5.0 release and since my release 0.3.something= I=20 keep on seeing seldom crashes from kde-...
2002 Mar 02
4
ext3 on Linux software RAID1
...ata partition of our box had some major filesystem corruption. Needless to say, I am now looking into converting the filesystem to ext3 and I have some questions regarding ext3 and Linux software RAID. I have read that previously there were some issues running ext3 on a software raid device (/dev/mdN), but that most of those issues are resolved by running kernel 2.4.x. Currently we are running 2.4.16 on our producton system and we have a rather complicated hardware/software RAID configuration on the box. Now for the details of my system. See http://w3.one.net/~djflux/graphics/raiddiag.png fo...
2012 Feb 12
2
v2.1.rc6 released
...ly lost. This is especially helpful if dbox alt storage becomes unmounted. * Expire plugin: Only go through users listed by userdb iteration. Delete dict rows for nonexistent users, unless expire_keep_nonexistent_users=yes. * LDA's out-of-quota mails now include DSN report instead of MDN. + LDAP: Allow building passdb/userdb extra fields from multiple LDAP attributes by using %{ldap:attributeName} variables in the template. + doveadm log errors shows the last 1000 warnings and errors since Dovecot was started. + Improved multi-instance support: Track automatically which i...
2012 Feb 12
2
v2.1.rc6 released
...ly lost. This is especially helpful if dbox alt storage becomes unmounted. * Expire plugin: Only go through users listed by userdb iteration. Delete dict rows for nonexistent users, unless expire_keep_nonexistent_users=yes. * LDA's out-of-quota mails now include DSN report instead of MDN. + LDAP: Allow building passdb/userdb extra fields from multiple LDAP attributes by using %{ldap:attributeName} variables in the template. + doveadm log errors shows the last 1000 warnings and errors since Dovecot was started. + Improved multi-instance support: Track automatically which i...
2010 Oct 24
0
CentOS Digest, Vol 69, Issue 24
...e become messed up, can any of you comment > > on that? willl I need to hack at that issue, too, before I can succeed? > > > > thanks again! > > > > > >> Nataraj > >> > I would first try adding the drives back in with: > > mdadm /dev/mdN -a /dev/sdXn > > Again, this is after having stopped the bogus md arrays. Nataraj, that worked fine, didn't need to --force it. Now I'm back to having two devices in md0 and two in md1, and they're the RIGHT two! :) Put the box in single-user mode to do the work, then after the...
2013 May 10
1
Remove Return-Path in lda rejection message
Is it possible to remove return-path in dovecot lda rejection? -- *Davide Marchi* *T*eorema *F*errara *Srl* Via Spronello, 7 - Ferrara - 44121 Tel. *0532783161* Fax. *0532783368* E-m at il: *davide.marchi at mail.cgilfe.it* Skype: *davide.marchi73* Web: *http://www.cgilfe.it* *CONFIDENZIALITA'* *Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in questo messaggio sono
2009 Sep 16
0
[LLVMdev] [proposal] Extensible IR metadata
...t apple.com> wrote: > Devang's work on debug info prompted this, thoughts welcome: > http://nondot.org/sabre/LLVMNotes/ExtensibleMetadata.txt Here is partial initial implementation. Thoughts ? - Devang -------------- next part -------------- A non-text attachment was scrubbed... Name: mdn.diff Type: application/octet-stream Size: 7860 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090915/3b4fb271/attachment.obj>
2012 Feb 12
2
v2.1.0 status
I'll release v2.1.rc6 in maybe 16 hours or so. If no problems are reported in it after a few days I'll just change version to 2.1.0. So now's a great time to try the latest v2.1 hg version to see if there are any problems. I've gone through all of my old mails. Let me know if you think something is still missing / unfixed in v2.1 hg. Preferably today. Next up: Creating