Re: rooling replication and many pop3d

2011-11-25 Thread Oberdan Albertoni
Thank you all,
I wiil do analysis to verify the problem about storage.
By Obe.


On 24/11/2011 14:17, Andy Bennett wrote:
 Hi,

 What IO subsystem do you have on this machine? What filesystem are you
 using?
 I have  4 HDD 500GB S SATA II
 with LSI 8704 ELP SAS
 RAID 6
 filesystem ext3 mounted with noatime, nodiratime

 this my vmstat after I run the command   find -type f | xargs cat
 /dev/null  :

 http://www.digicolor.net/cyrus/img7.jpg
 This is a very sad set of numbers. :-( It's still really, really choppy
 and the dead spots don't seem to correlate particularly well with bo
 activity.

 Have you got someone who can help you debug your storage array and
 ensure that it's not degraded in some way? Is the battery empty? Are
 there any disks which are failing? Do all the disks have their write
 caches and retry handling set up correctly?

 How old is your file system? Have you been running it near capacity
 (70% full) for long periods of time?

 You might be able to tell whether you have a file system problem or an
 array problem by comparing your previous vmstat with the results
 obtained from 'sudo /sbin/haparm -tT /dev/spool dev'. For reference,
 on my disk I get:

 -
 $ sudo /sbin/hdparm -tT /dev/sda

 /dev/sda:
   Timing cached reads:   3272 MB in  2.00 seconds = 1637.05 MB/sec
   Timing buffered disk reads:  194 MB in  3.02 seconds =  64.18 MB/sec
 -

 I'd certainly not expect anything less from your array. I'd hope for at
 least 100MB/sec if not a lot more.






 Regards,
 @ndy



-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: rooling replication and many pop3d

2011-11-24 Thread Oberdan Albertoni
On 24/11/2011 02:07, Andy Bennett wrote:
 Hi,

 I enabled replication between two servers with version 2.4.10 cyrus.
 I set the option for the rolling replication, and it works fine but
 obviously I have a high CPU load.
 Unfortunately after 10 minutes of running processes pop3d increasing
 from 50 to over 200, making the server unusable for customers.
 Can you tell me why this increase is abnormal?
 Can you use something like 'top' to work out which processes are
 consuming most of the CPU time?
 Thanks for the screenshots.


 This screenshot of top before  :

 http://www.digicolor.net/cyrus/img1.jpg
 This shows a load average of around 1. That means that, at any given
 point in time over the past 1 and 5 minutes, 1 process has been waiting
 in the run queue, ready to go.
 This therefore not an entirely idle machine. I see you're running a
 nameserver and a few other things: it looks they've been busy on the CPU
 but not excessively so.

 What's more worrying is the 4.5% of CPU time spent waiting. This time
 is accrued when processes are unable to run due to outstanding IO.



 and after 20 minutes of rooling replication :

 http://www.digicolor.net/cyrus/img5.jpg
 This shows a load average of around 7 and 30% of CPU time spent in
 iowait. This machine does not seem to be managing well with the IO load
 of rolling replication.



 Can you use something like 'vmstat 1' to show us how much I/O there is
 on the system?
 This screenshot of top before  :

 http://www.digicolor.net/cyrus/img3.jpg
 This shows a system that is not reading anything from disk (bi). A small
 number of blocks are being written out to disk (bo). Each line
 represents activity for a period of 1 second, as specified by the
 parameter to 'vmstat'.


 and after 20 minutes of rooling replication :

 http://www.digicolor.net/cyrus/img6.jpg
 This system is writing to disk but it's very choppy. Sometimes it's
 getting 7,000 blocks out per second and other times it's only 1,000.
 Depending on your block size, this probably represents only a few MB per
 second. The last column shows iowait CPU percentage.. and it's rather large.

 What IO subsystem do you have on this machine? What filesystem are you
 using?

I have  4 HDD 500GB S SATA II
with LSI 8704 ELP SAS
RAID 6
filesystem ext3 mounted with noatime, nodiratime


 The IO on this machine appears to be struggling significantly.

 I did a quick test on my laptop. I have a 2.5, 7,200rpm 200GB disk.

 I ran this in my home directory to cause every file to be read from disk:

 -
 $ find -type f | xargs cat  /dev/null
 -

 'vmstat 1' gives lines like this:

 -
 procs ---memory-- ---swap-- -io -system--
 cpu
   r  b   swpd   free   buff  cache   si   sobibo   in   cs us sy
 id wa
   1  1   1680  30600272 257568800 12376   576 2141 3424  3  6
 47 43
   1  1   1680  32396272 257673600 29988 0 1882 3632  5  7
 47 41
   0  1   1680  33868272 257666000 46820 0 2304 4443  4  8
 48 39
   1  0   1680  33416272 257860000 36716 0 2067 3733  3  7
 48 42
   0  1   1680  34000272 258194400 50432 0 1164 2983  3  6
 50 42
   0  1   1680  31876272 258532000 4646464 1223 2964  3  8
 49 40
   1  1   1680  30288272 258867200 51712 0 1380 3658  3  7
 46 43
   0  1   1680  29836272 259055200 59776 0 1288 3549  4  7
 47 42
   0  1   1680  30324272 259294800 58368 0 1287 3568  2  7
 49 41
   1  1   1680  30308272 259310800 1280018  917 1673  2  2
 49 46
 -

 They're an order of magnitude greater than what you're seeing. As you
 can see, I drop a few bi when I start to do bo but that's because I've
 only got a single spindle.

 Please can you run the same test?

this my vmstat after I run the command   find -type f | xargs cat  
/dev/null  :

http://www.digicolor.net/cyrus/img7.jpg



 Can you track the source of all those writes in img3?

Please can you tell us more about the type of machine you are trying to 
run this on? Thanks for the info and screenshots so far.

Is a :
n. 2 XEON Clov. 2,33 GHz - X5345
8GB RAM
With debian 5.0



Regards,
Obe.

-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

Re: rooling replication and many pop3d

2011-11-23 Thread Oberdan Albertoni
On 22/11/2011 15:52, Andy Bennett wrote:
 Hi,

 I enabled replication between two servers with version 2.4.10 cyrus.
 I set the option for the rolling replication, and it works fine but
 obviously I have a high CPU load.
 Unfortunately after 10 minutes of running processes pop3d increasing
 from 50 to over 200, making the server unusable for customers.
 Can you tell me why this increase is abnormal?
 Can you use something like 'top' to work out which processes are
 consuming most of the CPU time?

This screenshot of top before  :

http://www.digicolor.net/cyrus/img1.jpg

and after 20 minutes of rooling replication :

http://www.digicolor.net/cyrus/img5.jpg

 Can you use something like 'vmstat 1' to show us how much I/O there is
 on the system?

This screenshot of top before  :

http://www.digicolor.net/cyrus/img3.jpg

and after 20 minutes of rooling replication :

http://www.digicolor.net/cyrus/img6.jpg



 Are most of the pop3d processes sleeping in iowait?
 Do you use any other servers such as the impad?
Yes I have imapd

This is screenshot of pstree before :

http://www.digicolor.net/cyrus/img2.jpg


This is screenshot of pstree after  :

http://www.digicolor.net/cyrus/img4.jpg

Regards,
Obe.


-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


rooling replication and many pop3d

2011-11-22 Thread Oberdan Albertoni
Hi,
I enabled replication between two servers with version 2.4.10 cyrus.
I set the option for the rolling replication, and it works fine but 
obviously I have a high CPU load.
Unfortunately after 10 minutes of running processes pop3d increasing 
from 50 to over 200, making the server unusable for customers.
Can you tell me why this increase is abnormal?
Greetings oberdan Albertoni.

-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: RESOLVED pop3d connection problemi

2011-08-01 Thread Oberdan Albertoni
Thank you to all,

after many hours now the server work correctly.
By Obe.

On 29/07/2011 16:56, Bron Gondwana wrote:
 On Fri, 29 Jul 2011 16:44:13 +0200, Oberdan Albertoni 
 o...@digicolor.net wrote:

 On 29/07/2011 16:40, Patrick Boutilier wrote:
 Once the index upgrades are done you should see the load drop back
 down to normal levels.

 how do I know if he is still doing upgrades index, where can I watch?

 If you tail the syslog file you will see stuff happening.  A good way
 to ensure all mailboxes are upgraded is to run cyr_expire, which will
 open and check every mailbox.

 Bron.



-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

pop3d connection problemi

2011-07-29 Thread Oberdan Albertoni
Hi,

with cyrus imapd 2.4.10 i can connect with imap but not with pop3
only when i start the service cyrus i can connet with the pop3 for a few 
seconds and then non responds

Example .if i try with the port 143 :

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE AUTH=PLAIN SASL-IR] 
dns.digicolor.net http://dns.digicolor.net Cyrus IMAP v2.4.10 server 
ready

