Hi folks,

When I copy messages from Thunderbird mbox-folders to the IMAP folders in
DBMail, the first messages are copied OK, but after a few messages, the messages
in the destination folder get corrupted, losing everything, and the date is set
to the current date and time. Headers disappear, the body consists of a few
characters, attachments are not copied, etc. In short, a complete catastrophy.

Another peculiarity is, that DBMail IMAP seems to forget that I have logged in
after a while, requiring password repeatedly.

I have set up a DBMail server thus:

DBMail 2.2.10 with dbmail-imapd and MySQL (5.0.51b) backend, my-medium.cnf,
using InnoDB.

OS: Slackware 12.1

MySQL-configuration after dbmal.conf

Best regards,

Peter Milesson


dbmail.conf

[DBMAIL] 
driver = mysql
authdriver = sql
host = localhost
sqlport              =                
sqlsocket = /var/run/mysql/mysql.sock 
user = dbmail             
pass = <mypassword>
db = dbmail
table_prefix = dbmail_
encoding = utf8
default_msg_encoding = utf8
#postmaster           = DBMAIL-MAILER       
sendmail = /usr/sbin/sendmail     
TRACE_SYSLOG = 3
TRACE_STDERR = 1          
EFFECTIVE_USER        = nobody   
EFFECTIVE_GROUP       = nogroup 
BINDIP = *
NCHILDREN = 2             
MAXCHILDREN = 10          
MINSPARECHILDREN = 2      
MAXSPARECHILDREN = 4      
MAXCONNECTS = 10000       
MAX_ERRORS = 500          
TIMEOUT = 300             
login_timeout = 60
RESOLVE_IP = no
logfile = /var/log/dbmail.log        
errorlog = /var/log/dbmail.err        
pid_directory = /var/run
state_directory = /var/run
#library_directory = /usr/lib/dbmail

[SMTP]

[LMTP]
PORT = 24                 

[POP]
PORT = 110                
POP_BEFORE_SMTP       = no      

[IMAP]
PORT = 143                
TIMEOUT = 4000            
IMAP_BEFORE_SMTP = no     
# idle_timeout = 30
# capability = IMAP4 IMAP4rev1 AUTH=LOGIN ACL NAMESPACE CHILDREN SORT QUOTA
THREAD=ORDEREDSUBJECT UNSELECT IDLE

[SIEVE]
PORT = 2000               

[LDAP]
[DELIVERY]
SIEVE = yes               
SUBADDRESS = yes          
SIEVE_VACATION = yes      
SIEVE_NOTIFY = yes
SIEVE_DEBUG = no          
AUTO_NOTIFY = no          
AUTO_REPLY = no           
#AUTO_NOTIFY_SUBJECT =    
#AUTO_NOTIFY_SENDER =   
suppress_duplicates = yes
# end of configuration file




MySQL-configuration is this for the DBMail database:

Connection id:          14
Current database:       dbmail
Current user:           [EMAIL PROTECTED]
SSL:                    Not in use
Current pager:          stdout
Using outfile:          ''
Using delimiter:        ;
Server version:         5.0.51b-log Source distribution
Protocol version:       10
Connection:             Localhost via UNIX socket
Server characterset:    latin1
Db     characterset:    utf8
Client characterset:    latin1
Conn.  characterset:    latin1
UNIX socket:            /var/run/mysql/mysql.sock
Uptime:                 39 min 45 sec


_______________________________________________
DBmail mailing list
[email protected]
https://mailman.fastxs.nl/mailman/listinfo/dbmail

Reply via email to