Displaying 6 results from an estimated 6 matches for "virtual_".
Did you mean:
virtual
2006 Jan 26
0
3.014a mapping issue
...in log.smbd
[2005/07/24 08:40:39, 1] auth/auth_server.c:(363)
password server PASS_SERVER rejected the password
I have configured a virtual server here, not using the real host name.
( Physical : 192.168.9.110; virtual: 192.168.9.115)
*smb.conf*
# Global parameters
[global]
workgroup = virtual_s.biz
netbios name = virtual_s
server string = virtual_s
interfaces = 192.168.9.115/255.255.255.0
bind interfaces only = Yes
security = SERVER
password server = pass_server
username map = /export/apps/samba/lib/username.map
max log size...
2012 Dec 03
14
hiera default values for a variable
Hi everyone,
I currently have a giant file with default variables I use in a lot of my
modules and I override those at the node level if I need to.
I thought I would give porting that data into a hiera setup.
I worked out how to specify my data sources and started to make a go at
moving some of my variables in the default data file.
I thought heira would be smart and set a variable to undef if
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...t.com
mynetworks = 72.18.193.0/24, 127.0.0.0/8
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname NO WHAMMIES!!!
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/mailboxes
virtual_mailbox_domains = hash:/etc/mail/postfix/vdomains
virtual_mailbox_maps = hash:/etc/mail/postfix/vmailboxes
virtual_minimum_uid = 1000
virtual_transport = dovecot
virtual_uid_maps = static:5000
unknown_local_recipient_reject_code =...
2007 Apr 07
3
Fully virtualized w/ postfix?
Hi folks,
I've poked through the archives and google and have not seen how do do this.
Is it possible to virtualize ALL emails on a system? That is, I want
delivery only to e.g. /var/mail/vmail/domain.tld/user/Maildir/, and for
authentication & userdb to:
1) Try /etc/passwd, and if someone is there, automatically append the
"default" domain, otherwise,
2) Authenticate off a
2008 Apr 09
1
postfix virtual maildir
my postfix setup
http://code.google.com/p/appwsgi/wiki/smtp
my dovecot setup
http://code.google.com/p/appwsgi/wiki/imap
root at localhost:~# /etc/postfix/test/root
220 localhost.localdomain ESMTP Postfix (Ubuntu)
250-localhost.localdomain
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
235 2.7.0 Authentication successful
2010 May 10
4
%d is empty in mail_location
I have this in dovecot-postfix.conf:
mail_location =
maildir:/home/mail/dnamesum=%12MLd/dname=%Ld/unamesum=%12MLn/uname=%Ln/mail
Yes, it is excessive, but that's just for testing. The pattern I really
want is less clear for debugging. In postfix/main.cf I have:
mailbox_command = /usr/lib/dovecot/deliver -c
/etc/dovecot/dovecot-postfix.conf -a "${RECIPIENT}"
I verified through