if i try with the port 110

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

he stay wait and the pop3d daemons grow critically and the machine uptime :

top - 12:32:09 up 225 days, 16:25, 2 users, load average: 20.45, 26.21, 
24.55

My /etc/imapd.conf :

postmaster: postmaster
configdirectory: /var/imap
partition-default: /var/spool/imap
admins: cyrus
allowanonymouslogin: no
allowplaintext: yes
sasl_mech_list: PLAIN
servername: dns.digicolor.net http://dns.digicolor.net
autocreatequota: 1
reject8bit: no
quotawarn: 90
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
sasl_pwcheck_method: saslauthd
sievedir: /usr/sieve
sendmail: /usr/sbin/sendmail
sieve_maxscriptsize: 32
sieve_maxscripts: 5
lmtp_over_quota_perm_failure: 1
#unixhierarchysep: yes
hashimapspool: yes


/etc/cyrus.conf :

START {
# do not delete this entry!
recover cmd=ctl_cyrusdb -r

# this is only necessary if using idled for IMAP IDLE
# idled cmd=idled
# Oberdan Alertoni replication per farlo in tempo reale
# syncclient cmd=/usr/cyrus/bin/sync_
client -r
}


# UNIX sockets start with a slash and are put into /var/imap/socket
SERVICES {
# add or remove based on preferences
# imap cmd=imapd listen=62.123.105.181:imap prefork=0
imap cmd=imapd listen=imap prefork=0
# imaplocal cmd=imapd -C /etc/imapd-local.conf listen=127.0.0.1:imap 
prefork=0
# imaps cmd=imapd -s listen=62.123.105.183:imaps prefork=0
# imapslocal cmd=imapd -C /etc/imapd-local.conf 
listen=127.0.0.1:imaps prefork=0
pop3 cmd=pop3d listen=pop3 prefork=0
# pop3s cmd=pop3d -s listen=pop3s prefork=0
sieve cmd=timsieved listen=sieve prefork=0
# sievelocal cmd=timsieved -C /etc/imapd-local.conf 
listen=127.0.0.1:sieve prefork=0

# at least one LMTP is required for delivery
# lmtp cmd=lmtpd listen=lmtp prefork=0
lmtpunix cmd=lmtpd listen=/var/imap/socket/lmtp prefork=0

# this is only necessary if using notifications
# notify cmd=notifyd listen=/var/imap/socket/notify proto=udp 
prefork=1
}

