Displaying 5 results from an estimated 5 matches for "domail".
Did you mean:
domain
2004 Sep 28
1
Authentication in remote domail
Dear All,
please, how I can configure SAMBA for authentication in remote domain. I know
that I can use authentication method ntdomain, but I don't know how.
Best regards, Sopik Bronislav.
1999 Apr 28
0
Transparent Samba Account Creation/Authentication using NT DC
...= "/bin/false "; # Default shell
# Quota Options (edquota)
#
$QUOTA_PROFILE = "qusr1"; # Quota profile
sub dolog {
# Enter message into syslog
my $msg = shift;
my $LOGGER="/usr/bin/logger -t samba_add_user -i -p $LOG_LEVEL";
`$LOGGER $msg`;
}
sub domail {
# Report success/failure to 'root' via mail
my $acct = shift;
my $sta = shift;
my $host = `hostname`;chop($host);
my $fail = "";
my $msg = "Account: [$acct]\n".
"Host: $host\n".
"Cmd: $0\n"....
2006 Jun 13
0
what is the correct password file format?
Hello,
I'm trying to set up dovecot installed from RPM (version
dovecot-0.99.11-2.EL4.1, the one included in Centos 4.3).
I get this error:
dovecot-auth: passwd-file(user@domail): unknown user
even if user@domain exists:
auth_userdb = passwd-file /etc/imap.virtual_users
auth_passdb = passwd-file /etc/imap.virtual_users
-bash-3.00# cat /etc/imap.v_users
user@domain:{DIGEST-MD5}thepassword:uid_value:gid_value::/absolute/path/to/virtual/mailboxes
why do I get this error?...
2019 May 09
1
doveadm sync issues (revised)
...est version.
I tried to find a few steps in order to replicate this easily:
For testing purposes I simulate both the remote and local server on my
Dovecot instance. I created remote at DOMAIN.TLD and local at DOMAIN.TLD
accounts and both use mdbox and are empty.
First, send two mails to remote at DOMAIL.TLD (Subjects: Test1 and Test2).
Start backup remote IMAP account (remote at DOMAIN.TLD) to local account
(local at DOMAIN.TLD):
$ doveadm -o imapc_user="remote at DOMAIN.TLD" -o imapc_password="PW" -o
imapc_host="localhost" backup -R -u local at DOMAIN.TLD imapc:
Bo...
2019 Apr 12
0
Migrating from external server to Dovecot (doveadm sync issues)
...d a few steps in order to replicate this:
For testing purposes I simulate both the remote and local server on my
Dovecot instance. I created remote at DOMAIN.TLD and local at DOMAIN.TLD both
use mdbox and are empty (i.e., the mail_location is still non-existent).
Then I send two mails to remote at DOMAIL.TLD (Subjects: Test1 and Test2).
Start backup remote IMAP account (remote at DOMAIN.TLD) to local account
(local at DOMAIN.TLD):
* doveadm -o imapc_user="remote at DOMAIN.TLD" -o imapc_password="PW" -o
imapc_host="localhost" -o mail_prefetch_count=20 -o
imapc_features...