* Morgan Sackett <[EMAIL PROTECTED]> [27-03-03 00:39]:
> Henrique de Moraes Holschuh wrote
>
> > Indeed. That's my setup exactly. However, I just run lmtpd -a,
> bound to a
> > private network where only the LMTP servers and the SMTP
> servers are
> > connected to. Thus, n
Did you compile cyrus with tcp wrapper?
-Igor
On Wed, 26 Mar 2003, Morgan Sackett wrote:
> Rob Siemborski wrote:
>
> >Not that Cyrus Murder is the only reason the use TCP LMTP. Its entirely
> >reasonable to have your MTA on a separate machine and have delivery to
> >cyrus happen via TCP LMTP o
Hello.
Thank you for the reply.I understood.
Thank you.
On Wed, 26 Mar 2003 09:10:50 -0500
Ken Murchison <[EMAIL PROTECTED]> wrote:
> >
> > Q1. Does Cyrus-IMAP support client-defined keyword?
> >(Flags Message Attribute)
>
> Yes.
>
> > Q2. Does Cyrus-IMAP support MySQL to the authentica
If you are getting connection refused trying to connect to the socket, then
you have the line commented out in the configuration file for the binding of
the lmtp socket.
I've used lmtp over socket for quite some time and found it to be the best
method to date.
---
The word bipartisan usually m
Amos Gouaux wrote:
>
> > On Wed, 26 Mar 2003 17:05:22 +0200,
> > Nikos Voutsinas <[EMAIL PROTECTED]> (nv) writes:
>
> nv> Lawrence Greenfield wrote:
> >> You might have to add -D_FFR_AUTH_PASSING=1 to your site.config.m4,
>
> nv> You realise that this feature of sendmail (was already a
Henrique de Moraes Holschuh wrote
> Indeed. That's my setup exactly. However, I just run lmtpd -a,
bound to a
> private network where only the LMTP servers and the SMTP
servers are
> connected to. Thus, no authorization worries, and no SASL
overhead.
Here is the error that
Rob Siemborski wrote:
Not that Cyrus Murder is the only reason the use TCP LMTP. Its entirely
reasonable to have your MTA on a separate machine and have delivery to
cyrus happen via TCP LMTP over the network.
This is my planned usage. I am migrating mail services from one machine
to another on
Scott M. Likens wrote:
Why aren't you using unix:/var/spool/imap/lmtp
If you had taken the time to read through the previous message, I had
stated that I recieve a "connection refused" error using the socket method.
There is absolutely no reason to use TCP LMTP unless you have to. In this
case
On Wed, 26 Mar 2003, Rob Siemborski wrote:
> Not that Cyrus Murder is the only reason the use TCP LMTP. Its entirely
> reasonable to have your MTA on a separate machine and have delivery to
> cyrus happen via TCP LMTP over the network.
Indeed. That's my setup exactly. However, I just run lmtpd -
On Wed, 26 Mar 2003, Scott M. Likens wrote:
> There is absolutely no reason to use TCP LMTP unless you have to. In this
> case since it's obvious you are not using Cyrus Murder and don't need the
> proxy's to pass the messages back to the backend servers.
Not that Cyrus Murder is the only reason
Why aren't you using unix:/var/spool/imap/lmtp
There is absolutely no reason to use TCP LMTP unless you have to. In this
case since it's obvious you are not using Cyrus Murder and don't need the
proxy's to pass the messages back to the backend servers.
Save us all some patience. Put that in the
>A SAN is just a different transport mechanism between the host and the
>drives -- the protocol is the same old SCSI that has been around for
>years. That said, there is less interoperability than one would like at
>this point.
>
>The basic problem with NFS is that either you violate standard U
Mitrana Cristian wrote:
* Morgan Sackett <[EMAIL PROTECTED]> [26-03-03 16:37]:
You are correct about the MX records, though mail addressed directly to
the machine gets delivered correctly. As far as I have read, LMTP does
not require or use MX records. The socket method gives me a "connect
Andrew McNamara wrote:
You probably don't want to be running cyrus on an NFS partition.
The only other option would be a SAN, and people here trust them even
less. BTW, they've successfully been running a large, heavily used,
Oracle instance for several years now over NFS to a Netapp with se
>> We've noticed that "ctl_cyrusdb -r" is quite slow when working against an
>> NFS spool (Netapp) on an otherwise quiesent system. Looking at a gcore,
>> I see that the slow part is preening the mailboxes (deleting reserved
>> mailboxes), rather than rolling the checkpoints forward. The process
>>
> On Wed, 26 Mar 2003 17:05:22 +0200,
> Nikos Voutsinas <[EMAIL PROTECTED]> (nv) writes:
nv> Lawrence Greenfield wrote:
>> You might have to add -D_FFR_AUTH_PASSING=1 to your site.config.m4,
nv> You realise that this feature of sendmail (was already available in
nv> early releases of 8.12
That certainly would explain this behavior.
How involved is your regex auth module? And would you feel comfortable
sharing it?
Ben
* Paul M Fleming <[EMAIL PROTECTED]> [030326 13:10]:
> The / is considered an illegal character under auth_unix. I wrote a
> regular expression based auth module
The / is considered an illegal character under auth_unix. I wrote a
regular expression based auth module which will work with Kerb V. That
is how we solved the problem..
Rudolph T Maceyko wrote:
--On Wednesday, March 26, 2003 11:47:34 -0800 Ben Poliakoff
<[EMAIL PROTECTED]> wrote:
Anyone out
* Morgan Sackett <[EMAIL PROTECTED]> [26-03-03 16:37]:
> You are correct about the MX records, though mail addressed directly to
> the machine gets delivered correctly. As far as I have read, LMTP does
> not require or use MX records. The socket method gives me a "connection
> refused" error
--On Wednesday, March 26, 2003 11:47:34 -0800 Ben Poliakoff
<[EMAIL PROTECTED]> wrote:
Anyone out there using */admin principals with cyradm?
I tried and gave up, so I'd like to discover the way to do this too...
It worked under 2.0.x releases of Cyrus IMAPd.
Rudy
I have been trying to get the BayesSpam filter to work under Squirrelmail
and Cyrus. The filter recognizes spam for what it is, but doesn't send it
to the proper mailbox. I have been emailing the author and he has been
helpful, but he believes the solution is with Cyrus. Below are two
excerpts f
We make use of SASL/GSSAPI authentication with our cyrus installation.
The man page for imapd.conf says that the "admins:" field may contain a
kerberos admin principal, enabling that admin principal to, well
administer the cyrus installation.
I can't get that to work with cyradm. I've tried repe
(Please reply privately for the sanity of the other lists, if you feel a reply
is needed; or at least trim out the lists you're not a member of)
I just wanted to drop a line to all the developers of the programs I setup
recently for our mailserver, and thank you all. Sometimes the people who work
You are correct about the MX records, though mail addressed directly to
the machine gets delivered correctly. As far as I have read, LMTP does
not require or use MX records. The socket method gives me a
"connection refused" error.
lmtpd is running. Here is the appropriate sections of my cyr
Nikos,
Sorry, I don't understand your post. Was it a request for some change?
Additional documentation?
confused,
Larry
Date: Wed, 26 Mar 2003 09:17:02 -0500
From: Ken Murchison <[EMAIL PROTECTED]>
[...]
The majority of imapd's work is not done in imap* files. There are 80
LOG_DEBUG entries in the imap/ directory, and 141 in 2.1.12.
This is in addition to all of the LOG_INFO, LOG_NOTICE, ... -- 990
On Wed, 26 Mar 2003, Jeremy Rumpf wrote:
> Actually, I think someone a while ago had come up with a solution. I'm not
> sure how proper it is, you can decide. Here's a copy of the post from Fritz
> Test <[EMAIL PROTECTED]> :
[snip]
Hmmm, I probably should have looked at it then... but I don't thi
John Alton Tamplin wrote:
When I want to debug an actual
problem such as the core dump you refer to, I run the program under a
debugger or at least investigate the core dump with a debugger.
How does one run PHP code under a debugger? And how does one investigate a
core dump with a debuger?
Th
John Alton Tamplin wrote:
> Oliver Pitzeier wrote:
> > Sorry, but I believe there are enough interessting parts in
> > imapd and
> > also in some lib/* file that could be logged for debugging reasons...
>
> Complaints about the code quality of Cyrus coming from
> someone who tries to pass an i
John Alton Tamplin wrote:
>
> Oliver Pitzeier wrote:
>
> >Sorry, but I believe there are enough interessting parts in imapd and also in
> >some lib/* file that could be logged for debugging reasons...
> >
> >
> Complaints about the code quality of Cyrus coming from someone who tries
> to pass a
Oliver Pitzeier wrote:
Sorry, but I believe there are enough interessting parts in imapd and also in
some lib/* file that could be logged for debugging reasons...
Complaints about the code quality of Cyrus coming from someone who tries
to pass an int where a char* is expected, whose patch resu
Lawrence Greenfield wrote:
I know it's vaguely off topic, but it's certainly related to cyrus-imap;
can anyone point to some sendmail config tips that make it pass this
info to LMTP?
Is this passing of "authid" supposed to happen by default with SMTP auth
enabled?
You might have to a
On Wednesday 26 March 2003 08:57 am, Oliver Pitzeier wrote:
> Jeremy Rumpf wrote:
> > This has been on this list in the past, this post is on an
> > older release, but is the problem is the same. The imap server
> > dumps when a message from Outlook or Outlook Express is copied
> > to it. Machine i
Ken Murchison wrote:
> The majority of imapd's work is not done in imap* files.
> There are 80 LOG_DEBUG entries in the imap/ directory, and
> 141 in 2.1.12.
Sorry, but I believe there are enough interessting parts in imapd and also in
some lib/* file that could be logged for debugging reasons.
On Thu, Mar 20, 2003 at 06:48:27PM -0600, Scott McDaniel wrote:
> I am in the process of replacing a solaris 6 imap server to solaris 8.
> I am trying to use the following software; however, I am still unable to
> get incoming messages into the users' inbox. Any assistance you can
> provide in
On Wed, 26 Mar 2003, Andrew McNamara wrote:
> We've noticed that "ctl_cyrusdb -r" is quite slow when working against an
> NFS spool (Netapp) on an otherwise quiesent system. Looking at a gcore,
> I see that the slow part is preening the mailboxes (deleting reserved
> mailboxes), rather than rollin
Oliver Pitzeier wrote:
>
> Hi!
>
> The problem I'm currently working on shows me, that there is not a very good
> error catching in Cyrus IMAP.
There is a big difference between error catching and tracing execution
with DEBUG messages. If you're trying to track down a crash, then you
should b
[EMAIL PROTECTED] wrote:
>
> Hello everyone.
>
> I have three questions now. Please teach me the answer.
> (Sory, I try the setup of cyrus-imap. However, I failed.)
>
> Q1. Does Cyrus-IMAP support client-defined keyword?
>(Flags Message Attribute)
Yes.
> Q2. Does Cyrus-IMAP support MySQL
Jeremy Rumpf wrote:
> This has been on this list in the past, this post is on an
> older release, but is the problem is the same. The imap server
> dumps when a message from Outlook or Outlook Express is copied
> to it. Machine is an older alpha ev5.6. Here's a recap:
[ ... ]
Thanks a lot Jeremy
Hi!
The problem I'm currently working on shows me, that there is not a very good
error catching in Cyrus IMAP.
It also shows me, that there are too few debug possibilities.
Look at this:
[EMAIL PROTECTED] imap]$ grep -i debug imap*
imapd.c:syslog(LOG_DEBUG, "open: user %s opened %s", imapd_us
On Wednesday 26 March 2003 05:35 am, Oliver Pitzeier wrote:
> Oliver Pitzeier wrote:
> > > Rob Siemborski wrote:
> > > > > Copying mails between two imap-servers is normally no
> > > > > problem and works with all my servers, except this one...
> > > > >
> > > > > Any ideas?
> > > >
> > > > Do you
Oliver Pitzeier wrote:
> Now I'll dig into tmcomp(atmp, btmp) :-)
OK... I solved the problem... It's not OK to do it this way - I know, but it
actually helps for the moment...
--- mkgmtime.c.orig Wed Mar 26 14:03:34 2003
+++ mkgmtime.c Wed Mar 26 14:04:19 2003
@@ -100,6 +100,8 @@
{
Hello everyone.
(B
(BI have three questions now. Please teach me the answer.
(B(Sory, I try the setup of cyrus-imap. However, I failed.)
(B
(BQ1. Does Cyrus-IMAP support client-defined keyword?
(B (Flags Message Attribute)
(BQ2. Does Cyrus-IMAP support MySQL to the authentication?
(BQ3.
> In <[EMAIL PROTECTED]>
> Christian Schulte <[EMAIL PROTECTED]> wrote:
> Oliver Pitzeier wrote:
[...]
> Hhm! No real answers to my questions for now... I now know how to debug
> a cyrus installation but I really need to know how to upgrade from db3.2
> to db4.1 !
Do ./configure --
Oliver Pitzeier wrote:
> > Rob Siemborski wrote:
> > > > Copying mails between two imap-servers is normally no
> > > > problem and works with all my servers, except this one...
> > > >
> > > > Any ideas?
> > >
> > > Do you have a protocol trace of what outlook is feeding cyrus?
> > > Alternative
45 matches
Mail list logo