EVENTS {
# this is required
checkpoint cmd=ctl_cyrusdb -c period=30

# this is only necessary if using duplicate delivery suppression
delprune cmd=ctl_deliver -E 3 period=1440

# this is only necessary if caching TLS sessions
tlsprune cmd=tls_prune period=1440
}


-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: pop3d connection problemi

2011-07-29 Thread Oberdan Albertoni
On 29/07/2011 13:55, Simon Matter wrote:
 Hi,

 with cyrus imapd 2.4.10 i can connect with imap but not with pop3
 only when i start the service cyrus i can connet with the pop3 for a few
 seconds and then non responds
 Did you try to strace it while running? Maybe you can see where it hangs.
I resolved I complied cyrus-sasl with the option : 
--with-devrandom=/dev/urandom

pop3d now are 50
But I still have a high uptime:

16:13:47 up 225 days, 20:06, 3 users, load average: 48.79, 33.27, 21.95

Since the only change made to the server was the upgrade version of 
cyrus-imapd IMAP what I can see to fine the problem on server ?

Best regars.
Obe.


 Simon

 Example .if i try with the port 143 :

 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.
 * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE AUTH=PLAIN SASL-IR]
 dns.digicolor.nethttp://dns.digicolor.net  Cyrus IMAP v2.4.10 server
 ready

 if i try with the port 110

 Trying 127.0.0.1...
 Connected to localhost.
 Escape character is '^]'.

 he stay wait and the pop3d daemons grow critically and the machine uptime
 :

 top - 12:32:09 up 225 days, 16:25, 2 users, load average: 20.45, 26.21,
 24.55

 My /etc/imapd.conf :

 postmaster: postmaster
 configdirectory: /var/imap
 partition-default: /var/spool/imap
 admins: cyrus
 allowanonymouslogin: no
 allowplaintext: yes
 sasl_mech_list: PLAIN
 servername: dns.digicolor.nethttp://dns.digicolor.net
 autocreatequota: 1
 reject8bit: no
 quotawarn: 90
 timeout: 30
 poptimeout: 10
 dracinterval: 0
 drachost: localhost
 sasl_pwcheck_method: saslauthd
 sievedir: /usr/sieve
 sendmail: /usr/sbin/sendmail
 sieve_maxscriptsize: 32
 sieve_maxscripts: 5
 lmtp_over_quota_perm_failure: 1
 #unixhierarchysep: yes
 hashimapspool: yes


 /etc/cyrus.conf :

 START {
 # do not delete this entry!
 recover cmd=ctl_cyrusdb -r

 # this is only necessary if using idled for IMAP IDLE
 # idled cmd=idled
 # Oberdan Alertoni replication per farlo in tempo reale
 # syncclient cmd=/usr/cyrus/bin/sync_
 client -r
 }


 # UNIX sockets start with a slash and are put into /var/imap/socket
 SERVICES {
 # add or remove based on preferences
 # imap cmd=imapd listen=62.123.105.181:imap prefork=0
 imap cmd=imapd listen=imap prefork=0
 # imaplocal cmd=imapd -C /etc/imapd-local.conf listen=127.0.0.1:imap
 prefork=0
 # imaps cmd=imapd -s listen=62.123.105.183:imaps prefork=0
 # imapslocal cmd=imapd -C /etc/imapd-local.conf
 listen=127.0.0.1:imaps prefork=0
 pop3 cmd=pop3d listen=pop3 prefork=0
 # pop3s cmd=pop3d -s listen=pop3s prefork=0
 sieve cmd=timsieved listen=sieve prefork=0
 # sievelocal cmd=timsieved -C /etc/imapd-local.conf
 listen=127.0.0.1:sieve prefork=0

 # at least one LMTP is required for delivery
 # lmtp cmd=lmtpd listen=lmtp prefork=0
 lmtpunix cmd=lmtpd listen=/var/imap/socket/lmtp prefork=0

 # this is only necessary if using notifications
 # notify cmd=notifyd listen=/var/imap/socket/notify proto=udp
 prefork=1
 }

 EVENTS {
 # this is required
 checkpoint cmd=ctl_cyrusdb -c period=30

 # this is only necessary if using duplicate delivery suppression
 delprune cmd=ctl_deliver -E 3 period=1440

 # this is only necessary if caching TLS sessions
 tlsprune cmd=tls_prune period=1440
 }


 --
 Oberdan Albertoni

 ---

 DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39
 (0372) 30669 - 1965101 - 1951509
 Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website
 http://www.digicolor.net
 C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400
 i.v.

 Filiale di Codogno
 Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax
 +39 (0372) 464840
 E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

 ---

 Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le
 informazioni contenute in questo messaggio sono riservate e ad uso
 esclusivo
 del destinatario. Qualora il messaggio in parola Le fosse pervenuto per
 errore, La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
 terzi, dandocene gentilmente comunicazione. Grazie

 This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain
 confidential and/or privileged information. If you are not the addressee
 or
 authorized to receive this for the addressee, you must not use, copy,
 disclose or take any action based on this message or any information
 herein.
 If you have received this message in error, please advise the sender
 immediately by reply e-mail and delete this message. Thank you for your
 cooperation

