Displaying 5 results from an estimated 5 matches for "emailaccount".
Did you mean:
emailaccounts
2005 May 25
2
failed to create storage data
Hello,
I have a problem. I get the message 'Failed to create storage with data'
I have 2 emailaccounts which are working perfect and that worked fine.
But now I want to add another account and now it said 'Failed to create
storage with data'
What is the problem?
I have the same rights on the directory and it worked first fine. I
didn't changed it. Can any one point me in the good dir...
2005 Jun 03
2
maildir create problem
Hello,
I got the error failed to create storage data. I changed some things and
now I get the following message:
mkdir(/home/mail/domain.nl/info/.Trash) failed: No such file or directory
The directory for domain.nl is not created either. Other emailaccounts
which were running very good already have no problem.
Can anyone give me a direction what the problem could be?
thanks,
Alex
2011 Apr 26
1
Why is my quota warning script not getting executed?
.../wiki1.dovecot.org/Quota/Dict ?I'm burning
my eyes trying to find any syntax issues but can't. I'm including
output of dovecot -n and the quota2 table schema below.
dovecot.conf:
==========
dict {
?quotadict = mysql:/usr/local/etc/postfix/dovecot-dict-sql.conf
}
plugin {
?quota = dict:emailaccount::proxy::quotadict
?quota_warning95 = storage=95%% /usr/local/bin/dovecot-quota-warning.sh 95
?quota_warning90 = storage=90%% /usr/local/bin/dovecot-quota-warning.sh 90
?quota_warning80 = storage=80%% /usr/local/bin/dovecot-quota-warning.sh 80
}
/usr/local/etc/postfix/dovecot-dict-sql.conf:
======...
2006 Sep 09
2
actionmailer HELP
Hi,
I want to receive emails with actionmailer.And I try to do this example:
http://wiki.rubyonrails.org/rails/pages/HowToReceiveEmailsWithActionMailer
I am working on windows and I couldn''t set up Actionmailer for windows.
How can I configure actionmailer for windows? I am glad,if anybody can
help me
Regards...
--
Posted via http://www.ruby-forum.com/.
2006 Dec 01
2
Auth process died too early
...}
}
plugin {
quota = maildir
trash = /etc/dovecot/dovecot-trash.conf
}
Dovecot-sql.conf:
driver = mysql
connect = host=myhost dbname=mydb user=myuser password=mypass
password_query = SELECT username as user, clearpw as password, home as userdb_home, uid as userdb_uid, gid as userdb_gid FROM EmailAccounts where username = '%u'
--
Kenny Dail <kend at amigo.net>