Displaying 20 results from an estimated 20 matches for "mailnew".
Did you mean:
mailnews
2008 Mar 13
1
[LLVMdev] Subversion head: build problem on cygwin?
...ain; charset=us-ascii; format=flowed
---- message header ----
The problem is that "format=flowed" makes some of the mailers
on receiving side to replace TABs with spaces and do similar
changes. Thus the patches from you can look corrupted.
To fix this just make your mozilla defaults/pref/mailnews.js file
to look like:
pref("mailnews.send_plaintext_flowed", false); // RFC 2646=======
pref("mailnews.display.disable_format_flowed_support", true);
-------------------------------------------
2008 Mar 13
0
[LLVMdev] Subversion head: build problem on cygwin?
On Mar 11, 2008, at 8:10 PM, Sam Bishop wrote:
> Sam Bishop wrote:
>> What LLVM is trying to do here is determine its own path. I don't
>> know
>> if the approach being used will work on Cygwin. (The code is very
>> new,
>> and it's never worked on Cygwin.) You could try reading the
>> /proc/$$/exe symlink. I don't know how long Cygwin
2016 Jul 30
2
IMAP flags and dovecot-keywords not working as expected
I've converted most of our users from Outlook to Thunderbird. One important feature of
Thunderbird is that it pays attention to the IMAP non-standard message flags via the 'tags'
feature (see http://wiki2.dovecot.org/MailboxFormat/Maildir). This is important because 2
users make extensive use of Outlook categories (Tags, in Thunderbird). I found that when I set
a message to the 1st
2008 Mar 12
3
[LLVMdev] Subversion head: build problem on cygwin?
Sam Bishop wrote:
> What LLVM is trying to do here is determine its own path. I don't know
> if the approach being used will work on Cygwin. (The code is very new,
> and it's never worked on Cygwin.) You could try reading the
> /proc/$$/exe symlink. I don't know how long Cygwin has been emulating
> /proc, though.
The dladdr() code won't work on Cygwin; the
2018 Apr 27
1
OT: thunderbird annoyance
...t email account, it
> would do this. If this is not the case, go into
> edit->preferences->advanced-config->config editor (like the about:config
> in firefox) and search for cc_ and see if any of those variables are
> turned on.
>
Nothing, there, and looking for reply, I see
mailnews.reply_to_self_check_all_ident;false
mark
> Nataraj
>
> On 04/27/2018 10:51 AM, m.roth at 5-cent.us wrote:
>> incoming-centos at rjl.com wrote:
>>> On 04/27/2018 07:55 AM, m.roth at 5-cent.us wrote:
>>>> Does anyone know if it's even possible to NOT c...
2017 Oct 24
0
Fwd: master/master replications v. 2.2.32
...l
}
}
service config {
unix_listener config {
user = vmail
}
}
service doveadm {
inet_listener {
port = 61800
}
user = vmail
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
mode = 0666
}
}
ssl = required
ssl_cert = </etc/pki/tls/certs/mailnew.it911.crt
ssl_key = # hidden, use -P to show it
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
Thank you
Jorge C.
On Mon, Oct 23, 2017 at 1:19 PM, Jorge Canto E. <jorge.canto at gmail.com>
wrote:
> Hi, here is doveconf -n
>
> # 2.2.32 (dfbe293d4): /etc/dov...
2003 Aug 14
1
/usr: create/symlink failed, no inodes free
...4 4 0 100% /proc
linprocfs 4 4 0 100% /usr/compat/linux/proc
firak /usr/ports/www/mozilla # make
Mozilla has the following tunable option(s):
WITHOUT_XFT=yes Disables Xft anti-aliasing support
WITH_CALENDAR=yes Enables the Calendar module (requires Mailnews and Composer modules)
WITHOUT_MAILNEWS=yes Disables the Mail and News modules
WITHOUT_COMPOSER=yes Disables the HTML Composer module
WITHOUT_LDAP=yes Disables LDAP support within the Mailnews module
WITHOUT_CHATZILLA=yes Disable the Chatzilla IRC module
WITH_JAVASCRIPT_DEBUGGER=yes Enable th...
2015 Jan 26
4
Thunderbird: improper command pipelining after EHLO
I couldn't find working solutions for this anomalie on the net. What
does this mean and does someone know how to fix this?
postfix/smtpd[18757]: improper command pipelining after EHLO from
unknown[192.168.10.233]: QUIT\r\n
Thanks
Best Regards,
Leander
2017 Aug 16
2
Cannot login with method=GSSAPI
I am migrating an existing dovecot server to a new server. The existing
server uses pam_krb5 and works with the plain and gssapi methods. The new
server plain/pam_krb5 normal password authentication works. However, the
gssapi (tickets) authentication is producing the following error:
=== Begin Error ====
imap-login: Disconnected (no auth attempts in 0 secs): user=<>,
rip=192.168.7.61,
2017 Oct 23
2
master/master replications v. 2.2.32
Hi, in the past I set up a master/master replication through TCP using
dovecot 2.2.10 on both servers and everything is running fine, I filter the
users to replicate using the iterate_query on file dovecot-sql.con.ext; now
I want to set up a new replication between two new servers running dovecot
2.2.32 but the replicator service tries to replicate every user on my
database even when the
2017 Aug 16
0
Cannot login with method=GSSAPI
The disconnect (no auth attempts) means that the client did not see any
reason to try logging in.
You can use https://wiki.mozilla.org/MailNews:Logging to enable debug
logging.
Aki
On 16.08.2017 09:50, Erik Haller wrote:
> I am migrating an existing dovecot server to a new server. The existing
> server uses pam_krb5 and works with the plain and gssapi methods. The new
> server plain/pam_krb5 normal password authentication work...
2017 Oct 25
0
Replication Issue
...l
}
}
service config {
unix_listener config {
user = vmail
}
}
service doveadm {
inet_listener {
port = 61800
}
user = vmail
}
service replicator {
process_min_avail = 1
unix_listener replicator-doveadm {
mode = 0666
}
}
ssl = required
ssl_cert = </etc/pki/tls/certs/mailnew.crt
ssl_key = # hidden, use -P to show it
userdb {
args = /etc/dovecot/dovecot-sql.conf.ext
driver = sql
}
I really appreciate your help
Jorge C.
2009 Jun 23
2
Capability COMPRESS implemented?
Hi, I just read that
http://tools.ietf.org/html/rfc4978
..is being implemented in Thunderbird 3. This is great news!
It's been a long time since we last discussed this and I don't think
it's currently implemented in Dovecot, but since Cyrus just added it,
any chance of getting support in Dovecot please? (Fastmail seems to be
supporting this effort)
On a similar note we had a
2013 Oct 25
0
<ctrl+r> forms line breaks and quotes when composing replies
...underbird, up to 17.0.9 anyway, when you compose
a reply to post that has long lines, over 72 characters, pressing
<ctrl+r> will form line breaks and quotes in reply.
that is if you have;
edit > preferences > advanced > general > config editor
search: wraplength
mailnews.wraplength default integer 72
doing such makes for easier reading of post as it makes post
more clear as to where quotes end and replies begin.
thank you.
--
peace out.
in a world with out fences, who needs gates.
tc.hago.
g
.
2018 Apr 27
2
OT: thunderbird annoyance
incoming-centos at rjl.com wrote:
> On 04/27/2018 07:55 AM, m.roth at 5-cent.us wrote:
>> Does anyone know if it's even possible to NOT cc myself when I hit reply
>> all?
>>
>> Geez, that's what's in the sent folder....
>
> Check your settings for account setting->copies & folders->cc these
> email addresses
>
> When I do a
2014 Jul 15
1
Dovecot/K9/Thunderbird IMAP interaction issues: replicated messages, constant reloading (TB) & missing new messages (K-9)
...30 messages in it, then thunderbird starts redownloading
headers and eventually gets back up to the 1297 currently listed both in
the TB pane and by ls | wc -l in /cur. Is it possible there is a time
out that needs to be extended? In TB, I've set (among other less
apparently relevant options)
mailnews.tcptimeout;1000
mail.db.idle_limit;30000000
* Also, with Thunderbird, I get duplication of messages in the client.
I suspect this is related to the previous redownload error, but there is
some indication in some posts that it is potentially related to a dirty
flag. I've had this problem befo...
2003 Feb 01
1
[Summary] Problems for 13 year old
...9;)
- analyze Bush vs. Gore vote. See http://www.sas.upenn.edu/~baron/policy.html .
- rate autos (or other product) via several criteria and use stat methods to
combine these into a single desirability score
- spam filtering See http://www.paulgraham.com/spam.html and
http://www.mozilla.org/mailnews/spam.html .
LANGUAGES
Suggestions. I don't really want to get too sidetracked into the relative
merits of various languages here as the intention was to focus on science, math
and stats rather than programming, per se, however, for completeness some
people mentioned the following two languag...
2005 Apr 06
3
ie5, ie6 won't install
...MIL_4.CAB* IEW2K_3.CAB* SCAIME.CAB*
AXA.CAB* IEEXINST.CAB* IENT_S1.CAB* IEW2K_4.CAB* SCR56EN.CAB*
BRANDING.CAB* IE_EXTRA.CAB* IENT_S2.CAB* JAAIME.CAB* SCRIPTEN.CAB*
CRLUPD.CAB* IELPKAD.CAB* IENT_S3.CAB* KOAIME.CAB* SETUPNT.CAB*
DXDDEX.CAB* IELPKAR.CAB* IENT_S4.CAB* MAILNEWS.CAB* SETUPW95.CAB*
FONTCORE.CAB* IELPKIW.CAB* IENT_S5.CAB* MDAC_IE5.CAB* SWFLASH.CAB*
FONTSUP.CAB* IELPKJA.CAB* IENT_S6.CAB* MOBILE95.CAB* TCAIME.CAB*
GSETUP95.CAB* IELPKKO.CAB* IE_S1.CAB* MOBILENT.CAB* TS95.CAB*
GSETUPNT.CAB* IELPKPE.CAB* IE_S2.CAB* MPCDCS.CAB* TSNT.CA...
2003 Jan 24
4
Problems for 13 year old
I would like to teach some scientific/statistical computing to my 13
year old nephew and was considering using R for this. He has a Mac G3
OS 9.1.
I am looking for ideas for problems that would be interesting and
motivating for someone that age. I recently taught him the basics of
HTML and noticed that he particularly was intrigued by the ability to
change colors; thus, perhaps problems
2006 Nov 02
1
pxelinux: Forward control to another PXE server
Hello,
We currently have a pxelinux setup, where our servers are offered a set
of firmware update and linux installation options, when an operator
configures them to do a network boot.
Now our Windows guys wants to setup another PXE/TFTP solution (Microsoft
ADS) to help them with their installations. They also need access to the
firmware update options from the existing solution, so I'm