Displaying 20 results from an estimated 936 matches for "maillist".
2011 Aug 25
1
dovecot and maillists problem
Hello there!
I have a little trouble with using dovecot as lmtp and maillists.
I use
dovecot 2.0.13
with exim 4.72 on Debian 6.0. (All stuff at one host).
info of maillists is store in mysql table, for example:
+---------+-------------------------------------------------------------------------------------------------+
| name | recipients...
2011 Dec 23
2
mbox, hierarchical folders/folders and IMAP
Hello,
I'm now dealing with funny problem. I try to use Dovecot (2.1.rc1,
actually) and mbox format to store old mailing, to keep logic of "one
folder = one file".
If I'd choose Maildir, I'd be able to create hierarchical folders (like
"OldMail -> Maillists -> Dovecot"), and in fact on disk such a folders
would be stored as real folders with dots in their names. In PHP it is
easy to create with "imap_createmailbox()" function, I'd simple fire it
3 times (for "OldMail", for "OldMail.Maillists" and for
&quo...
2004 Aug 06
0
ADV: Direct email blaster, email addresses extractor, maillist verify, maillist manager...........
...face! Easy to configure and use </B></FONT></P>
<FONT face=Arial><A
href="http://www.wldinfo.com/bj_download/edeb_set.zip"><STRONG>Download
Now</STRONG></A></FONT></P>
<STRONG><FONT color=#ff0080 face=Arial size=4>Maillist
Verify</FONT></STRONG></P>
<FONT face=Arial>Maillist Verify is intended for e-mail addresses and mail
lists verifying. The main task is to determine which of addresses in the mail
list are dead. The program is oriented, basically, on programmers which have
their own mai...
2009 Feb 26
1
why i can't send mail to the openssh maillist with my email client software
Hi
Any idea?
Best Regards.
2003 Aug 21
1
Structured release, Maillists
...S code".
>
I agree with this. Any chance of a "version.h" in the top level
directory. It would add to confidence level a fraction...
==========================================================================
How hard would it be to drop all the HTML and =20 messages
out of the maillist digest..... This would improve the s/n ratio...
Many Thanks Roger De Salis
> Steve
>
--
\_ Roger De Salis rdesalis at fx dot net dot nz
</' FX Networks +64 21 481 452
/) Wellington, New Zealand roger at desalis dot gen...
2015 Feb 26
4
Native characterset is wrong for unicode builds for Windows
When I send some outlandish characters through enc2native (or format) in
R 3.1.2 on Ubuntu trusty it works quite well:
> "?????"
[1] "?????"
> enc2native("?????")
[1] "?????"
> Encoding(enc2native("?????"))
[1] "UTF-8"
In Windows the result is different:
> "?????"
[1] "?????"
>
2005 Dec 17
13
Rookie with ActionMailer
...r jpfeifer-fVOoFLC7IWo@public.gmane.org
/app/controllers/home_controller.rb:34:in `email_list''
script/server:54
jpfeifer-fVOoFLC7IWo@public.gmane.org is my email and is pulled from my database table
I''m set up like this:
Controller:
def email_list
email = Email.find(:first)
MailList::deliver_send_email(email)
end
Model:
class MailList < ActionMailer::Base
def send_email(email)
@recipients = email.address
@from = ''email-Jbz+COfnBiiw5LPnMra/2Q@public.gmane.org''
@subject = ''thanks for entering the contest''
end
end
Environment:
#...
2011 Jun 04
0
[LLVMdev] Fwd: Re: How to identify LLVM version? [updated patch]
...t cs.uiuc.edu>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.rawbw.com
X-Spam-Level:
X-Spam-Status: No, score=-0.2 required=7.0 tests=AWL,HK_RANDOM_ENVFROM,
J_CHICKENPOX_102,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD
autolearn=disabled version=3.3.1
Received: from dcs-maillist.cs.uiuc.edu (dcs-maillist.cs.uiuc.edu
[128.174.252.7]) by mail1.rawbw.com (8.14.2/8.14.2) with ESMTP id
p53JAr6i054359 for <yuri at rawbw.com>; Fri, 3 Jun 2011 12:10:58 -0700
(PDT) (envelope-from llvmdev-bounces at cs.uiuc.edu)
Received: from dcs-maillist.uiuc.edu (localhost.localdomain...
2006 Jun 20
8
fail to make call
Hi
I have the following configuration
|
UA1 --|------ asterisk1 -----------------------+
UA2 --|------ asterisk2 -----------------------+ DB
UA3 --|------ asterisk3 -----------------------+
UA4 --|------ asterisk4 -----------------------+
|
All UA is located in the same area. A seperated PC is used as a
centralized DB for storing a common dial plan, user account and
register
2005 Aug 01
1
Is this maillist down?
This is usually a very active list, but looking at my procmail log the last
message I have received arrived on:
>From asterisk-users-bounces@lists.digium.com Fri Jul 29 03:04:17 2005
Subject: Re: [Asterisk-Users] How can I use MySQL in the dialplan?
Since that message there has been a gaping silence, any idea what is up, as I
am sure seeing mail from everything else. Actually I
2012 Mar 28
0
Domain users are loosing there groups after some time. (samba maillist)
Hello,
sorry that i didn't answer sooner. (I was ill the last few days.)
We didn't resolve the problem yet.
But we wonna try to use the patch Micha Lenk mentioned in his post.
(https://bugzilla.samba.org/show_bug.cgi?id=8523)
We think, until the cache problem is resolved, it is better to have no
cache then a bad cache. Also i read the posts of the last few days on
the list. And i think
2013 Nov 11
2
blames for using maillists ?
why do you not simply shut up?
# sieve rule
require ["imap4flags"];
# rule:[reindl]
if allof (header :contains "From" "h.reindl at thelounge.net")
{
setflag ["\\Seen","\\Flagged"];
stop;
}
2018 Mar 02
5
Emiting linkage names for Types to Debuginfo (C++ RTTI support in GDB/LLDB)
...know modern C++ debuggers (GDB and LLDB) support dynamic type
identification for polymorphic objects, by utilizing C++ RTTI.
Unfortunately this feature does not work with Clang and GDB >= 7.x . The
last compiler that worked well was G++ 6.x
I've asked about this issue both on GDB and LLDB maillists. Unfortunately
it's hard or impossible to fix it on debugger side.
The problem is that compilers do not emit linkage name of type to debug
information, and so debuggers can't link RTTI with DW_TAG_*_types reliably.
Consider example:
///////////////////////////////////////////////////////...
2002 Mar 07
5
mailing list archive
Dear R help users:
I have set up a r help mailing list archive based on mysql which support
full text search and auto-update.
Please visit http://www.baidao.net/r/maillist/index.cgi . I hope you could
provide me bug reports and suggestions.
I will add r_dev and r_announce mailing list as soon as possible.
Thanks in advance!
eLan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac....
2017 Apr 18
2
SIP connections over OpenVPN connection get one-way voice.
2015 Feb 27
2
Native characterset is wrong for unicode builds for Windows
Am 27.02.2015 um 03:13 schrieb Duncan Murdoch:
> On 26/02/2015 6:34 PM, maillist at tlink.de wrote:
>>> On 26/02/2015 3:09 PM, maillist at tlink.de wrote:
>>>> When I send some outlandish characters through enc2native (or format) in
>>>> R 3.1.2 on Ubuntu trusty it works quite well:
>>>>
>>>> > "?????"
>...
2003 Sep 28
9
Google newsgroup or Forum setup.
I am sure this has been asked before, but why not use Google newsgroup or at least some forum BBS software instead of this cumbersome mailing list process?
--
Costas Menico
Meezon Software Corp
201-224-8111
costas@meezon.com
--
2012 May 02
1
SELinux prevents my PHP script from sending mail
...hen everything works like a charm. I wonder what changed between last
month and this month?
Anyway, I checked the audit.log file and found the relevant AVC denials.
I created a local policy (audit2allow) to circumvent the denials, which
helpfully prevented the denial messages in audit.log. But the maillist
script still fails identically as long as SELinux is enforcing. And now
nothing shows up in audit.log.
So SELinux is preventing sendmail from calling my maillist script and
not reporting the reason. How do I go about figuring out what's broken
and how to fix it?
-Alan
2016 Feb 17
2
Problem compiling res_fax_spandsp.c on Debian server.
On 2016-02-17 15:32, Richard Mudgett wrote:
> On Wed, Feb 17, 2016 at 5:15 PM, Ernie Dunbar <maillist at lightspeed.ca>
> wrote:
>
>> Hi everyone.
>>
>> We have an Asterisk server running Debian Squeeze, with Asterisk
>> v1.8.13.1 (basically, the Debian Stable version for Squeeze, but
>> with some minor source code changes specific to our site). We're
&g...
2016 Aug 02
3
Problem with sieve configuration on dovecot+debian_jessie+ISPC3
I'm new-ish to dovecot and sieve (haven't used it extensively till now)
and I'm not sure that I configured everything propperly.
The problem is that we're trying to get the following sieve code to run:
require ["fileinto", "regex", "date", "relational", "vacation",
"duplicate"];
require "duplicate";
if