Tagged Questions
0
votes
0answers
29 views
Authentication server didn't send valid SPID as expected:
I have set up my mail server and been using thunderbird to check my mails (followed the instructions here). Everything has been working well, except after I moved a few days ago, I can no longer check ...
0
votes
1answer
18 views
MailServer that doesn't store any data outside database?
Question:
Is there any OpenSource (MIT/BSD/LGPL license) mail server that doesn't store any of its data (except database connection string/sql query scripts) outside a database ?
I looked at ...
0
votes
1answer
1k views
push email / email server tutorial
Does anyone happen to know the current status of push email in the linux world? From my searching at the moment I have seen Z-push ...
1
vote
0answers
273 views
I can't logon to the mail server using an NIS user account
Below is my configuration
# 2.0.13: /etc/dovecot/dovecot.conf
# OS: Linux 3.0.0-17-server x86_64 Ubuntu 11.10
auth_mechanisms = plain login
mail_location = maildir:/nfs/users/%u/Maildir
passdb {
...
2
votes
1answer
1k views
Dovecot does not receive emails - Connection refused
I try install Mail server on Ubuntu, I've installed dovecot server.
telnet localhost 110 - correct
telnet mail.domain.cz 110 - correct
When I send email:
echo "Testicek" | mail -s "Dovecot test" ...
0
votes
1answer
129 views
Adding a new drive for email server
I have installed email server with "dovecot, postfix, postfixadmin" etc. Now I mounted new driver. All my mails are in folder /home/vmail/ user is: vmail uid=5000 gid=500.
I like to move those files ...