similar to: Dovecot / Postfix

Displaying 20 results from an estimated 80 matches similar to: "Dovecot / Postfix"

2000 Jan 04
0
Stepwise logistic discrimination - II
I apologise for writing again about the problem with using stepAIC + multinom, but I think the reason why I had it in the first place is perhaps there may be a bug in either stepAIC or multinom. Just to repeat the problem, I have 126 variables and 99 cases. I don't know if the large number of variables could be the problem. Of couse the reason for doing a stepwise method is to reduce this
1999 Apr 21
0
[MAILER-DAEMON@biostat.ku.dk: Returned mail: /home/sfe1/r-bugs/.forward: line 1: "|/home/sfe1/r-bugs/bin/new_message Rnew"... User r-bugs@biostat.ku.dk doesn't have a valid shell for mailing to programs] (PR#170)
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii at the bottom is a bug report - however I have include the bounce headers in case you want to fix the mailer too. This was the result of an online bug submission via http://r-bugs.biostat.ku.dk/cgi-bin/R. pete --rwEMma7ioTxnRzrJ Content-Type: message/rfc822 Content-Description: Forwarded message from Mail Delivery Subsystem
2005 Dec 06
1
Dovecot.conf
Hi, I am mounting a server of email with the Dovecot as MUA, i would like to restrict the access to imap and ipop to one determined range of IP. As I configure this in dovecot.conf, I did not understand the functioning of listen = * or [: ] Thanks a lot, Clovis -- Cl?vis Trist?o -------------------:-oo)---- Seja Legal, use GNU/Linux ----------------------------------------
2014 Sep 08
2
Configure Dovecot Master User
Hi, Does anyone have any idea or hint how to configure dovecot master user? I'm already on it for almost fifteen days and can not find a solution. I appreciate any help, Clovis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br MSN: clovis_tristao33 at
2004 Jul 09
3
Strong Encryption
Does anyone knows which one is the strongest and which is the fastest encryption algorithms used in OpenSSH 3.7.1p2 from the list below aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, aes192-cbc, aes256-cbc, rijndael-cbc at lysator.liu.se, aes128-ctr, aes192-ctr, aes256-ctr Strong Encryption OpenSSH supports 3DES, Blowfish, AES and arcfour as encryption algorithms. These are patent
2010 Mar 15
3
Disconnected BUG Unknown internal error bytes
Hi, I'm using dovecot current version 1.2.11, and is showing the following error when users connect via IMAP. dovecot: IMAP(<user>): Disconnected: BUG: Unknown internal error bytes=77/773 What's happen? How to solve this problem? Thanks a lot, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail:
2003 Jan 29
1
Wins Refresh
Samba Folks, I am facing a very strange problem in my net. I've the WINS Server, based on SAMBA(2.2.7-2) in RH 8.0. When I put on machine in the domain, the Wins registers in the browser list.. Later that I removed the machine from domain, the Wins does not give one refresh and clean the array name. I tried to remove the name wrong of the table/var/lock/samba/browser.dat and wins.dat, but
2005 Dec 09
3
Quota usage
Hi, How I enable the quota using in Dovecot. Necessary to have access the quota of the users through the SquirrelMail checkquota plugin. Thanks a lot, Cl?vis -- Cl?vis Trist?o -------------------:-oo)---- Seja Legal, use GNU/Linux ----------------------------------------
2014 Jul 15
1
pstack
Hi, How to install pstack in CentOS 6.5? Which repository or package it is part? Thanks a lot, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br MSN: clovis_tristao33 at hotmail.com Fone: 55(19) 35211021-35211031-35211038-91173116
2005 Dec 29
5
Model Composition in Rails
I''m struggling understanding the model view of a combined model. Take the following: class P4 < ActiveRecord::Base has_many :p4_priorities end I figured out the naming and referencing of the sub models (i.e. P4.p4_priorities - seems simple enough but I had weird issues related to it). I''m all ok except that I am having issues with how to reference a
2014 Sep 29
3
Master user and invalid credentials dovecot-2.2.13
Hi, I followed the docs from the dovecot wiki (http://wiki2.dovecot.org/Authentication/MasterUsers) and still have some problem: 1. uncommented "!include auth-ldap.conf.ext" in 10-auth.conf 2. htpasswd -b -c -s .... to create user/password for a masteruseruser 3. checked auth-master.conf.ext When I try to test the login, I always get an "invalid credentials" in the logs with
2005 Nov 02
3
Xen driver domain...character device?
Greetings, Does anyone know if it is possible to give a guest domain access to character device hardware such as a SCSI tape drive (/dev/st0 | /dev/nst0)? I have recompiled the guest xenU kernel with hardware access and declared the pci SCSI card in the config file directive as follows: pci = [ ''4,3,0'' ] The log file when started reports: [2005-11-01 17:24:57 xend] DEBUG
2006 Jan 11
1
Multiple apps on server conflicting
We have a situation where one app on the server seems to be affecting another. So, we start the first app on port 3000 and run it and all is well. We start the second app on port 3006 and it fails (blank screen). We then have to blow away the temp files and try again. If we start the 3006 one it will work and then start 3000 and it fails. So, in essence the first one wins. Any thoughts? We are in
2006 Jan 11
2
Creating a DB in the schema import process
I''ve got a bunch of table creations in the schema.rb file and all is well. However, I have to manually go and create the db first. Is there a way (something like a create_database method) to get this to work? (execute "create database ..." didn''t seem to cut it either.) _______________________ Brad Eck Sr. Software Engineer Pelco 3500 Pelco Way Clovis, CA 93612
2005 Dec 21
1
Active Search
Issue: I am trying to get a good quality search capability across our site. I ran across ActiveSearch (http://julik.textdriven.com/svn/tools/rails_plugins/simple_search/) which seems to be a better solution for us than SimpleSearch (and SearchGenerator) as it is more than just word based. However, I am unable to get the project built and being fairly new to Ruby / Rails I''m a little
2010 Dec 06
2
CentOS 5.5 with MediaWiki
Hi, How do I install php-xml 5.2.10 on CentOS 5.5? I'm trying to install MediaWiki, and asks that package as a dependency. Cheers, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: clovis at feagri.unicamp.br http://www.feagri.unicamp.br Fone(0xx19) 35211031-35211038-91173116 ou FAX(55xx19) 35211005/35211010
2013 Nov 18
1
Opus 1.1b GUI
Hi, Emsytech has developed an Opus front-end GUI, allowing simple drag?n drop of wave files to test Opus 1.1b encoder/decoder features in real-time. The stream is internally encoded and decoded using dynamic user configuration, then played and/or saved into an output wave file. If you?re interested in using this application, simply go to ftp.emsytech.com to download it (user: emsytech-052,
2006 Feb 02
1
Dovecot(imap) problem
Feb 1 20:13:15 myhost imap(someuser): file mbox-rewrite.c: line 429 (mbox_write_header): assertion failed: (hdr_parsed_size.physical_size == hdr_size) I'm using Fedora Core 4, dovecot 0.99.14-4. Any idea? How to fix this problem? Thanks a lot, Cl?vis -- Clovis Tristao - UNICAMP/Faculdade de Engenharia Agricola Administrador de Redes - Secao de Informatica (SINFO) E-mail: mailto:clovis at
2006 Jun 20
1
Dovecot --IMAP
Hi, I am using dovecot-0.99.14-8.fc4 in Fedora Core release 4 (Stentz), and is appears this message: maillog -------- imap(testelabin): file mbox-rewrite.c: line 429 (mbox_write_header): assertion failed: (hdr_parsed_size.physical_size == hdr_size) When I try to have access a very great mailbox(mbox) (99 MB) via Webmail SquirrelMail. My quota of record is of 250 MB, some suggestion? Thanks a
2013 Apr 03
1
Username and Email
Ave Maria! I'm completely new to Dovecot, I was just wondering if the username (POP3) can be completely different to the POP3 email? God Bless Dan