Re: pop3d connection problemi

2011-07-29 Thread Oberdan Albertoni
On 29/07/2011 16:56, Bron Gondwana wrote:
 On Fri, 29 Jul 2011 16:44:13 +0200, Oberdan Albertoni 
 o...@digicolor.net wrote:

 On 29/07/2011 16:40, Patrick Boutilier wrote:
 Once the index upgrades are done you should see the load drop back
 down to normal levels.

 how do I know if he is still doing upgrades index, where can I watch?

 If you tail the syslog file you will see stuff happening.  A good way
 to ensure all mailboxes are upgraded is to run cyr_expire, which will
 open and check every mailbox.

is from 13 so that there is a high uptime and run ps -axuw always see:

cyrus 2171 0.5 0.0 10124 4164 pts / 0 D 13:18 1:20 / usr / cyrus / bin / 
cyr_expire E-3

I have to wait to finish this process for all mailboxes correct?
Or should I hand-launched without any parameters?

( I have about 100 mailboxes )

I noticed that the the quota  of mailboxes are corrupt, this could slow 
down the server?
Obe.


 Bron.



-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: ctl_cyrusdb db version error

2011-07-28 Thread Oberdan Albertoni
On 28/07/2011 08:44, Simon Matter wrote:
 Helo,
 on a server ( debian 5.0 ) I installed three years ago cyrus 3.2.11 but
 I have never used
 now I wanted to install cyrus 2.4.10 but when I run the command
 /usr/cyrus/bin/ctl_cyrusdb -r I get :

 Fatal error: wrong db version
 segmentation fault

 it is possible that ctl_cyrus version 2.4.10 compiled with version 4.6
 of libdb give me error because' /usr/lib/libbd.so is a symbolic link to
 version 4.4?

 How can I fix this problem ?

 Since I will have to do the same operation on a production server should
 I switch from berkeley db to skiplist db, before upgrade cyrus ?
 I can only recommend to switch to skiplist before upgrade. That way you
 can get rid of the BDB version issues. You can then even build 2.4.x
 without BDB support.

