similar to: warning: connect to transport dovecot: No such file or directory

Displaying 20 results from an estimated 2000 matches similar to: "warning: connect to transport dovecot: No such file or directory"

2005 Aug 04
1
PolyCom SoundPoint 300 and distinctive ring
I am looking for clues on how to configure distinctive ring for a PolyCom SoundPoint 300. Does ALERT_INFO apply? If so, how? Thanks, David Koski david.nospham@kosmosisland.com
2008 Dec 26
7
Installing domU from ISO image file
I am trying to install CentOS from an ISO image file but the installer does not see a CD-ROM drive. The VNC viewer works but the CentOS installer indicates "Unable to find any devices of the type needed for this installation type." Then it prompts with "[Select driver] [Use a driver disk] [Back]". I have tried several variations of the "disk" paramater, all
2008 Mar 04
1
multiple namespaces, Mac OS X
After installing a new server with postfix/dovecot I found that the Mac OS X mail client does not see email in subfolders. It seemed to be related to the namespace. From dovecot.conf: namespace private { separator = . prefix = INBOX. inbox = yes hidden = no } After googling I found that I might need to add a default namespace with an empty prefix so I added this: namespace
2011 Mar 18
2
dovecot LDA: "temporary failure"
This really has me stumped and desperate. I upgraded Debian from 5 to 6 (squeeze) and now Dovecot LDA fails. I have checked permissions and the usual. Postfix SMTP, Dovecot POP3 and Dovecot IMAP work. Having to upgrade MySQL from 5.0 to 5.1 made me question that. Logging is of little help. I have turned on logging for LDA to a separate file. When I try to run the deliver command it returns
2005 Jul 08
1
phantom incomming calls from asterisk
About once a day I have noticed a phantom incoming call with a caller ID of asterisk@192.168..<cut off>. When I answer the call there is a dial tone and the call is disconnected. Any clues? David Koski david.nospham@kosmosisland.com
2007 Jul 01
1
auto Cc: with dovecot+mysql
hi, i'm migrating 1 mail-server from LDAP+postfix+courier to mysql+postfixadmin+dovecot, on a debian etch machine i have followed this howto : http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL (changed uid and gid for usage in debian, the SVN-postfixadmin didn't work for me, so i used the stable version, and haven't tested the SASL-part yet) this works great, except the
2006 Feb 03
0
two nics
After upgrading from 3.0.0 to 3.0.1 I have only one NIC for my domUs. Here is a config file: name ="cvs" kernel ="/boot/xen-linux-2.6.12.6-xen" root ="/dev/sda1 ro" memory = 64 disk = [ ''phy:/dev/mapper/main-guest.cvs,sda1,w'',''phy:/dev/mapper/main-guest.cvs.swap,sda2,w'' ] vif = [ '''' ] extra="3" Since
2012 Feb 01
2
Can anyone tell me quick, if the howto on dovecot.org is actual:
Is this Howto http://wiki2.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL actual also for Dovecot 2.x ? Cause i read Dovecot 1.x in the Howto Thank you for any hints / tipps Marko (from cold Hamburg Harbour)
2007 Apr 03
2
detailed info about acls with virtual users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi @ll, i try use acl with imap with dovecot latest but i dont get trough , is there more info online then written in the wiki ? i have a setup like http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL but with this acl dont seems to work , and folders arent reported with acls to i.e thnderbird - -- Mit freundlichen Gruessen Best Regards Robert
2009 Aug 15
11
Postfix : lda problem
Hi, I come back with my problem: On debian lenny, using dovecot 1.1.13-2~bpo50+1 I try to configure my setup (with Postfix virtual domains) to use dovecot as lda but nothing happens, as if postfix not delegate to dovecot I am using the contreol panel alternc (http://www.alternc.org). All the maildir are in the format /var/alternc/mail/i/info_domainepublic.net for info at domainepublic.net The
2007 May 27
1
UID confusion
I have just finished reading the info on the wiki on setting up virtual users with Dovecot and Postfix. http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL I'm confused about the UID and GID's. In the docs it shows a user, vmail being created with a UID of 101. Then it looks like GID 12 is used for Postfix or Mail. I'm not sure which it is and would like to know. Bulldozer
2007 Feb 13
2
trash plugin sql
Hi @ll, with dovecot latest following http://wiki.dovecot.org/DovecotLDAPostfixAdminMySQL i have defined plugin { quota = maildir acl = vfile:/etc/dovecot/acls trash = /etc/dovecot/dovecot-trash.conf } Example dovecot-trash.conf file 1 Spam 2 Trash 3 Sent from wiki The Trash plugin. When saving a message would make user go over quota, this plugin automatically deletes the oldest mails from
2008 Apr 09
1
postfix virtual maildir
my postfix setup http://code.google.com/p/appwsgi/wiki/smtp my dovecot setup http://code.google.com/p/appwsgi/wiki/imap root at localhost:~# /etc/postfix/test/root 220 localhost.localdomain ESMTP Postfix (Ubuntu) 250-localhost.localdomain 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN 235 2.7.0 Authentication successful
2010 Dec 17
3
Per user quota on MySQL
Hi! I'm new on Dovecot. I'm using: - CentOS 5.5 - Kernel 2.6.18-194.26.1.el5 x86_64 - Dovecot 2.0.8 (from source) - Postfix 2.7.2 (from source) - MySQL 5.0.77 (CentOS binary) - Postfixadmin 2.3.2 (from source) - Horde Webmail 1.2.9 - Thunderbird 3.1.7 (from CentOS) I follow this how to: http://wiki2.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL I was able to send and recieve e-mail via
2002 Oct 07
1
Multiboot with isolinux
I used to use multiple syslinux floppy images to implement what I call CD-ROM-multiboot (EL Torito supports up to 64 bootable images, Award BIOS 8 images, if not wrey old). Now that floppies are getting too small, I find that I must find a workaround for hard coded isolinux directory name in isolinux. Not a big deal, but there might be also others who would like to have multiboot feature. --
2010 Dec 16
2
dovecot 2.0.8 LDA with MYSQL issues
Hi, after deciding to use Dovecot 2.0.8 as a postfix LDA using mysql DB I'm running into some issues. I started to follow, http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL but noticed that the auth settings on the config changed, after looking through the dovecot wiki I think I have that issue fixed. However I still can't get the SQL part to work right, below is what I have on the
2007 Aug 03
1
Password Encryption
Hi all. I hope this is not a RTFM-type question, but I've been unable to find a searchable archive of this mailing list....... I recently began investigating using Dovecot/Postfix/MySQL solution. I've been following the documentation http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL?highlight=%28m ysql%29 While everything seems to have gone right, I have been unable to
2023 Mar 18
2
Custom SASL authentication
An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20230318/8ce3c29a/attachment-0001.htm>
2020 Aug 28
1
moving /var/vmail/vmail1 Maildir tree to another partition?
I have a small Postfix/Dovecot/MariaDB on Centos 7 with a dozen virtual domains, I'm running out of space in /var but got space can I simply move the entire /var/vmail/vmail1 tree elsewhere ? like say /vmail/vmail1 is it as simple as shutting Dovecot/Postfix, move tree, edit conf and re start ? or am I missing something ..? or is the a better way of doing this ? # grep 'var/vmail'
2005 Jul 28
0
Need Help About My Problem ( Dovecot / Postfix / MySQL / Postfixadmin )
Dear , Dovecot List ( Everyone ) I have some problem about dovecot/postfix/mysql Would u like to tell me about the solution ? sir Thank you very much for advance. Sir Best Regards, Pratchaya ================================== ================================== ================================== This is my problem/error sir 1. ERROR = "" A NO