Displaying 10 results from an estimated 10 matches for "postfix_user".
Did you mean:
postfix_users
2005 Apr 09
1
Failed to create storage with data
...75
dovecot-auth: Apr 09 16:22:38 Info: Login process 8 sent handshake: PID
13878
dovecot-auth: Apr 09 16:22:38 Info: Login process 9 connected
dovecot-auth: Apr 09 16:22:38 Info: Login process 9 sent handshake: PID
13876
dovecot-auth: Apr 09 16:23:11 Info: MySQL: Performing query: SELECT clear
FROM postfix_users WHERE user='chris'
dovecot-auth: Apr 09 16:23:11 Info: MySQL: Performing query: SELECT
concat('/var/spool/mail/', maildir) AS mail, uid, gid FROM postfix_users
WHERE user='chris'
imap(chris): Apr 09 16:23:11 Error: mbox: Can't create root IMAP folder
/mail: Permission d...
2006 Oct 20
1
md5 password storage
...r/lib/mysql/mysql.sock
db_port = 3306
db = mail
db_user = my_conn_user
db_passwd = my_conn_passwd
#
# Pehapes i need to change this, but I tryied changing it do md5 with no
success.
#
default_pass_scheme = PLAIN
#
# This I changed for own reasons, but works.
#
password_query = SELECT clear FROM postfix_users WHERE
user=substring_index('%u', "@", 1)
user_query = SELECT concat('/var/spool/mail/', maildir) AS mail, uid,
gid FROM postfix_users WHERE user=substring_index('%u', "@", 1)
-------------- next part --------------
An HTML attachment was scrubbed......
2008 Oct 15
2
creating a user from an RPM package
What wizardry do you guys use in the SPEC file when creating/deleting a
user from an RPM package?
I was going to create a macro like:
%define user(login,uid,gid,name,homedir,shell) \
echo "$1:x:$2:$3:$4:$5:$6" >>/etc/passwd; \
echo "$1:!!:12005:0:99999:7:::" >>/etc/shadow; \
echo "$1:x:$3:" >>/etc/group; \
mkdir
2013 Feb 13
3
dovecot-uidlist crashing and re retriving messages by pop3 clients
Hello,
I have issue with dovecot (v. 2.1.13)configuration after implementation
dovecot-lda (I used maildrop earlier). Now i have 9 servers with storage
by NFS v3. My problem is frequently dovecot-uidlist crashing.
2013-02-13T13:34:02.447969+01:00 k1 dovecot: imap(user at domain.com):
Error: Broken file /path_to_mailbox/dovecot-uidlist line 3170: Invalid
data:
2013-02-13T13:34:34.527715+01:00
2010 Apr 14
3
dovecot-2.0-beta4, lda and sieve: Permission lookup failed from /tmp/Dovecot Delivery
..., namely
/mnt/data/vmail/example.com/me
dovecot: auth: prefetch(me at example.com): passdb didn't return userdb
entries, trying the next
dovecot: auth: sql(me at example.com): SELECT CONCAT(homedir, "/", maildir)
AS mail, CONCAT(homedir, "/", maildir) AS home, uid, gid FROM
postfix_users WHERE email =
'me at example.com'
dovecot: auth: master out: USER 1 me at example.com
mail=/mnt/data/vmail/example.com/me/
home=/mnt/data/vmail/example.com/me/ uid=5000
gid=5000...
2007 Jan 03
1
I can't use sql auth
...-----8<--------8<--------8<--------8<--------8<
driver = mysql
connect = host=localhost dbname=mail user=postfix password=secret
default_pass_scheme = PLAIN-MD5
password_query = SELECT email as user, crypt as password, maildir as
userdb_home, uid as userdb_uid, gid as userdb_gid FROM postfix_users
WHERE email = '%u'
--------8<--------8<--------8<--------8<--------8<--------8<
what's wrong? thanks!
2006 Aug 04
2
mysql query prepending
In postgresql you can do something like
select 'maildir:' || maildir as mail, uid, ...
through dovecot-sql.conf
Is there a mysql equivalent for adding 'maildir:' as a prefix to the 'mail'
location ?
2007 Jan 21
0
cyrus-sasl errors: SQL engine 'mysql' not supported
...myhost postfix/smtpd[3641]: auxpropfunc error no mechanism available
when I put the following in /usr/lib/sasl2/smtpd.conf
pwcheck_method: auxprop
auxprop_plugin: sql
sql_engine: mysql
sql_hostnames: localhost
sql_user: vmail
sql_passwd: password
sql_database: postfix
sql_select: select clear from postfix_users where email='%u@%r' smtpaccess='Y'
Hope you can help me,thank you very much.
Sincerly'
dennis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070121/398767bb/attachment.html>
2008 Mar 15
1
Maildir delete folder error
...ch
socket:
type: listen
client:
path: /var/spool/postfix/private/auth
mode: 432
user: postfix
group: postfix
"
dovecot-sql.conf:
"password_query = SELECT email as user, crypt as password, homedir as
userdb_home, uid as userdb_uid, gid as userdb_gid FROM postfix_users
WHERE email = '%u'"
Directory owners / perms:
/home/mail: mail mail 0710
/home/mail/mydomain.com: mydomain mail 0710
/home/mail/mydomain.com/test/ and all contents: mydomain mail, dirs
0700, files 0600
Tried all kinds of things, problem got me stuck for weeks. doesn't want...
2017 Feb 24
2
Quota usage value shows 140% of actual disk usage
...domain
#quota_rule = *:storage=102400
#quota2_rule = *:storage=1048576
quota_status_success = DUNNO
quota_status_nouser = DUNNO
quota_status_overquota = "552 5.2.2 Mailbox is full"
}
-------------- next part --------------
connect = host=192.168.95.8 dbname=postfix_masterdb user=postfix_user password=someStrongPassword
map {
pattern = priv/quota/storage
table = quota
username_field = username
value_field = bytes
}
map {
pattern = priv/quota/messages
table = quota
username_field = username
value_field = messages
}
-------------- next part --------------
# 2.0.21: /etc/...