Displaying 20 results from an estimated 20 matches for "vmailboxes".
Did you mean:
mailboxes
2009 Aug 03
3
Performance problem with STATUS after upgrade (1.0.15 -> 1.2.2)
...race to
capture what happens and made the results available at
http://www.incertum.net/~cite/imap.log.
With 1.0.15, I never noticed this kind of delay, and reading mail
feels really sluggish at the moment. Is there any way to improve
performance?
Configuration data:
Filesystem mounted to /export/vmailboxes is an ext3:
# tune2fs -l /dev/rootvg/mailhome_lv | grep "^Filesystem features"
Filesystem features: has_journal resize_inode dir_index filetype needs_recovery sparse_super large_file
(needs_recovery is set because the filesystem is mounted, I umounted
it, did fsck -Dfy and it didn...
2009 Aug 06
3
ACL plugin, public namespace, erroneous \HasNoChildren
Hi,
dovecot 1.2.2 with a second namespace called "Public", mapped to
"/export/vmailboxes/public", LIST returning \HasNoChildren:
root at testvm06:~# cat /export/vmailboxes/public/dovecot-acl
user=cite lrwstiekxa
authenticated lrs
anyone lrs
root at testvm06:~# ls -l /export/vmailboxes/public/.announcements/dovecot-acl
lrwxrwxrwx 1 root root 14 Aug 6 03:50 /export/vmailboxes/pub...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
.../local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname NO WHAMMIES!!!
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mailboxes
virtual_mailbox_domains = hash:/etc/mail/postfix/vdomains
virtual_mailbox_maps = hash:/etc/mail/postfix/vmailboxes
virtual_minimum_uid = 1000
virtual_transport = dovecot
virtual_uid_maps = static:5000
unknown_local_recipient_reject_code = 550
*** Postfix master.cf ***
...snip...
dovecot unix - n n - - pipe
flags=DRhu user=maildrop:maildrop
argv=/usr/local/libexec/dovecot/deli...
2011 May 18
1
integrating procmail
Hello, list members!
I'm new to dovecot, and haven't needed to maintain an email server
instance for quite some time.
I recently got a fairly simple postfix + dovecot installation functional
as needed, however I now need to get procmail filtering incoming
mail, and after reading various docs and wikis, I find that I'm still
having a tough time feeling confident on how best to
2014 Apr 02
1
Info on Config Sharing or Unfied Config?
...nfiguration sharing
between Postfix and Dovecot? Or is there a unified config file
somewhere that I can use for mail components (like Postfix, Dovecot,
Clam, and Spam Assassin)?
I'm finding that I need to add the same information in multiple
places. For example, Postfix users go in /etc/postif/vmailboxes, but
Dovecot uses a user/password database stored in /var/mail/%d/%u (or
other methods). And the same certificates and keys get entered
multiple times.
I think (or hope) there's something better, but I have not come across
the resource.
2006 Oct 04
1
Add virtual users to the Dovecot configuration
Dear Dovecot Mail List,
I have used Dovecot for quite a while to service remote users on my SOHO
network. A local not-for-profit asked about getting their own dedicated
domain name for mail.
I followed: http://www.howtoforge.com/linux_postfix_virtual_hosting to
set up a virtual, but the article leaves out system accounts and I have
not been able to access both system and virtual users at the
2011 Sep 04
1
Quotas not recalculating
...dovecot-sql.conf.ext
driver = mysql
connect = host=/var/lib/mysql/mysql.sock user=<snip> password=<snip>
dbname=<snip>
user_query = SELECT 502 AS uid, 502 AS gid, "/var/mail/vhosts/%d/%n" AS
home, concat("maildir:storage=", floor(m.quota/1024)) AS quota FROM
vmailboxes m, vhosts h WHERE `m`.`username` = '%n' AND `m`.`domain` =
`h`.`UUID` AND `h`.`vhost` = '%d'
default_pass_scheme = PLAIN
password_query = SELECT aes_decrypt(`m`.`password`, <snip>) AS password
FROM vmailboxes m, vhosts h WHERE `m`.`username` = '%n' AND `m`.`domain`...
2011 Aug 21
2
Help With 'No SASL Authentication Mechanisms' Error
Hi,
I'm trying to configure a new server with dovecot 2.0 and postfix 2.6.6.
My previous servers have all been dovecot 1.x. Trying to port over my
previous configurations has been a real headache.
Currently, I'm getting the following errors when trying to connect with:
openssl s_client -starttls smtp -connect localhost:25
Aug 21 19:08:46 localhost postfix/smtpd[26252]: connect from
2009 Feb 19
1
LDA dovecot with Postfix not workin :-(
Hi, tried to use postfix with virtual users and dovecot
imaps/imap pop3/pop3s workin fine lokal smtp too,
but a remote host is not able to send mail
Debian Etch
uname -a Linux mail 2.6.18-6-xen-amd64
#virtual user
vmail:x:5000:8::/home/vmail:/bin/sh
#master.cf added
dovecot unix - n n - - pipe
flags=DRhu user=vmail:mail argv=/usr/lib/dovecot/deliver -d
2006 Feb 14
2
passwd-file
Hi,
the wiki doesn't explain the file format for passwd-file.
I want to do a small set of virtual users using flat files.
I have my postfix "vmailbox" generated, and working as expected for delivery.
I've configured dovecot, put passwd-file for the auth_passdb, and specified a
file name.
By "passwd like" what is allowed? Where is it document. How unlike passwd
2006 Apr 25
0
Sanity checking on dovecot
I'm setting up a new server. I have a couple of dozen users, and
several domains.
I've set up Postfix as my MTA, and it's dropping things into
maildirs. Now I want to get Dovecot to work for POP/IMAP. (Getting
SMTP AUTH to work is also on the agenda, but slightly tangential.)
Postfix is putting things into /var/mail/vhosts, an example line in
my vmailbox file is:
test at
2018 Jan 25
0
Single mailbox optimizations
Hello,
I have unconventional load profile for my email server and I would like to
ask if someone can suggest optimizations in my case.
I have only one mailbox on the server for collecting emails from variety of
external mail servers. I use Postfix for collecting emails and Dovecot to
provide IMAP for downloading emails from this mailbox. Currently Postfix
configured to use LMTP for transferring
2008 Mar 14
3
Virtual mailboxes
Virtual mailbox support can be tested with:
hg clone http://hg.dovecot.org/dovecot-virtualboxes/
The code is still pretty non-optimized and I've only done some small
tests, but at least it appears to work. Messages can't yet saved to
virtual mailboxes, but I was thinking that the first configured mailbox
could be used as the save destination.
Configuration goes like:
mail_plugins =
2009 Aug 09
1
autocreate plugin fails to subscribe mailbox in public namespace
...imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(managesieve): /usr/lib/dovecot/modules/managesieve
namespace:
type: private
separator: .
inbox: yes
list: yes
subscriptions: yes
namespace:
type: public
separator: .
prefix: Public.
location: maildir:/export/vmailboxes/public:INDEX=~/Maildir/public
list: yes
lda:
postmaster_address: postmaster at test.cite.lan
hostname: testvm06.test.cite.lan
mail_plugins: quota sieve expire trash
auth_socket_path: /var/run/dovecot/auth-master
auth default:
mechanisms: plain login cram-md5
passdb:
driver: ldap...
2012 Dec 14
1
need help with dovecot-lda
Hello all!
Some month ago I upgraded our dovecot installation from version 1.0.5
to version 2.1.7 without having any trouble. Postfix is delivering
email directly per virtual transport to the maildirs and mailboxes of
the users in /var/spool/vhosts/domains/....
Now I want to use dovecot-lda and created a new entry in the master.cf
of postfix.
dovecot unix - n n - -
2016 Jun 23
2
newbie userdb lookup problem
I'm new to Dovecot and I'm having trouble getting basic, flat file userdb
lookups to work. This must have been asked before, but if so, I can't find
it.
I'm following the basic setup here:
http://wiki2.dovecot.org/HowTo/SimpleVirtualInstall with a few minor
differences. Output of doveconf -n is below, as well as relevant entries
from postfix main.cf and master.cf.
When I
2012 Apr 05
2
problem to configuration dovecot and postfix
Hi,
I'm having a problem with dovecot and postfix. I'm using a dovecot
version 2.0.13.
Postfix (Version: 2.8.5) config is changed according to the
http://wiki2.dovecot.org/LDA/Postfix:
I have thought to build a virtual user and virtual mailbox, and use
the functionality of the Sieve.
However, when the test set, the mail not received the mailbox. Record
that there was a "temporary
2010 May 14
4
Dovecot 2.0beta5 Quota/Dict
I can not use quota/dict when i configure it come outs this error.
If the configuration gos wrong it just do not happen anything, but if the
filds and name are ok, happen this..
> May 14 17:03:40 auth: Debug: Loading modules from directory:
> /usr/lib/dovecot/auth
> May 14 17:03:40 auth: Debug: master in: USER 1 sfrique at nti.uff.br
> service=lda
> May 14 17:03:40 auth:
2010 Apr 21
9
best choice of user database file to work with postfix?
I'm setting up a Postfix and Dovecot combination. What I want to do is have
a user database that (1) is not running from some engine (so not LDAP or SQL
or such) ... and (2) is completely disassociated from system users (e.g.
most email users are not in /etc/passwd and most /etc/passwd users are not
email users). Ideal would be a one-file solution, which can be managed by
text editing or
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...bc_id}/outpath/${position_}/timeout)=${timeout_});
return;
}
/* PUBLIC */
/* The "vmail" macro is optional. Sends a voicemail about the call.
* First 30 seconds of the call is attached as the voicemail. */
macro pngnpbx-abc-vmail(boxes_) {
Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/vmailboxes)=${boxes_});
Originate(Local/${pngnpbx_abc_id}@pngnpbx-abc-troll,exten,pngnpbx-abc-vmdrop,${pngnpbx_abc_id},1,1);
return;
}
/* PUBLIC */
/* The "gps" macro is optional; if used it should be entered immediately after "init". */
macro pngnpbx-abc-gps(lat_,lon_,elv_,url_)...