Displaying 7 results from an estimated 7 matches for "bradphinney".
2006 Feb 21
1
Dovecot lda woes
Having some painful problems with the dovecot lda and getting it to
(a). Just work
(b). Work with sendmail
This is how I have dovecot setup (appropriate dovecot.conf snippets
included)
protocol lda {
module_dir = /usr/local/lib/dovecot/lda
postmaster_address = postmaster at bradphinney.com
auth_socket_path = /var/run/dovecot-auth-master
}
auth default {
....
# passwd-like file with specified location
passdb passwd-file {
# Path for passwd-file
args = /etc/dovecot-passdb
}
userdb static {
args = uid=500 gid=500 home=/var/mail/%u
mail=mbox:/export/dove...
2006 Mar 13
0
Help please: Error: net_connect
...liver properly.
Here are the vitals of the config :
=============================
socket listen {
master {
path = /var/run/dovecot-auth-master
mode = 0660
user = maildir
group = maildir
}
}
protocol lda {
module_dir = /usr/local/lib/dovecot/lda
postmaster_address = postmaster at bradphinney.com
auth_socket_path = /var/run/dovecot-auth-master
}
passdb passwd-file {
# Path for passwd-file
args = /etc/dovecot-passdb
}
userdb static {
# Template for settings. Can return anything a userdb could normally
# return, eg.: uid, gid, home, mail, nice
#
# A few exa...
2006 Jan 09
1
dovecot-lda: problems compiling
I am trying to compile the dovecot lda and running into some problems.
(compiling most recent version on Fedora core 4).
I was able to compile the dovecot imap server just fine. However ..
when I try to run configure in the lda package (after running autogen)
it gets stuck on this line :
+ eval 'sed -f ./confstatm19105/subs-1.sed | sed
-f ./confstatm19105/subs-2.sed | sed -f
2006 Jan 09
2
dovecot auth using passwd-file
Im a dovecot newbie and need a little help with the passwd-like file
auth mechanism in dovecot
I got dovecot to work fine with regular /etc/passwd file auth .. so I
wanted to start using another authentication store for virtual users.
So .. I created a /etc/dovecot-passdb file and plopped in an encrypted
password using md5crypt.
Here are the appropriate lines from the dovecot.conf file
2006 Feb 19
2
Plain password auth issues
Have the following entries in dovecot.conf
auth_userdb = passwd-file /etc/dovecot-passdb
auth_passdb = passwd-file /etc/dovecot-passdb
auth_user = dovecot
passwd-file is owned by user and group dovecot
When I try to log in .. I get
dovecot: Feb 19 16:41:30 Error: Logins with UID 0 not permitted (user
echo)
imap-login: Feb 19 16:41:30 Info: Internal login failure: echo
[127.0.0.1]
2006 Feb 20
1
'+' addesses and Foldered delivery
Before I start tearing my hair out .. I am using sendmail 8.13.5 with
the exact setting for the dovecot lda specified in the dovecot wiki.
Does the mailer definition for the lda ensure that it can understand
+'ed addressing for foldered delivery ?
2006 Mar 12
2
deliver setgid issues
Okay .. have dovecot set up with following settings :
userdb static {
args = uid=97 gid=97 home=/export/dovecot/mail/%d/%u
mail=mbox:/export/dovecot/mbox/%d/%u/
}
passdb passwd-file {
# Path for passwd-file
args = /etc/dovecot-passdb
}
Passdb works I think in the sense that I can log into dovecot using a
regular mail client.
The real issue is when I try to deliver