Server :: Dovecot Autocreate Plugin / No Namespace Found
May 25, 2011
I recently swapped from courier to dovecot on my server and it's working fine, but I can't seem to get the autocreate plugin to work.I have followed the directions to enable the plugin and autocreate and autosubscribe 2 folders.After enabling debug I can see an error "autocreate: No namespace found" listed for both folders. I haven't been able to find any other instructions, docs or threads that suggest what has to be done to the private namespace to allow it to create these folders.
View 1 Replies
ADVERTISEMENT
Oct 6, 2010
I have just installed openSUSE 11.3 and enjoy using MonoDevelop , and I tried to use XML Serialization in C# : The Help shows the following code for XML Serialization :
C# Example
// Simple XML serialization
using System;
using System.IO;
using System.Xml.Serialization;
public class MyObject {
[Code]...
but when tried the same code the error was : /home//Projects/xmlTest/Main.cs(14,14): Error CS0234: The type or namespace name `Xml' does not exist in the namespace `System'. Are you missing an assembly reference? (CS0234) (xmlTest)
View 1 Replies
View Related
Jun 15, 2011
I activate some plugins (quota,acl,trash,expire) in dovecot server i have in my configuration :
plugin {
quota=maildir:storage=10240:messages=1000
acl=vfile
[code]....
but i don't know how to test if this plugins works or no ?
View 1 Replies
View Related
Sep 16, 2009
I did a a basic install of postfix and dovecot instead of using courier-pop and courier-imap. This is only send and receiving e-mail locally within the test network 10.7.0.X and 10.0.0.X. I used:
[URL]
my postfix.conf is;
PHP Code:
[code]....
This is the error when I send an email from a local machine on the 10.0.0.X network.
PHP Code:
Jan 20 17:05:48 testbox postfix/smtpd[2491]: warning: Illegal address syntax from unknown[10.0.0.111] in MAIL command: <test@10.0.0.112>
View 8 Replies
View Related
Sep 29, 2010
I am running Fedora 10, Postfix and Dovecot I recently changed the password of a user using the 'passwd' command. The problem is that the user can no longer receive their email messages in Thunderbird (Authentication Error). However, they can still login using SquirrelMail and get their mail.
View 2 Replies
View Related
Apr 24, 2009
I am trying to set up a mail server on centos5 using sendmail and dovecot, and eventually spamassassin and some antivirus filter as well. I'd also like to get the proper secure auth mechanism set up at some point too. But for starters, I've been having a lot of difficulty trying to even connect to the mail server from a client computer in the local network. I installed Eudora on the client and after some tweaking in dovecot I was able to connect to the mail server, but then when I try to send an email I get a "connection refused" error, with nothing being logged on the server that I can see.
The last time I set up a mail server was Fedora Core 2, so the configuration files have changed a bit to say the least, and I can't really refer back to those to set up this new server. Does anybody know of a good step-by-step doc on getting the mail server going? I've read the man pages and other various readme's, but these really only list out the available options with no really good explanation of what needs to be done to get the mail server going. If there isn't a full write-up on how to do this, I'll put something together when I'm finished so others can use it in the future.
View 7 Replies
View Related
Jan 16, 2011
I have been searching for a decent definition for this and have come up empty. The defintions I have found are so abstracted that they are meaningless. Could I get a defintion that has "corners" and some context? Is it a verb,a noun,can it fly or crawl?
View 4 Replies
View Related
Oct 2, 2010
Having my Diploma Final Project on setting up a virtual mail server within Local Area Network (LAN) only.I had follow this how-to http://www.linuxmail.info/squirrelma...o-in-centos-5/ and complete up to squirrealmail web mail. I added two new user to try on sending and receiving mail. It works.I run CentOS on VMplayer. I using my laptop to do all the stuff, the laptop default OS is windows 7, i install VM player on it and run CentOS inside the VM Player.I want to do testing on Windows 7 side by installing Thunderbird email client program, i want to connect to mail server with SMTP, IMAP/POP3 using the email service. I have problem while setting up user account on Thunderbird, Thunderbird seems like cannot detect my CentOS mail server. How ?
Do i have to do any other configuration on CentOS ? any DNS ? port number for IMAP,POP3 or SMTP ?
View 1 Replies
View Related
May 25, 2010
Title says it all. Following the instructions at the site [URL] "Start using the Ubuntu One Music Store by going to Applications Sound & Video Rhythmbox Music Player." yields nothing.
View 2 Replies
View Related
May 25, 2011
I'm new to this and trying to install flashplugin to the terminal. I entered apt-get install flashplugin-nonfree, and it says package not found. What do i do. I can't install yahoo messenger without it or see any videos on ..... or any thing that requires adobe.
View 14 Replies
View Related
Jan 27, 2016
My task is to create network namespace, so it can be used to perform some other tasks from it.
Debian 8.2 is used in VMWare virtual machine on windows 7. I have also tried same things with Raspbian on Raspberry Pi 2, but same problems appear.
First, i have followed tutorial https://lwn.net/Articles/580893/ to create pair of virtual ethernet interfaces.
Now i have veth0 in global namespace with ip address 10.1.1.2/24, and veth1 in netns1 namespace with ip address 10.1.1.1/24, and i was able to ping each one from another
Next, i have followed tutorial [URL] ..... to bridge eth0 and veth0, so i can access internet from netns1 namespace.
- First, i have deleted ip addresses for both eth0 and veth0
interfaces, and set them do DOWN state.
- New bridge is created (br0) and both interfaces (eth0 and veth0) are
added to it.
- Then both interfaces are set to UP state, and i run "dhclient br0" to
assign ip address to br0.
From global namespace now it is possible to run "ping google.com" (and br0 interface is used), but from netns1 namespace i get error "Network is unreachable".
$ ip addr show
Code: Select all  1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
      valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
      valid_lft forever preferred_lft forever
Â
[CODE]....
View 2 Replies
View Related
Mar 18, 2011
Does anyone know if there are only personal preferences between the two IMAP servers or does one of a slight advantage over the other? I've used Dovecot only in the past but my package manager loads tons of MySQL libraries with Dovecot which is a problem since that's not authorized on my server right now. I can either install it from source or try another application like Courier.
View 4 Replies
View Related
May 22, 2010
This is a Virtualmin setup where the user's local mail folders are located at: /home/domain/homes/user/mail The user can login to Dovecot but it doesn't fetch their emails.There are no errors in the logs.Is my mail location wrong?
View 1 Replies
View Related
Feb 26, 2010
Im a fairly new linux person and have a hopefully easy question. I am running centos with dovecot and postfix for the mail. Im using imap so all the mail is on the server. Im also using thawte certificates. What is the easiest way to move all of this over to a more stable box? The box i have now is a major POS.
View 4 Replies
View Related
Jun 19, 2011
I wonder how i can get subdirectories (.INBOX/***/*** etc...) in dovecot.I just stardet a mail server and when i tried to create it from the mail client (MS Outlook) it says that the server wont allow it.
View 4 Replies
View Related
Mar 23, 2011
I have a very basic "working" Dovecot configuration from 1.x as shown below:
Code:
auth_mechanisms = plain login
mail_location = maildir:~/mail
passdb {
[code]...
My question is I've built a new server and now it has Dovecot 2.0.11 & I would like to know if I need to generate a new configuration file or will the above 1.x work in 2.0.11? The configuration file 'dovecot.conf' generated by 2.0.11 is all commented out and I don't know what I need to uncomment / add to the config to get IMAP working.
Code:
[root@mail /]# doveconf -n | head -2
# 2.0.11: /etc/dovecot/dovecot.conf
View 1 Replies
View Related
Mar 20, 2011
CentOS 5 box was just setup to replace a crashed old one. I have postfix.admin installed and working, added users (confirmed from mysql command line) and can login using telnet server pop3 with the user information. The problem I am left with is just receiving mail. I have both squirrelmail and roundcube installed, and can also authenticate using both (/var/log/maillog shows);From either webclient I can naturally send mail out and both yahoo and gmail client confirms, yet a reply shows nothing, and nothing ever shows in the maillog. Firewall is shut down but I don't know postfix enough to see how to test, or is something else grabbing the mail.
I can provide anything necessary, just let me know what. As I see it (just so far) Postfix should be the server that answers and receives the mail, dovecot is more the pop/imap the client would use, so I think it's a postfix issue. If so, can I turn up the debugging, etc. but again, I think all mail received should appear in the maillog file 1st as I see the outbound mail go fine!
View 3 Replies
View Related
Oct 13, 2010
i had configures sendmail and dovecote in rhel 5.3, as it was working fine with pop3 and imap, but it will not work for pop3s and imaps .the cerificate is chked with mutt it is fine , on client side i use outlook express/Thunderbird . the ports status shown as listening . moreover the certificate was not trusted by the clients. is there any more setting i have to do .
View 5 Replies
View Related
May 12, 2011
My only problem with Slackware 64 13.37 is that Crossover Linux doesn't seem to install correctly. It claims successful installation, but several lines of these errors occur:
Code:
Use of "goto" to jump into a construct is deprecated at /home/x/cxoffice/lib/perl/XML/SAX/PurePerl/Reader/Stream.pm line 56.
/home/x/.local/share/mime/packages/cxassoc-cxgames-0.xml:6: namespace error : Failed to parse QName 'xml:'
[code]....
Then, when I try to restore certain cxoffice "bottles," I get the following messages:
Code:
Unhandled exception
or
Code:
wine: Unimplemented function user32.dll.DialogBoxParamW called at address 0x7b8402f9 (thread 00f2), starting debugger... Everything worked fine in Slackware64 13.1.
View 6 Replies
View Related
Nov 12, 2010
I have Centos ( and Postfix+ldap+dovecot ) TLS works with Postfix and LDAP. When I open evolution mail client I can browse ldap tree and search for users, send-receive mails ...all fine
View 3 Replies
View Related
Mar 19, 2011
Few days ago we had a server maintenance. The system was shutdown, we fix the CPU fan, and start the system again. But somehow when the system starts, our IMAP server - dovecot is not running. It just sit like a rock. Because the machine had a CPanel/WHM, I tried to restart dovecot using cpanel and got a message:
Code:
That was not really useful....
When I tried to restart dovecot using command line, I got nothing. really nothing.
Code:
How to find out what happens to my IMAP/dovecot? And anyway to make it run again?
I'm using CentOS 5.5 X64 with dovecot 1.2.16
View 5 Replies
View Related
Jan 22, 2011
I have followed the guide for "The Perfect Server - Debian Lenny (Debian 5.0) With BIND & Dovecot [ISPConfig 3]" and all is well, except.
I can send mail (to GMail) from commandline. I can send mail (to GMail) from any of the domains configured in ISPConfig3 through SquirrelMail (how ever terrible that looks, but functions) or IMAP/POP.
but....
I can't receive mail (from GMail) on any of the domains configured in ISPConfig3 in SquirrelMail or IMAP/POP.
I have my domains configured with proper MX records (just like I have them configured at work). I have all ports (80, 143, 110, 25, 22, etc) forwarded on my router that are needed.
I can Telnet to localhost and all checks are fine. I can send and receive from and to local domains on the same server, which makes sense. but
I can't Telnet from any external server to my server behind NAT.
Conclusion:
I figured it MUST be a network/port-forwarding problem as the external Telnet requests fails to my machine on port 25.
Tested my router if it would let met communicate through port 25 and it would.
So it must be my ISP, as I read in different posts.
Question:
Maybe I'm a n00b, but in all other posts the problems were with receiving AND sending.
My ISP responded that port 25 is blocked because of spam issues.
But I can mail (and even spam if I would like to) to external domains while I didn't do anything weird to make that happen.
The only thing I wish for is to receive mails and if you'd ask me, port 25 would be solely for outgoing mails, not for incoming mail deliveries throught MX?
An ISP surely wouldn't disable their customers in having a mail-server for incoming mails, as long as they would send out through their own smtp server to make sure they wouldn't spam the world?
View 1 Replies
View Related
Jul 18, 2010
I am running webmin on ubuntu server 10.04lts I have dovecot installed.when I try to check for mail the server unexpectedly terminates the connection. window live mail gives this error, and when i use telnet to try to login and get email it terminates the connection right after i send the "PASS thisismypassword" command.
View 8 Replies
View Related
Oct 21, 2010
I am able to telnet localhost 143 and telnet ip 143 on localhost.but from outside network am not able to telnet ip 143.
View 2 Replies
View Related
Jan 28, 2010
I used fedora12 builded mail server uning sendmail and dovecot at my home, when I at home everything are works fine, no matter I sent email to hotmail, or hotmail sent to my mail server, but I got the problem that I can't access my home server when I at office, the error messages as below:
#telnet xxx.xxx.xxx.xxx 110
-ERR Cannot connect to POP server xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx:110), connect error 10061
#telnet xxx.xxx.xxx.xxx 25
[code]....
P.S there is no firewall between the my office and home
View 3 Replies
View Related
Jun 3, 2011
Installed postfix and dovecot, Also created a user account on linux like abc but when i send mail form sunil@test.abc.com (domain)
I get below error:
I reset the password of user sunil, but no gain
log error:
View 3 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
Jan 2, 2011
I am running CentOS 5.2 on a server here in my home. It runs Dovecot and Postfix and also serves as a website host for a small website of mine. Everything works fine. POP, SMTP, Webmail, WWW, all works great and has for ages.Here's the issue. I recently reinstalled a clean copy of Windows 7 on a workstation in my home onto a new harddrive(I still have the old drive int he machine so I can boot to it as well). I setup the Windows Live Mail client to send/receive mail with my mail/web server. However, it won't connect to the POP server on my server machine.Here's the kicker. If I boot to the old harddrive that is running Windows 7, it connects fine to my mailserver and can send/receive just fine. I've checked, rechecked and rechecked and all mail settings on the mail clients on both drives are identical.
Note: The installations of Windows 7 on both drives is identical. Same computer name/ same credentials, same IP, etc. However, as I stated, I can send/receive email with my server if I boot to my old drive, but if I boot to my new drive, I cannot send/receive.
View 2 Replies
View Related
May 28, 2010
I just want to create virtual postfix users using static external file, without using dovecot as MDA or mysql db.
View 1 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