Displaying 20 results from an estimated 31 matches for "virtual_mailboxes".
2008 Jan 21
4
Virtual Users and permission denied on POP3 Authentication - cur directory
Hi,
I've been working on configuring a new Postfix+Dovecot+Cyrus-SASL
+Postgres server to perform multi-domain virtual hosting with non-unix
accounts. I believe I have everything working correctly and have
tested both the SASL portion and POP authentication through telnet and
all works as expected, with one exception.
When I authenticate using POP3:
# telnet mail.host 110
Trying
2009 Sep 16
2
Upgrade Question about mail_location
Hi,
I plan on upgrading from 1.1.13 to 1.2.4 using an RPM. I have read the
wiki [1] and have a question about the mail_location variable.
Currently, in 1.1.13, I use:
mail_location = maildir:/var/spool/virtual_mailboxes/%h
with virtual mailboxes. However, I am planning to change it to use:
home=/var/spool/virtual_mailboxes
mail_location = maildir:%h
as part of the new configuration. Is that correct or have I
misinterpreted the wiki?
Thanks,
John
[1] http://wiki.dovecot.org/Upgrading/1.2
2005 Dec 25
2
dovecot and virtual mailbox - suggestions please
I've setup postfix to delivered my mail to a maildir located at
/var/spool/virtual_mailboxes/mydomain.com/myuser
My postgresql database called 'mails' has a user table setup as follows:
CREATE TABLE users (
userid VARCHAR(128) NOT NULL,
password VARCHAR(128),
realname VARCHAR(128),
uid INTEGER NOT NULL,
gid INTEGER NOT NULL,
home VARCHAR(128),
mail VARCHAR(255),
P...
2005 Sep 30
2
sudo /etc/init.d/dovecot start doesn't work
...owing permission error. I checked "ps -ef | grep
dovecot" and didn't find anything different.
Sep 29 16:54:35 localhost imap-login: Login: xyz at example.com [::ffff:
192.168.0.4 <http://192.168.0.4>]
Sep 29 16:54:36 localhost imap(xyz at example.com): mkdir_parents(/var/spool
/virtual_mailboxes/example.com/xyz/.imap/INBOX) failed: Permission denied
Here's the directory for storing virtual domain email.
[localhost ~]$ sudo ls -al /var/spool/virtual_mailboxes/example.com
total 24
drwx------ 3 vuser vuser 4096 Sep 29 16:43 .
drwxrwxr-x 3 root mail 4096 Sep 21 21:57 ..
drwx------ 3 vuse...
2018 Mar 06
2
Virtual Mailboxes redux
--
You only had to look into Teatime's mismatched eyes to know one thing,
which was this: if Teatime wanted to find you he would not look
everywhere. He'd look in only one place, which would be the place where
you were hiding. --Hogfather
> On 06 Mar 2018, at 13:13, Rob Hoelz <rob+dovecot at hoelz.ro> wrote:
>
> I've had success using "doveadm mailbox list?
#
2005 Dec 24
0
dovecot - postgresql ERR No INBOX for user.
I've setup dovecot to authenticate against postgresql.
But I consistently get a "No INBOX for user" error when I try to do pop
requests.
Any pointers would be helpful.
Postfix deposits mails in maildirs in the format
/var/spool/virtual_mailboxes/{domain}/{username}/
below is the result of a telnet test (altered slightly of course, but gives
the idea)
telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK dovecot ready.
USER personx@myxdomxain.net
+OK
PASS herexxxx
+...
2012 May 08
1
Enforcing Dovecot Quotas
Hello,
I have been looking at enforcing quotas for users of my mail system (postfix
and Dovecot v1.2). Have tried to follow a few tuts on the web but its not
having the desired effect. Essentially I can still send and receive mail on
an account that I believe has had its quota exceeded.
In my main.cf, I have:
userdb sql {
args = /etc/dovecot/mysql/dovecot-mysql.conf
}
passdb sql {
2006 Nov 06
3
Lstat & Dovecot
I am chasing a problem with dovecot generating an error:
lstat(/var/spool/virtual_mailboxes/[domain dir]/[user dir]/Maildir/cur)
failed: Permission denied
I first tried making the directory world readable, same error. Them
tried to lstat [the path] at the console and receive the error:
lstat: command not found
I have a manpage on lstat, but no file. "Yum provides" showed the...
2017 Jun 06
3
virtual isp address, local delivery
I'm trying to understand how to deliver mail to an address locally which
is popped from my isps email account.
I access and keep these emails backed up on dovecot and use postfix smtp
to deliver mail.
The problem is that while fetchmail uses dovecot lda directly, postfix
can't include my isps domain in its $mydestination because I won't be
able to send mail to other users in that
2018 Mar 08
2
Virtual Mailboxes redux
On 08.03.2018 03:09, @lbutlr wrote:
> On 2018-03-06 (14:41 MST), "@lbutlr" <kremels at kreme.com> wrote:
>>> and using "doveadm search mailbox $VIRTUAL_MAILBOX?
>> # doveadm search mailbox "@virtual.day" -u kremels
>> #
> Any clues on this? As far as I can tell from the documentation and the list this should work, but it is not.
>
You
2008 Jan 24
2
SQL user_query question
Hi,
I am working through setting up a virtual hosting system using
Dovecot, Postfix and Postgres on a CentOS 5 box running an install of
the dovecot-1.0-1.2.rc15.el5 RPM.
The question I have is, given this password_query SELECT clause, which
all return valid values from the database:
user
password
domain
can I use a %d in the WHERE clause of my user_query? The reason I ask
is that the
2003 Dec 15
1
multiple auth= statements
I'm new to dovecot and it's configurations. Reading the config file, I
have a question regarding having multiple auth= lines in there.
Is this some sort of a pass-through or fail-through system of
authentications like where if a user is not authenticated using 'pam',
then the second method is tried (which might be sql or plain passwd-txt) ?
Am I assuming the right thing here ?
I
2010 May 26
2
mixture of virtual and plain users
Hi,
I have a mail server (postfix/dovecot) running so far with normal
local /etc/passwd users for domain example.com.
mail_location = maildir:~/Maildir
passdb pam {
}
userdb passwd {
}
Is it possible to add virtual domains/users to my setup
without changing example.com to a virtual domain?
I can do the postfix part with
http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox
but
2008 Jun 02
2
spamassassin, postfix with dovecot lda?
Hi all,
I am trying to setup a mail server using postfix (virtual_mailboxes),
spamassassin and dovecot, along with SQL where appropriate. From my
research so far I realized that, for several reasons, it is required for
me to use dovecot LDA instead of maildrop, local, procmail or other
alternatives.
My configuration was working flawlessly, until spamassassin per-user...
2015 Dec 14
1
Postfix and LDAP
Hi Everyone,
I thought I'd try asking here before joining the postfix mail list
since I'm running postfix on a CentOS 7 box.
I want to look up accounts via LDAP (an IPA server also on CentOS 7). I
created an "ldap_aliases" file and successfully tested it with the
postmap command: I can get the email address for an arbitrary user.
But, when I add the very same file to main.cf, I
2009 Nov 18
2
failed: Permission denied missing +w perm: /home/mail_virtual/2001
hi there!
i'm trying to run dovecot 1.2.4 managesieve service with mysql auth.
authentication is obviously going fine, i have debug_auth set to on
and can see log lines indicating auth success:
2009-11-18 16:04:24 auth(default): Info: client in: AUTH 1
PLAIN service=pop3 secured lip=127.0.0.1 rip=127.0.0.1
lport=10100 rport=42497 resp=<hidden>
2009 Jul 01
4
dovecot lda and postfix
I do not know if this is a help request to solve a problem but
to understand what is going on. I am going to start with the problem
description as I see it and we will go from there.
I have postfix setup to use dovecot for tls/sasl in addition to its
normal imap/pop3 functions. Postfix is also setup to do virtual
domains, getting its information from the files valias, vmaps, and
vhosts which are
2020 May 29
1
Operation not permitted - fchown() failed for /run/dovecot/login
...size_limit = 30720000
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/mail/domains
virtual_uid_maps = static:102
virtual_gid_maps = static:105
smtpd_sasl_type = dovecot
smtpd_sasl_path = /var/spool/postfix/private/auth
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restr...
2013 Apr 12
4
Dovecot / Postfix
...ze_limit = 30720000
virtual_alias_domains =
virtual_alias_maps =
proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf,
mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /home/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks,
permit_sasl_authenticated, reject_unauth_destinati...
2018 Mar 06
4
Virtual Mailboxes redux
I?ve created virtual mailboxes in dovecot, and they show up in various clients, but the folders contain no messages. (I will get an ?empty? folder icon named ?@virtual? and an empty folder icon named ?month? inside it. Is there a way I can verify what dovecot THINKS should be in the virtual folder via doveadm?