Debian :: Dovecot Starting Error ?
Apr 5, 2011
I installed the dovecot with aptitude in the debian squeeze, and want to use dovecot as imap and pop3 server with exim4 for my mail server, i configured the dovecot and exim4, but when want to start the dovecot get this error:
View 3 Replies
ADVERTISEMENT
Jun 28, 2009
Sometimes during bootup I get the following error:Starting Dovecot Imap: Fatal: listen(995) failed: Address already in useI tried to figure out what I could with the command lsof -i :995 and this was my output:COMMAND PID USER FD TYPE DEVICE SIZE NODE NAMErpc.mount 2936 root 7u IPv4 9201 TCP *:pop3s (LISTEN)When the system boots without the dovecot error the output of losof -i :995 is as follows:
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
dovecot 3079 root 8u IPv6 9419 TCP *:pop3s (LISTEN)
pop3-logi 3157 dovecot 1u IPv6 9419 TCP *:pop3s (LISTEN)
[code]....
View 2 Replies
View Related
May 21, 2010
CentOS 5.4
/etc/init.d/dovecot start
Starting Dovecot Imap: Fatal: Protocol pop3 given more than once
View 1 Replies
View Related
Sep 9, 2010
I have mounted an NFS share with ISO images on my kvm Server. If i connect such a iso to a VM (using virt-manager) for installing a operating system i get the following error on startup: Error starting domain: internal error Process exited while reading console log output: char device redirected to /dev/pts/1 qemu: could not open disk image /mnt/iso/public/Linux/Distributions/Debian/debian-504-amd64-netinst.iso: Permission denied
The problem is definitly that kvm (or qemu or libvirt-bin, i don't know) tries to set permissions (rwx owner for libvirt-qemu, --- for kvm group, --- for other) on the file, although it has read permissions. Is it possible to change this behavior?
View 1 Replies
View Related
Jul 16, 2011
When starting vmwareplayer I get this error:
Unable to start services
See log file /tmp/vmware-root/setup-22433.log for details.
Here is the output of the log:
What do I need to do to get this working? I think this might be a newer version than the one which was working before.
View 2 Replies
View Related
Jul 16, 2009
Debian/Lenny: HPLIP installed fine from debian repositories; But when starting hp-toolbox, I get the error:
Code:
error: Unable to communicate with device (code=12): hp:/usb/Photosmart_C4200_series?serial=MY71TCQ11504VP
warning: Device not found
When logged in as root, all is well; logged in as user, above error occurs
View 6 Replies
View Related
Apr 18, 2011
I'm not very sure when this issue started. Anyway, the system finally boots and I haven't had any further problems, but I somehow notice the booting to be a bit slower since this error appeared and I don't like watching the red letters that say "failed" every time I switch the computer on. I googled this before posting it, and other users have had this issue, but the solutions that worked for them didn't work for me.
This is the content of my /etc/network/interfaces file:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
View 5 Replies
View Related
Sep 10, 2011
Yesterday, I was doing some work (Don't worry, I didn't lose anything), and I restored a terminal I had open, and it completely froze! I couldn't do anything on the desktop, so I tried rebooting. Doing that resulted in an error when booting. It would say "bin/sh : Can't mount" or something like that (Can't quite remember) not too long after trying to start up, and it would leave me stuck with some weird terminal. The only command I know on this new terminal is reboot. What should I do?
Note that I just installed Debian two nights ago and it was working perfectly fine until last night...
The error says "/bin/sh: Can't access tty; job control turned off"
View 1 Replies
View Related
Jul 2, 2010
Funny problem just began occurring in Debian Lenny.
If I use Konqueror to start Konsole (by pressing F4) and then run:
perl -le '{print "hello"}'
The result is:
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
hello
If I start Konsole directly, I do not receive any such errors.
View 2 Replies
View Related
Dec 27, 2010
I am having the following error on my logs.
[code]...
I used mail_uid and mail_gid in dovecot.conf to set the permissions, I'm not using local system accounts, instead accounts specified in MySQL. I can dump all the output of doveconf if requested.
View 2 Replies
View Related
Apr 19, 2011
I am running SquirrelMail version 1.4.8-5.el5.centos.10 on a CentOS 5.6 64-bit distribution with MailScanner 4.83.4, Sendmail 8.13.8/8.13.8, and Dovecot 1.0.7 release. One user is having problems connecting via the SquirrelMail interface to his e-mail. Whenever he tries to connect, he gets the following error message:
Quote:
Error: Connection dropped by IMAP server with dovecot
I have tested another user account, and that user is able to connect without issue. I confirmed the presence of dovecot.index, dovecot.index.cache, and dovecot.index.log files in the user's <HOME DIR>/mail/.imap/INBOX folder. The /var/log/maillog files do not list any apparent error messages with SquirrelMail.
View 1 Replies
View Related
Aug 16, 2010
We are currently running Dovecot 1.2 on a Centos 5.5 machine for a production workload of around 56,000 - 60,000 pop/imap logins per hour of the day (totaling a million something a day). The server has it's storage hosted on nfs. This server is usually humming along just fine until we get the following error in the mail syslog:
Created dotlock file's timestamp is different than current time (1281964699 vs 1281964649): /mail/user/Mai. ldir/dovecot-uidlist We see a couple of these errors and the server explodes with a load average of over 300, which drops back down immediately but definitely causes a small outage. The strangest part is that we are NOT using dotlock as a locking mechanism on this server. We are also not using dotlock as a locking mechanism for any of the servers that access this nfs storage, rather we use fcntl. There was a time when we tested dotlock on the servers in our mail cluster, but we are not sure why these errors are appearing now after running without dotlock for so long.
View 1 Replies
View Related
May 8, 2010
i installed a new server ubuntu server 9.10 with lamp, etc.
after which i followed the following tutorial to setup
Postfix, DoveCot, Squirell
[URL]
It was working fine till here. After which i installed the spamassain which also got configured perfectly.
I can send only 1 or 2 mails after which i get error
here is my confid file of postfix
Quote:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
[Code]....
View 1 Replies
View Related
Mar 18, 2010
I'm running Dovecot version dovecot-1.0.7 on CentOS 5.4. I'm trying to create subfolders and I can't. I've tried Mac's mail application and Thunderbird; they both come up with an error, basically saying that the server doesn't support level one folders(subfolders). Squirrelmail can't create subfolders neither. I did some reading and thought that perhaps the problem lies in the /etc/dovecot.conf file; specifically with the "mail_location" directive. I currently don't have that directive active which means Dovecot uses defaults settings: saving users' mail in the %u/mail folder. Is there any way to configure Dovecot to use subfolders?
View 14 Replies
View Related
Dec 9, 2009
I am getting this error
Starting web server: apache2[Wed Dec 09 15:36:40 2009] [warn] NameVirtualHost XX.XX.XX.XXX:80 has no VirtualHosts(99)Cannot assign requested address: make_sock: could not bind to address 68.178.232.100:80
no listening sockets available, shutting down Unable to open logs failed!
also what is 68.178.232.100
View 1 Replies
View Related
Jul 23, 2011
What are the pro's and cons of Dovecot and Courier?
View 5 Replies
View Related
Feb 24, 2011
cups does not start with the server. When I try to start from the terminal I get the error message
cupsd: Unable to read configuration file '/etc/cups/cupsd.conf' - exiting!
cupsd: Child exited with status 1!
The log files show nothing. cupsd.conf exists. It is user - root and group - root with permissions set at 0644.
My interpretation of this is that the program is not launching from either boot or terminal for a fundamental reason. I do not quite see what that reason is .
View 2 Replies
View Related
Aug 16, 2015
Delivery via docevot lda works for the virtual users.
Sending a mail that should be redirected to a folder instead of going to the INBOX does not work
Code: Select allecho "lala" | mail -s beispiel julius@myvirtualdomain
#/home/vmail/julius@myvirtualdomain/.dovecot.sieve
Code: Select all
require "fileinto";
if header :contains "subject" ["beispiel"] {
fileinto "beispielordner";
} else {
# The rest goes into INBOX
# default is "implicit keep", we do it explicitly here
keep;
}
I can see no errors in dovecot.log, -info.log, -debug.log but also no sieve messages
Code:
Select all
#/etc/dovecot/conf.d/15-lda.conf
protocol lda {
postmaster_address = julius@localhost
mail_plugins = $mail_plugins sieve
[Code] .....
View 1 Replies
View Related
May 13, 2011
i have some problems to start my dovecot server on Debian 6.0.1 I tried to install it from webmin using "un-used modules" but it was allways the same error: "E: Unable to locate package dovecot-pop3d". When I tried to install it from console using the commands: apt-get install dovecot-imapd dovecot-pop3d dovecot-common - and there are no problems with dovecot-imapd and dovecot-common, but still the same error with dovecot-pop3d: "E: Unable to locate package dovecot-pop3d". After command: service dovecot status: could not access PID file for dovecot ..After try to start dovecot with comand "dovecot": Error: mail_executable: Can't use /usr/lib/dovecot/pop3: No such file or directory Fatal: Invalid configuration in /etc/dovecot/dovecot.conf It's interesting because on version 5.0 there were no problems to install and run dovecot server just pressing the button from webmin..
I've read a few similar threads in this forum about dovecot errors but still can't to fix it.
View 1 Replies
View Related
Jul 13, 2010
I'm using mbox storing for dovecot 1.0.15 messages. The mailbox is in a different partition (/var/mail).The MTA is postfix 2.5.5. SO is Debian 5. How can I find email accounts that haven't be accessed within a 30 days period in order to delete them?
View 1 Replies
View Related
Oct 17, 2010
I tried removing it and installing again but I still get the same code in the terminal:
[Code]....
View 3 Replies
View Related
Nov 19, 2010
I have suse10 64bit and I was setting up SVN server on it. After all required setup while reloading apache2,its giving the error:
Code:
httpd2-prefork: Syntax error on line 113 of /etc/apache2/httpd.conf: Syntax error on line 31 of /etc/apache2/sysconfig.d/loadmodule.conf: Cannot load /usr/lib64/apache2/mod_dav_svn.so into server: /usr/lib64/libsvn_subr-1.so.0: undefined symbol: apr_memcache_add_server
View 6 Replies
View Related
Oct 19, 2010
i am trying to get starting installing debian on my virtual server what is supported for IA64 and i have try'd this few different version(se bellow) and the img fail isin't boting?
debian-503-ia64-businesscard(notice diffrent version tryed to)
debian-503-ia64-CD-1(notice diffrent version tryed to)
debian-503-ia64-netinst(notice diffrent version tryed to)
I have used before virutal server and booted successfully a img file and installed a operating system sow what is wrong?
View 7 Replies
View Related
Apr 16, 2010
For long-term migration from courier to dovecot I would like to install courier-pop and dovecot-pop3d simultaneously. Aptitude offers me to install one, by removing the other, only. Can this be done without creating problems for the package manager and future upgrades? And why if not?
The following NEW packages will be installed:
The following actions will resolve these dependencies:
Remove the following packages:
Score is -170
View 1 Replies
View Related
Mar 25, 2009
I had installed openSuSE 11.0 and then installed XEN using 'Install hypervisor and Tools' which is present in Computer -> YaST -> Virtualization.
After that I rebooted the machine in XEN mode[Dom 0]. There I installed a Virtual machine[Dom U] with OpenSuSE 11.0 Operating system using the option 'Create Virtual machine'which is present in Computer -> YaST -> Virtualization.
VM[Virtual Machine] got installed successfully and started running in TightVNC. I shutdown the VM and restarted it and it started running successfully.
After that I shutdown XEN[Dom 0] and restarted the machine in XEN mode again to run Virtual machine[Dom U]. But this time I got the below error when I selected the 'Run' option in installed VM.
Traceback (most recent call last):
View 1 Replies
View Related
May 25, 2010
I get this error when I start gvim:
Code:
View 1 Replies
View Related
Aug 10, 2010
Two days back I installed had setup subversion for my laptop from the following link HOWTO: Setting Up Your Own SVN Server (Using Apache and mod_dav_svn) - Mark S. Kolich
I don't know where I messed up the apache server. Now I am unable to start the apache server. I get the following error message:
View 3 Replies
View Related
Jun 16, 2011
We are running MailScanner 4.83.4-1 on a CentOS 5.6 64-bit distribution. The status of MailScanner was checked hourly via the check_mailscanner script, and normally the e-mailed result was:
Quote:
Which indicated the process was running without issue.
The server in question sits outside the company firewall, and was configured to deliver e-mail messages directly to their intended recipients. Our company recently changed its policy concerning external e-mail servers to require them to send their e-mails to their destinations via an e-mail gateway server. Consequently, the server was reconfigured to relay its messages to the gateway, and is no longer delivering messages directly to their recipients.
When the change was made, I noticed the check_mailscanner script was sending a new message which read as follows:
Quote:
I have tried starting and restarting the MailScanner software via the /etc/init.d/MailScanner script. The output of the script seems to indicate that MailScanner starts, but a subsequent check for the application via the ps -ef |grep MailScanner command shows the command is not running.
I checked the /var/log/maillog file for any reference to this when I did the restart of MailScanner, and the excerpt shown below coincides with the time that I ran the script:
Quote:
View 1 Replies
View Related
Dec 9, 2010
When i add hinted ( using gpac MP4Box) mp4 files in playlist on admin page of DSS 5.5.5 it gives following error
"An error occurred while starting or stopping your playlist." code...
View 1 Replies
View Related
Feb 22, 2010
I can't get Kaffeine to start. So i tried to run it from Konsole and I get this
Code:
kaffeine: relocation error: /usr/lib/libphonon.so.4: symbol pa_ext_device_manager_read, version PULSE_0 not defined in file libpulse.so.0 with link time reference
I updated / installed phonon Pulse. Now when I insert a DVD and select Kaffeine. I get this error:
Cannot find input plugin for MRL [dvd:/]
Now I have no sound.
View 1 Replies
View Related