I  recompiled  cyrus-imap with:

  ./configure --prefix=/usr --with-sasl=/usr/local/lib --with-perl   
--with-openssl=/usr/lib/ssl --enable-replication

I remove all file *.db ( is only a test server with no mailbox ) but when I run 
imapd in the /var/log/messages I find :

Jul 28 16:08:55 dnsback kernel: ctl_cyrusdb[21801]: segfault at 170 ip 080863f1 
sp bff25050 error 4 in ctl_cyrusdb[8048000+12d000]
Jul 28 16:09:56 dnsback kernel: ctl_cyrusdb[21943]: segfault at 170 ip 080863f1 
sp bfb2b240 error 4 in ctl_cyrusdb[8048000+12d000]

and if I run /usr/cyrus/bin/ctl_cyrusdb -r I get :

fatal error: wrong db version
Segmentation fault

Why it  tells me that  even  the version of the  db and  iswrong?
Should not  create a  new file  mailboxes.db in the skiplist format?

By Obe.





 Simon





-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: ctl_cyrusdb db version error

2011-07-28 Thread Oberdan Albertoni
On 28/07/2011 16:31, Simon Matter wrote:
 On 28/07/2011 08:44, Simon Matter wrote:
 Helo,
 on a server ( debian 5.0 ) I installed three years ago cyrus 3.2.11 but
 I have never used
 now I wanted to install cyrus 2.4.10 but when I run the command
 /usr/cyrus/bin/ctl_cyrusdb -r I get :

 Fatal error: wrong db version
 segmentation fault

 it is possible that ctl_cyrus version 2.4.10 compiled with version 4.6
 of libdb give me error because' /usr/lib/libbd.so is a symbolic link to
 version 4.4?

 How can I fix this problem ?

 Since I will have to do the same operation on a production server
 should
 I switch from berkeley db to skiplist db, before upgrade cyrus ?
 I can only recommend to switch to skiplist before upgrade. That way you
 can get rid of the BDB version issues. You can then even build 2.4.x
 without BDB support.
 I  recompiled  cyrus-imap with:

./configure --prefix=/usr --with-sasl=/usr/local/lib --with-perl
 --with-openssl=/usr/lib/ssl --enable-replication

 I remove all file *.db ( is only a test server with no mailbox ) but when
 I run imapd in the /var/log/messages I find :

 Jul 28 16:08:55 dnsback kernel: ctl_cyrusdb[21801]: segfault at 170 ip
 080863f1 sp bff25050 error 4 in ctl_cyrusdb[8048000+12d000]
 Jul 28 16:09:56 dnsback kernel: ctl_cyrusdb[21943]: segfault at 170 ip
 080863f1 sp bfb2b240 error 4 in ctl_cyrusdb[8048000+12d000]

 and if I run /usr/cyrus/bin/ctl_cyrusdb -r I get :

 fatal error: wrong db version
 Segmentation fault

 Why it  tells me that  even  the version of the  db and  iswrong?
 Should not  create a  new file  mailboxes.db in the skiplist format?
 1) I don't think you have built cyrus-imapd without BDB support. Did you
 check the resulting binaries with ldd?
You're right now i configured imapd with the option --without-bdb and 
now is ok.
thank you very much.
By Obe.



-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


ctl_cyrusdb db version error

2011-07-27 Thread Oberdan Albertoni
Helo,
on a server ( debian 5.0 ) I installed three years ago cyrus 3.2.11 but 
I have never used
now I wanted to install cyrus 2.4.10 but when I run the command 
/usr/cyrus/bin/ctl_cyrusdb -r I get :

Fatal error: wrong db version
segmentation fault

if on the same machine run ctl_cyrusdb of the version 2.3.11 does not 
give me errors.

I saw that ldd /usr/cyrus/bin/ctl_cyrusdb (version 4.2.10) is :

