Displaying 20 results from an estimated 31 matches for "virtual_mailbox".
Did you mean:
virtual_mailboxes
2008 Jan 21
4
Virtual Users and permission denied on POP3 Authentication - cur directory
...1.com
+OK
pass secret
+OK Logged in.
-ERR No INBOX for user.
And the maillog reports the following:
Jan 21 13:42:32 mail.host dovecot: pop3-login: Login: user=<user1>,
method=PLAIN, rip=192.168.XXX.XXX, lip=192.168.XXX.XXX
Jan 21 13:42:32 mail.host dovecot: POP3(user1): mkdir(/var/spool/
virtual_mailbox/domain1.com/user1/cur) failed: Permission denied
Jan 21 13:42:32 mail.host dovecot: POP3(user1): mkdir(/var/spool/
virtual_mailbox/domain1.com/user1/cur) failed: Permission denied
Jan 21 13:42:32 mail.host dovecot: POP3(user1): Couldn't open INBOX:
Internal error occurred. Refer to server lo...
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),...
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 vu...
2018 Mar 06
2
Virtual Mailboxes redux
...ar 2018, at 13:13, Rob Hoelz <rob+dovecot at hoelz.ro> wrote:
>
> I've had success using "doveadm mailbox list?
# doveadm mailbox list -u kremels
Archive
Drafts
Junk
...
@virtual
@virtual.day
@virtual.month
INBOX
So far so good.
> and using "doveadm search mailbox $VIRTUAL_MAILBOX?
# doveadm search mailbox "@virtual.day" -u kremels
#
Hmm?
# doveadm search mailbox "INBOX" -u kremels
e0fc6a3557f62158c111000021d1a38d 83
e0fc6a3557f62158c111000021d1a38d 84
e0fc6a3557f62158c111000021d1a38d 85
e0fc6a3557f62158c111000021d1a38d 86
e0fc6a3557f62158c11100002...
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
...quota_exceeded_message = You have exceeded the maximum quota for
your mailbox
}
the dovecot sql (mysql) file has the following query for pulling out user
ids and quotas etc:
user_query = SELECT maildir, mymailuser as uid, mymailgroup as
gid,concat('maildir:storage=',quota) as quota FROM virtual_mailbox WHERE
username = '%u'
I have set one of my users to have a quota of 1 (so one byte I believe) so
it should be over the limit pretty much immediately.
Looking at the logs I can see that the system is picking up on the quota
limit but doesn't seem to enforce it.
Apr 27 10:29:02 deliver...
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 t...
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 actually have a mailbox called '@virtual.day'?
Aki
2008 Jan 24
2
SQL user_query question
...The reason I ask
is that the log file shows the results coming back correctly for the
password_query in the log file:
dovecot: auth(default): client out: OK 1 user=user1 domain=domain.com
Yet, the user_query that is logged shows:
dovecot: auth(default): sql(user1,192.168.0.77): SELECT
vu.virtual_mailbox AS home, vu.virtual_uid AS uid, vu.virtual_gid AS
gid, vd.domain AS domain FROM virtual_users vu,
virtual_mailbox_domains vd WHERE vu.domain_key = vd.id AND vu.username
= 'user1' AND vd.domain = ''
And the actual query in my dovecot-sql.conf looks like this:
user_query = SEL...
2003 Dec 15
1
multiple auth= statements
...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 have system-users, but am planning to migrate the majority of those
users to a virtual_mailbox system (using postfix) where they have no
more system-users . I just want to be sure this will work.
If anybody has setup a system with postfix and virtual mailboxes in
combination with dovecot, and wants to swap stories and setups, I'd be
grateful :)
/Stephan
--
Stephan van Beerschoten...
2010 May 26
2
mixture of virtual and plain users
...cal /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 I'm not sure if I can mix dovecot (IMAP and maybe smtp auth) for
both local and virtual users.
Any hint would be appreciated.
best regards,
Giannis
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-use...
2015 Dec 14
1
Postfix and LDAP
...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 don't see anything in
the normal or debug logs for postfix that would indicate postfix is
even trying to do a ldap lookup.
Here are the relevant configs:
# Virtual domains
virtual_mailbox_base = /var/spool/mail
virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox
virtual_mailbox_domains = thesandhufamily.ca
virtual_alias_maps = hash:/etc/postfix/virtual,
hash:/etc/mailman/virtual-mailman, ldap:/etc/postfix/ldap_aliases
NB: I believe I don't need to use ldap for virtual_mail...
2009 Nov 18
2
failed: Permission denied missing +w perm: /home/mail_virtual/2001
...secured lip=127.0.0.1 rip=127.0.0.1
lport=10100 rport=42497 resp=<hidden>
2009-11-18 16:04:24 auth-worker(default): Info: sql(jh at new.xlhost.de,127.0.0.1):
query: SELECT alias as user, password, home as userdb_home,
vuid as userdb_uid, vgid as userdb_gid FROM virtual_mailbox
WHERE alias = 'jh at new.xlhost.de'
2009-11-18 16:04:24 auth(default): Info: client out: OK 1 user=jh at new.xlhost.de
2009-11-18 16:04:24 auth(default): Info: master in: REQUEST 1 27482 1
2009-11-18 16:04:24 auth-worker(default): Info: sql(jh at new.xlhost.de,127.0.0.1):
SELE...
2009 Jul 01
4
dovecot lda and postfix
...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 all located in its /etc/postfix directory:
# Virtual domain stuff
virtual_mailbox_domains = /etc/postfix/vhosts.txt
virtual_mailbox_base = /var/spool/vmail
virtual_mailbox_maps = hash:/etc/postfix/vmaps.txt
# 1500:1500 is user virtual
virtual_uid_maps = static:1500
virtual_gid_maps = static:1500
virtual_alias_maps = hash:/etc/postfix/valias.txt
Dovecot uses its own unix passwd-...
2020 May 29
1
Operation not permitted - fchown() failed for /run/dovecot/login
...meta_directory = /etc/postfix
shlib_directory = /usr/lib/postfix
myhostname = mail.my-domain.com
mynetworks = 127.0.0.0/8
message_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/...
2013 Apr 12
4
Dovecot / Postfix
...f you need any other configurations please let me know...
mail.info logs:
Apr 12 13:30:14 Server1 postfix/smtpd[21411]: connect from
mail-qe0-f48.google.com[209.85.128.48]
Apr 12 13:30:14 Server1 postfix/trivial-rewrite[21415]: warning: do not
list domain ccpop.itco.co in BOTH mydestination and virtual_mailbox_domains
Apr 12 13:30:14 Server1 postfix/smtpd[21411]: F365B14EE1AE:
client=mail-qe0-f48.google.com[209.85.128.48]
Apr 12 13:30:15 Server1 postfix/cleanup[21416]: F365B14EE1AE:
message-id=<CAObOquM=KoONc2QnF6HHuzZ_9AN+-+ndymjoDQJ29og=Lxe_og at mail.gmail.com>
Apr 12 13:30:15 Server1 postfix/...
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?