search for: mail_us

Displaying 20 results from an estimated 171 matches for "mail_us".

2014 Dec 26
3
Maildir permissions on creation?
The main reason is that I don't want to provide backup user with unnecessary write permissions within maildirs and mail user within backup logs dir. I was talking about mail_user:mail_group 0750 on dirs and 0640 on files. (Or, possibly, mail_user:backup_group 2750 and 2640.) 26.12.2014, 11:19, "Tobi" <tobster at brain-force.ch>: > Whats the reason you do not want to use default dovecot user. Your idea would assume that at least the group must have writ...
2015 Nov 11
0
Dovecot+AD
...n = userksa dnpass = sdjfuihJKHSAJKDHQUWjdskfh base = OU=Users,OU=QOL,DC=int,DC=mdom,DC=com scope = subtree deref = never user_filter = (&(objectClass=user)(sAMAccountName=%n) (memberof=CN=Mail_Users,OU=Groups,OU=SFP,DC=int,DC=mdom,DC=com)) pass_filter = (&(objectClass=user)(sAMAccountName=%n) (memberof=CN=Mail_Users,OU=Groups,OU=SFP,DC=int,DC=mdom,DC=com)) default_pass_scheme = CRYPT user_attrs = =home=/var/vmail/vmail1/%Ld/%Ln/Maildir/,=mail=maildir:/...
2015 Nov 11
0
Active directory
...n = userksa dnpass = sdjfuihJKHSAJKDHQUWjdskfh base = OU=Users,OU=QOL,DC=int,DC=mdom,DC=com scope = subtree deref = never user_filter = (&(objectClass=user)(sAMAccountName=%n) (memberof=CN=Mail_Users,OU=Groups,OU=SFP,DC=int,DC=mdom,DC=com)) pass_filter = (&(objectClass=user)(sAMAccountName=%n) (memberof=CN=Mail_Users,OU=Groups,OU=SFP,DC=int,DC=mdom,DC=com)) default_pass_scheme = CRYPT user_attrs = =home=/var/vmail/vmail1/%Ld/%Ln/Maildir/,=mail=maildir:/...
2014 Dec 31
1
Authenticating Virtual Users without domain
Hi, I'm trying to migrate a large number of users to a new Dovecot cluster. The existing mail system allows a user to authenticate with a bare username if they have connected to the correct local IP on the server. e.g. imap.somedomain.com = 1.1.1.1 imap.anotheromain.com = 2.2.2.2 charlie at somedomain can authnenticate as 'charlie' or 'charlie at somedomain.com' as long as
2015 Nov 30
4
Questions about hardlinks, alternate storage and compression]
...eve has never worked. The fix is a bit complicated. Here's my TODO entry about it: - remove mail_deliver_session after all, do all the stuff transparently by hooking into mailbox_copy(). - use this hook also to do the mail deduplication: 1) sort all destination users, 2) create mail_user only once for each user, 3) remember in src_mail the previously copied mail, 4) use that for mailbox_copy()ing to following recipients - make sure this removes duplicate dbox mails when sieve saves mail to multiple mailboxes
2017 Feb 08
2
How to add User in MSSQL DB - error unknown user
...at caloro.ch,151.248.162.33): query: SELECT username AS user, password_enc AS password, CONCAT(homedir, maildir) AS userdb_home, uid AS userdb_uid, gid AS userdb_gid, CONCAT('maildir:', homedir, maildir) AS userdb_mail, CONCAT('maildir:storage=', (quota*1024)) as userdb_quota FROM mail_users WHERE (username = 'maurizio at caloro.ch' OR email = 'maurizio at caloro.ch') AND ((imap = 1 AND 'pop3' = 'imap') OR (pop3 = 1 AND 'pop3' = 'pop3') OR 'pop3' = 'smtp' OR 'pop3' = 'sieve') Feb 8 12:09:56 caloro d...
2015 Feb 27
3
userdb passwd-file default_fields uid not expanding %variable
...rafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash } prefix = } passdb { args = username_format=%n /home/%d/mail_users driver = passwd-file } protocols = " imap lmtp pop3" ssl = no userdb { args = username_format=%n /home/%d/mail_users default_fields = uid=%d gid=%d home=/home/%d/mail/%n mail=maildir:/home/%d/mail/%n driver = passwd-file } Every time I try to authenticate via imap, I get the e...
2013 Apr 03
1
Outlook 2013 - mounting folders with XLIST
.... latest patch i added latest patch http://hg.dovecot.org/dovecot-2.1/rev/cd919c490ea6 is included this is the old combined query: password_query = SELECT `inbox` as `user`, `password`, `home` as userdb_home, `uid` AS userdb_uid, `gid` AS userdb_gid,userdb_import AS userdb_userdb_import FROM `mail_users` WHERE `login` = '%u' AND `active`='Y' i had to edit the conf and split this query into user and pwd query to make it work password_query = SELECT `inbox` as `user`, `password` FROM `mail_users` WHERE `login` = '%u' AND `active`='Y' user_query = SELECT `inbo...
2006 Apr 24
6
Hi...Please help me
Hi Friends, I want to implement VOIP PBX service in my office. I have 10 computers and a server. All computers are Pentium IV processors with 512 MB RAM. All employee computers have Windows 2000 Professional OS and Server computer Windows 2000 Professional and Fedora Core 5 Linux OS. I have a VOIP phone and have registered with VoIP service provider. Now, I want to implement VOIP PBX facility to
2013 Aug 01
1
[PATCH] quota-status: allow different action for messages that are too large (over maximum quota)
...nt earlier; otherwise patch(1) will report some fuzz.) What do you think of this? Ulrich --- a/src/plugins/quota/quota-status.c 2013-08-01 18:05:24.000000000 +0200 +++ b/src/plugins/quota/quota-status.c 2013-08-01 18:03:30.000000000 +0200 @@ -46,13 +46,12 @@ } static int -quota_check(struct mail_user *user, uoff_t mail_size, const char **error_r) +quota_check(struct mail_user *user, uoff_t mail_size, const char **error_r, bool *too_large) { struct quota_user *quser = QUOTA_USER_CONTEXT(user); struct mail_namespace *ns; struct mailbox *box; struct quota_transaction_context *ctx; - boo...
2014 Feb 27
2
Dovecot Migration: Retrieving/Logging POP/IMAP Passwords in Plaintext
Hi List I'm currently in the process of migrating my dovecot imap/pop users to a new server and have to extract their passwords in order to import them into the new system (different password encryption schemes). I've tried enabling auth_* debug parameters in my dovecot.conf in the hope that this would result in logging plaintext passwords to the dovecot log. However dovecot does not log
2009 Jan 06
2
Apple patch 10
...eve). We needed dovecot-1.2's support for multiple users in order to handle quotas correctly, and we needed it in 1.1. Specifically, we copied these changes from dovecot-1.2 (and a couple others too I think): 8082 http://hg.dovecot.org/dovecot-1.2/rev/db66611fd195 Added struct mail_user and fixed the code to support multiple users per process. 8084 http://hg.dovecot.org/dovecot-1.2/rev/f12f8c1da0bf Forgot to add mail-user.* files in previous struct mail_user commit. 8085 http://hg.dovecot.org/dovecot-1.2/rev/bf83aa9c3f4a Removed pool parameter from mail_n...
2012 Jun 20
0
Problem with Dovecot 2.0/2.1 and MySQL 5.1
...driver = sql } protocol lda { mail_plugins = sieve } contents of dovecot-sql.conf: default_pass_scheme = PLAIN-MD5 driver = mysql connect = host=localhost dbname=config user=user password=pass password_query = SELECT CONCAT( u.username, '@', d.name ) AS user, password FROM mail_user AS u LEFT JOIN mail_domains AS d ON u.domain = d.id WHERE u.username = '%n' AND d.name = '%d' user_query = SELECT home, uid, gid FROM mail_user AS u LEFT JOIN mail_domains AS d ON u.domain = d.id WHERE u.username = '%n' AND d.name = '%d' // linebreaks added by ma...
2017 Feb 08
1
AW: How to add User in MSSQL DB - error unknown user
...uot; to this MSSQL DB, but I don't now how > to add this step add this step to which workflow, action, ... ? > in my opinion I'think that the user can't be found, so I will have the > "unknown user" > > Can give here any little help to fix this? INSERT INTO mail_users (...) VALUES (*correct* data of maurizio); Who has installed the Dovecot server and the user DB? This person should know how to fill the *correct* data into the SQL table. > Feb 8 12:09:56 caloro dovecot: auth-worker(13303): Debug: > sql(maurizio at caloro.ch,151.248.162.33): query: SEL...
2012 Jul 02
5
Outlook 2010 very slow when using IMAP - are there any tweaks?
...-RELEASE amd64 auth_debug = yes auth_mechanisms = plain ntlm login auth_use_winbind = yes auth_username_format = %n auth_verbose = yes auth_winbind_helper_path = /usr/local/bin/ntlm_auth disable_plaintext_auth = no info_log_path = /var/log/dovecot-info.log log_path = /var/log/dovecot.log mail_gid = mail_user mail_home = /mail/AD_Mail/%Ld/%Ln mail_location = maildir:~/Maildir mail_uid = mail_user passdb { args = failure_show_msg=yes driver = pam } pop3_fast_size_lookups = yes pop3_lock_session = yes pop3_no_flag_updates = yes protocols = imap pop3 ssl = no userdb { driver = static } Since (l...
2020 Sep 02
2
Indexer error after upgrade to 2.3.11.3
...t a/src/plugins/fts/fts-parser-tika.c b/src/plugins/fts/fts-parser-tika.c index a4b8b5c3034f57e22e77caa759c090da6b62f8ba..b8b57a350b9a710d101ac7ccbcc14560d415d905 100644 --- a/src/plugins/fts/fts-parser-tika.c +++ b/src/plugins/fts/fts-parser-tika.c @@ -77,7 +77,7 @@ tika_get_http_client_url(struct mail_user *user, struct http_url **http_url_r) http_set.request_timeout_msecs = 60*1000; http_set.ssl = &ssl_set; http_set.debug = user->mail_debug; -tika_http_client = http_client_init(&http_set); +tika_http_client = http_client_init_private(&http_set); } *http_url_r = tuser->http_url; r...
2006 Jun 28
5
Theora & Vorbis on your mobile phone
Hey guys + gals, Would you know where to point me to for an open source or commercial implementation of Theora & Vorbis for your mobile phone? Maybe as a Symbian app? Maybe a Java midlet? I'd like to be able to download & play video files to the mobile as well as maybe stream them too? Am I asking too much? :-) Thanks in advance for your help! Callum.
2017 Feb 01
2
Dovecot auth-worker error after cram-md5 auth
...ldir_format, ':', maildir, '/', IF(maildir_format='maildir','Maildir',maildir_format)) as userdb_mail, uid as userdb_uid, gid as userdb_gid, CONCAT('*:storage=', quota, 'B') AS userdb_quota_rule, CONCAT(maildir, '/.sieve') as userdb_sieve FROM mail_user WHERE (login = 'do_not_reply at example.com' OR email = ' do_not_reply at example.com') AND `disablesmtp` = 'n' AND server_id = '1' Feb 1 07:10:26 vps342401 dovecot: auth-worker(27069): password( do_not_reply at example.com, 12.173.211.32): Requested CRAM-MD5 sche...
2015 Feb 27
0
userdb passwd-file default_fields uid not expanding %variable
...= \Junk > } > mailbox Sent { > special_use = \Sent > } > mailbox "Sent Messages" { > special_use = \Sent > } > mailbox Trash { > special_use = \Trash > } > prefix = > } > passdb { > args = username_format=%n /home/%d/mail_users > driver = passwd-file > } > protocols = " imap lmtp pop3" > ssl = no > userdb { > args = username_format=%n /home/%d/mail_users > default_fields = uid=%d gid=%d home=/home/%d/mail/%n > mail=maildir:/home/%d/mail/%n > driver = passwd-file > } Eve...
2017 Feb 08
0
How to add User in MSSQL DB - error unknown user
..." to this MSSQL DB, but I don't now how to > add this step add this step to which workflow, action, ... ? > in my opinion I'think that the user can't be found, so I will have the > "unknown user" > > Can give here any little help to fix this? INSERT INTO mail_users (...) VALUES (*correct* data of maurizio); Who has installed the Dovecot server and the user DB? This person should know how to fill the *correct* data into the SQL table. > Feb 8 12:09:56 caloro dovecot: auth-worker(13303): Debug: > sql(maurizio at caloro.ch,151.248.162.33): query: SE...