linux-gate.so.1 = (0xb7816000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0xb77fd000)
libgssapi_krb5.so.2 = /usr/lib/libgssapi_krb5.so.2 (0xb77d3000)
libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0xb773e000)
libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0xb771a000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0xb7711000)
libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 (0xb7709000)
libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0xb76f5000)
libdb-4.6.so = /usr/lib/libdb-4.6.so (0xb75c2000)
libssl.so.0.9.8 = /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7579000)
libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7426000)
libz.so.1 = /usr/lib/libz.so.1 (0xb7411000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb72b6000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb72b2000)
libkeyutils.so.1 = /lib/libkeyutils.so.1 (0xb72ae000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7295000)
/lib/ld-linux.so.2 (0xb7817000)

while ldd of the version 2.3.11 is :

linux-gate.so.1 = (0xb76eb000)
libsasl2.so.2 = /usr/lib/libsasl2.so.2 (0xb76d2000)
libgssapi_krb5.so.2 = /usr/lib/libgssapi_krb5.so.2 (0xb76a8000)
libkrb5.so.3 = /usr/lib/libkrb5.so.3 (0xb7613000)
libk5crypto.so.3 = /usr/lib/libk5crypto.so.3 (0xb75ef000)
libcom_err.so.2 = /lib/libcom_err.so.2 (0xb75e6000)
libkrb5support.so.0 = /usr/lib/libkrb5support.so.0 (0xb75de000)
libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0xb75ca000)
libdb-4.4.so = /usr/lib/libdb-4.4.so (0xb74cf000)
libssl.so.0.9.8 = /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb7486000)
libcrypto.so.0.9.8 = /usr/lib/i686/cmov/libcrypto.so.0.9.8 (0xb7333000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb71d8000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb71d4000)
libkeyutils.so.1 = /lib/libkeyutils.so.1 (0xb71d1000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb71b7000)
/lib/ld-linux.so.2 (0xb76ec000)
libz.so.1 = /usr/lib/libz.so.1 (0xb71a2000)

the output of ls -la /usr/lib/libdb* is :

-rw-r--r-- 1 root root 897164 13 set 2008 /usr/lib/libdb-4.2.so
-rw-r--r-- 1 root root 928724 19 feb 2007 /usr/lib/libdb-4.3.so
-rw-r--r-- 1 root root 1375308 16 ago 2006 /usr/lib/libdb-4.4.a
-rw-r--r-- 1 root root 790 16 ago 2006 /usr/lib/libdb-4.4.la
-rw-r--r-- 1 root root 1023476 16 ago 2006 /usr/lib/libdb-4.4.so
-rw-r--r-- 1 root root 1178304 13 set 2008 /usr/lib/libdb-4.5.so
-rw-r--r-- 1 root root 1256548 13 set 2008 /usr/lib/libdb-4.6.so
lrwxrwxrwx 1 root root 12 30 gen 2008 /usr/lib/libdb-4.so - libdb-4.4.so
lrwxrwxrwx 1 root root 11 30 gen 2008 /usr/lib/libdb.a - libdb-4.4.a
lrwxrwxrwx 1 root root 12 30 gen 2008 /usr/lib/libdb.so - libdb-4.4.so

it is possible that ctl_cyrus version 2.4.10 compiled with version 4.6 
of libdb give me error because' /usr/lib/libbd.so is a symbolic link to 
version 4.4?

How can I fix this problem ?

Since I will have to do the same operation on a production server should 
I switch from berkeley db to skiplist db, before upgrade cyrus ?
By Obe.

-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation

Re: upgrade from cyrus imapd 2.3.11 to 2.4.9

2011-06-27 Thread Oberdan Albertoni
Il 24/06/2011 21:22, Bron Gondwana ha scritto:
 On Fri, Jun 24, 2011 at 03:32:50PM -0300, Patrick Boutilier wrote:
 I was planning to an upgrade from 2.3.16 to 2.4.9 by just shutting
 down Cyrus, installing new binaries, and then starting Cyrus again.
 This worked fine in limited testing (one account).
 The only issue is that every first mailbox access causes an in-place
 upgrade which requires a full scan of every email, so it can hurt
 pretty bad for IO.

The important thing is that there is no loss of data, index or others ..

By Obe.



-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: upgrade from cyrus imapd 2.3.11 to 2.4.9

2011-06-27 Thread Oberdan Albertoni
Il 24/06/2011 20:32, Patrick Boutilier ha scritto:
 On 06/23/2011 05:33 AM, Oberdan Albertoni wrote:
 Hello,
 I have to migrate a single imap server from 2.3.11 to 2.4.9 , so with
 less down time,
 steps to follow are these? :

 - stop cyrus imapd
 - sudo -u cyrus ctl_mboxlist -d  ~/mboxlist.txt
 - install cyrus imapd 2.4.9
 - sudo -u cyrus ctl_mboxlist -u  ~/mboxlist.txt
 - reconstruct all malbox one by obe ?
 - run new cyrus imapd 2.4.9

 There are other steps to follow?
 With regard to the quota of boxes I have to do something?
 Messages marked as read will be set correctly?


 Are you upgrading in place or migrating to new hardware. Do you use
 skiplist for most of your databases?
I will upgrade in place.

 I was planning to an upgrade from 2.3.16 to 2.4.9 by just shutting
 down Cyrus, installing new binaries, and then starting Cyrus again.
 This worked fine in limited testing (one account).


I also tried with a test server and everything seems to work properly, 
turn off the cyrus upgrade the binary and then restarting cyrus.




-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 
(0372) 30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 
10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax 
+39 (0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per 
errore, La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, 
disclose or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

upgrade from cyrus imapd 2.3.11 to 2.4.9

2011-06-23 Thread Oberdan Albertoni
Hello,
I have to migrate a single imap server from 2.3.11 to 2.4.9 , so with 
less down time,
steps to follow are these? :

- stop cyrus imapd
- sudo -u cyrus ctl_mboxlist -d  ~/mboxlist.txt
- install cyrus imapd 2.4.9
- sudo -u cyrus ctl_mboxlist -u  ~/mboxlist.txt
- reconstruct all malbox one by obe ?
- run new cyrus imapd 2.4.9

There are other steps to follow?
With regard to the quota of boxes I have to do something?
Messages marked as read will be set correctly?

By Obe.


-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: ./configure errors

2011-06-22 Thread Oberdan Albertoni

 Yeah, OK.  So I went back to 2.3.11 and re-ran:

 aclocal -I cmulocal
 autoheader
 autoconf

 And what do you know - I'm getting the error.  So it just looks
 like ./configure on 2.3.11 was built with an older version of
 autoconf which didn't complain about unknown options.  Looking
 through code, there's actually nothing in 2.3.11 that used that
 value anyway.

 I'll go through the docs and strip any mention of --with-auth
 (other than documenting that it has been bogus for a while in
 the changelog)

 Thanks for reporting this,

Thank you for your work.
By Obe.


-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: ./configure errors

2011-06-21 Thread Oberdan Albertoni

 [root@sismail cyrus-imapd-2.4.9beta2]# ./configure --with-auth=unix
 21|grep WARNING|grep auth
 configure: WARNING: unrecognized options: --with-auth
 configure: WARNING: unrecognized options: --with-auth


 wich means is safe compile the 2.4 release without this option ?

 I believe so. What are you using for authentication? We are using
 saslauthd with PAM and it works fine without a  --with-auth=unix
 statement option to configure.


Ok, I try without.
Thank you very much.
Obe.


-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


./configure errors

2011-06-20 Thread Oberdan Albertoni
Hi,
on the same machine if I try to install from source cyrus-imap with 
version 2.3.11 when run :

./configure --prefix=/usr --with-sasl=/usr/local/lib --with-perl 
--with-auth=unix --with-bdb-libdir=/usr/lib 
--with-bdb-incdir=/usr/include --with-openssl=/usr/lib/ssl

I'm not get errors

with version 2.3.16 and 2.4.8 I have this errors :

configure: creating ./config.status
config.status: creating man/Makefile
config.status: WARNING: 'man/Makefile.in' seems to ignore the 
--datarootdir setting
config.status: creating master/Makefile
config.status: creating lib/Makefile
config.status: creating imap/Makefile
config.status: creating imtest/Makefile
config.status: creating netnews/Makefile
config.status: creating perl/Makefile
config.status: creating sieve/Makefile
config.status: creating timsieved/Makefile
config.status: creating notifyd/Makefile
config.status: creating perl/sieve/Makefile
config.status: creating perl/sieve/lib/Makefile
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir 
setting
config.status: creating config.h
configure: WARNING: unrecognized options: --with-auth


If I removing the - with-auth = unix all works

Can you tell me why ?

By Obe.

-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/

Re: ./configure errors

2011-06-20 Thread Oberdan Albertoni
Il 20/06/2011 17:32, Patrick Boutilier ha scritto:
 On 06/20/2011 12:18 PM, Oberdan Albertoni wrote:
 Hi,
 on the same machine if I try to install from source cyrus-imap with
 version 2.3.11 when run :

 ./configure --prefix=/usr --with-sasl=/usr/local/lib --with-perl
 --with-auth=unix --with-bdb-libdir=/usr/lib
 --with-bdb-incdir=/usr/include --with-openssl=/usr/lib/ssl

 I'm not get errors

 with version 2.3.16 and 2.4.8 I have this errors :

 configure: creating ./config.status
 config.status: creating man/Makefile
 config.status: WARNING: 'man/Makefile.in' seems to ignore the
 --datarootdir setting
 config.status: creating master/Makefile
 config.status: creating lib/Makefile
 config.status: creating imap/Makefile
 config.status: creating imtest/Makefile
 config.status: creating netnews/Makefile
 config.status: creating perl/Makefile
 config.status: creating sieve/Makefile
 config.status: creating timsieved/Makefile
 config.status: creating notifyd/Makefile
 config.status: creating perl/sieve/Makefile
 config.status: creating perl/sieve/lib/Makefile
 config.status: creating Makefile
 config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir
 setting
 config.status: creating config.h
 configure: WARNING: unrecognized options: --with-auth


 If I removing the - with-auth = unix all works

 Can you tell me why ?

 Like it says, --with-auth is no longer a valid option.

 configure: WARNING: unrecognized options: --with-auth

But in the documentation :

http://cyrusimap.web.cmu.edu/docs/cyrus-imapd/2.4.8/install-compile.php

there is this option.
Tank you for your reply.

-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: ./configure errors

2011-06-20 Thread Oberdan Albertoni

 Actually I do see this with 2.4.x but not with 2.3.16 .

 [root@student cyrus-imapd-2.3.16]# ./configure --with-auth=unix
 21|grep WARNING|grep auth



 [root@sismail cyrus-imapd-2.4.9beta2]# ./configure --with-auth=unix
 21|grep WARNING|grep auth
 configure: WARNING: unrecognized options: --with-auth
 configure: WARNING: unrecognized options: --with-auth



wich means is safe compile the 2.4 release without this option ?




-- 
Oberdan Albertoni

---

DIGICOLOR.NET s.r.l. Via Ala Ponzone, 30 - 26100 CREMONA (CR) Tel. +39 (0372) 
30669 - 1965101 - 1951509
Fax +39 (0372) 464840 E-mail i...@digicolor.net - Website 
http://www.digicolor.net
C.F / P.IVA 01227520192 - R.E.A. CR n. 153382 - Capitale Sociale € 10.400 i.v.

Filiale di Codogno
Via Galilei, 17 – 26845 CODOGNO (LO) Tel. +39 (0377) 741006 – 431931 Fax +39 
(0372) 464840
E-mail info.codo...@digicolor.net - Website http://www.digicolor.net

---

Ai sensi del D.lgs n.196 del 30.06.03 (Codice Privacy) si precisa che le 
informazioni contenute in questo messaggio sono riservate e ad uso esclusivo
del destinatario. Qualora il messaggio in parola Le fosse pervenuto per errore, 
La preghiamo di eliminarlo senza copiarlo e di non inoltrarlo a
terzi, dandocene gentilmente comunicazione. Grazie

This message, for the D.lgs n.196 / 30.06.03 (Privacy Code), may contain 
confidential and/or privileged information. If you are not the addressee or
authorized to receive this for the addressee, you must not use, copy, disclose 
or take any action based on this message or any information herein.
If you have received this message in error, please advise the sender 
immediately by reply e-mail and delete this message. Thank you for your 
cooperation.

---


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


sieve authentication problem

2008-03-25 Thread Oberdan Albertoni
Hello, I have installed cyrus ver 2.3.1,  in the file /etc/cyrus.conf I 
have :

sieve cmd=timsieved listen=sieve prefork=0

and I copy /etc/pam.d/imap in to /etc/pam.d/sieve

but when I try this command :

telnet localhost sieve  the output is :

Escape character is '^]'.
IMPLEMENTATION Cyrus timsieved v2.3.11
SIEVE comparator-i;ascii-numeric fileinto reject vacation imapflags 
notify envelope relational regex subaddress copy
OK

Missing the line :

SASL LOGIN   etc..  

So when I try to connect with the command sieveshell I get this error :

sieveshell -a user localhost
connecting to localhost
unable to connect to server at /usr/bin/sieveshell line 169.


What do I check?
Thank You.
By Obe.




Cyrus Home Page: http://cyrusimap.web.cmu.edu/
Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html