search for: emailaddress

Displaying 20 results from an estimated 110 matches for "emailaddress".

2016 Oct 24
1
Problems with VPN Connection
...1aebcbb' Mon Oct 10 13:50:02 2016 193.60.90.72:23683 Expected Remote Options hash (VER=V4): '3ebe1e45' Mon Oct 10 13:50:03 2016 193.60.90.72:23683 CRL CHECK OK: /C=CO/ST=Valle/L=CALI/O=IMAWEBS_-_IMAWE ... mawebs.com </C=CO/ST=Valle/L=CALI/O=IMAWEBS_-_IMAWEBS/OU=Sistemas/CN=OpenVPN-CA/emailAddress=tecnologico at imawebs.com> Mon Oct 10 13:50:03 2016 193.60.90.72:23683 VERIFY OK: depth=1, /C=CO/ST=Valle/L=CALI/O=IMAWEBS_-_IMAWE ... mawebs.com </C=CO/ST=Valle/L=CALI/O=IMAWEBS_-_IMAWEBS/OU=Sistemas/CN=OpenVPN-CA/emailAddress=tecnologico at imawebs.com> Mon Oct 10 13:50:03 2016 193.60.9...
2020 Oct 29
4
authenticate to samba using email address
Hi, Perhaps a strange question, but is it possible to configure samba to accept an emailaddress as a username for authentication to a UNC network path? (so: "username at domain.com" next to the standard "DOMAIN\username" or "username at samba.domain.com") Some of our users access a samba UNC network path over VPN, while working from home. They often have dif...
2015 May 02
2
LDAPS Configuration
Hi, I'm trying to convert my LDAP server into a LDAPS server to secure the users logins, but I don't know what's the procedure to do it. Someone knows any guide to do it? For now: - I've created a CA cert on the server - I've created the cert and key for the domain pdc - I've signed that cert with CA cert. - I've followed the post in samba wiki about
2005 Dec 17
1
How to use validation with aggregation (composed_of)?
...bjects which is fantastic but one thing that it doesn''t seem to support (or at least I am unable to find any documentation for) validation of the value objects. For example, given the following: class Message < ActiveRecord::Base composed_of :sender, :class_name => ''EmailAddress'' composed_of :recipient, :class_name => ''EmailAddress'' ... end class EmailAddress attr_reader :name, :address def initialize(name, address) @name, @address = name, address end ... end How can I best take advantage of Rails'' validation, given that I...
2007 Jun 24
6
I only want one type of model returned from a multi_search
...dresses has_many phone_numbers acts_as_ferret :fields => [:firstname, :lastname, :birth_date] email_address has_one person acts_as_ferret :fields => [:email_address] phone_number has_one person acts_as_ferret :fields => [:phone_number, :phone_type] multi_search(options[:query], ["EmailAddress", "PhoneNumber"], {:limit => :all}) Is this the right way of doing this... or is there a better way? -- Posted via http://www.ruby-forum.com/.
2019 Jun 29
1
Dovecot 2.3.0 TLS
...21:unable to verify the first certificate />/verify return:1 />/--- />/Certificate chain />/0 s:/C=DE/ST=Hessen/L=Darmstadt/O=Technische Universitaet />/Darmstadt/OU=XXX/CN=XXX.tu-darmstadt.de />/i:/C=DE/ST=Hessen/L=Darmstadt/O=Technische Universitaet />/Darmstadt/CN=TUD CA G01/emailAddress=tud-ca at hrz.tu-darmstadt.de <https://dovecot.org/mailman/listinfo/dovecot> />/--- />/Server certificate />/-----BEGIN CERTIFICATE----- />/[...] />/% />// Seems we might've made a unexpected change here when we revamped the ssl code. Can you try if it works...
2015 Jan 16
0
dsync SSL fails since 2.2.15
...t_on27_signed_cert.pem: OK 2nd check: OK (providing the CAfile and connecting to the doveadm_port) =========== openssl s_client -CAfile /etc/ssl/ca/dovecotCA.pem -connect on27.linkpc.net:8082 CONNECTED(00000003) depth=1 CN = dovecotCA2, O = dovecot, OU = dovecot, ST = dovecot, C = AF, L = dovecot, emailAddress = mc at aiguphonie.com verify return:1 depth=0 CN = on27.linkpc.net, O = dovecot, OU = dovecot, ST = dovecot, C = AF, L = dovecot, emailAddress = mc at aiguphonie.com verify return:1 --- Certificate chain 0 s:/CN=on27.linkpc.net/O=dovecot/OU=dovecot/ST=dovecot/C=AF/L=dovecot/emailAddress=mc at aig...
2010 Jul 10
0
TLS handshaking error: unknown ca
...f-signed certificates, generated using: openssl genrsa -out server.key 1024 openssl req -new -x509 -key server.key -out server.pem -days 1826 If I use openssl s_client -connect host:993 to connect, I get the following output: CONNECTED(00000003) depth=0 /C=US/ST=MA/L=city/O=org/OU=unit/CN=host/emailAddress=bjordan555 at gmail.com verify error:num=18:self signed certificate verify return:1 depth=0 /C=US/ST=MA/L=city/O=org/OU=unit/CN=host/emailAddress=bjordan555 at gmail.com verify return:1 --- Certificate chain 0 s:/C=US/ST=MA/L=city/O=org/OU=unit/CN=host/emailAddress=bjordan555 at gmail.com...
2006 Jun 26
2
n-way has_mant :through
I''m trying to setup some mildly complex associations for a project we''re working on and can''t seem to find much documentation on n-way has_many :through associations. I have the following models: Person, PhysicalAddress, EmailAddress, PhoneNumber. Each person can have multiple PhysicalAddresses, EmailAddresses, and PhoneNumbers, and multiple people can share the same PhysicalAddress, EmailAddress, or PhoneNumber. I need to track the types of associations (i.e. home, work, cell, etc) for each, so habtm definitely won''t...
2015 Jun 16
0
LDAPS Configuration
...er error: <empty> Error <0x51>: Fail to connect to pdc.nd.red. and the openSSL test command of the wiki works too from another server: openssl s_client -showcerts -connect pdc.nd.red:636 CONNECTED(00000003) depth=0 C = ES, ST = Madrid, L = Madrid, O = SOME, OU = ATIC, CN = pdc.nd.red, emailAddress = verify error:num=18:self signed certificate verify return:1 depth=0 C = ES, ST = Madrid, L = Madrid, O = SOME, OU = ATIC, CN = pdc.nd.red, emailAddress = verify return:1 --- Certificate chain 0 s:/C=ES/ST=Madrid/L=Madrid/O=SOME/OU=ATIC/CN=pdc.nd.red/emailAddress= i:/C=ES/ST=Madrid/L=Madrid/O=...
2018 Jan 11
6
Dovecot 2.3.0 TLS
...XX.tu-darmstadt.de verify error:num=21:unable to verify the first certificate verify return:1 --- Certificate chain 0 s:/C=DE/ST=Hessen/L=Darmstadt/O=Technische Universitaet Darmstadt/OU=XXX/CN=XXX.tu-darmstadt.de i:/C=DE/ST=Hessen/L=Darmstadt/O=Technische Universitaet Darmstadt/CN=TUD CA G01/emailAddress=tud-ca at hrz.tu-darmstadt.de --- Server certificate -----BEGIN CERTIFICATE----- [...] % -- The ASCII Ribbon Campaign Hauke Fath () No HTML/RTF in email Institut f?r Nachrichtentechnik /\ No Word docs in email TU Darmstadt Respec...
2012 Jul 06
0
Dovecot v2 shared mailboxes , a . separator and complete emailaddress as username.
Hello, I've been trying to get shared mailboxes to work and got stuck. I tried lots of examples made the shared dict but the shared mail boxes never showed up. I am using the . separator and I think this the problem. I changed it to a / separator and now I could see my shared mailboxes. Checking the maillog in debug mode I saw a few failed login attempts between the succesful logins. The
2005 Dec 16
4
Validation with Aggregation
...bjects which is fantastic but one thing that it doesn''t seem to support (or at least I am unable to find any documentation for) validation of the value objects. For example, given the following: class Message < ActiveRecord::Base composed_of :sender, :class_name => ''EmailAddress'' composed_of :recipient, :class_name => ''EmailAddress'' ... end class EmailAddress attr_reader :name, :address def initialize(name, address) @name, @address = name, address end ... end How can I best take advantage of Rails'' validation, given that I...
2010 Jul 11
4
SSL / TLS Problem
Hi, since I upgraded to the new Thunderbird version 3.1 I can't establish a TLS/SSL connection anymore. But before the update Thunerbird was able to establish an encrypted session ... Maillog shows me the following now: server dovecot: imap-login: Disconnected (no auth attempts): rip=84.157.133.248, lip=192.168.1.100, TLS handshaking: SSL_accept() failed: error:14094418:SSL
2015 Aug 11
2
C6.7 evolution to cyrus imap(s) fails
...t: Connection refused connect:errno=111 ------------------------------------------------------------------------ As root on maui using "name" [root at maui:/var/log]$ openssl s_client -connect maui:993 CONNECTED(00000003) depth=0 C = UK, ST = Hampshire, L = Fareham, CN = maui.jaa.org.uk, emailAddress = ja at jaa.org.uk verify error:num=18:self signed certificate verify return:1 depth=0 C = UK, ST = Hampshire, L = Fareham, CN = maui.jaa.org.uk, emailAddress = ja at jaa.org.uk verify return:1 --- Certificate chain 0 s:/C=UK/ST=Hampshire/L=Fareham/CN=maui.jaa.org.uk/emailAddress=ja at jaa.org....
2006 Dec 20
0
Unable to authenticate with Pam
...and: testsaslauthd -u begou -p my-password works fine and sendmail authenticate. => I'm using PLAIN passwords with ssl. ssl is working with the test: openssl s_client -connect mostha2.hmg.inpg.fr:pop3s: CONNECTED(00000003) depth=0 /C=FR/ST=RA/L=Grenoble/O=LEGI/OU=MoST/CN=Dovecot/emailAddress=Patrick.Begou at hmg.inpg.fr verify error:num=18:self signed certificate verify return:1 depth=0 /C=FR/ST=RA/L=Grenoble/O=LEGI/OU=MoST/CN=Dovecot/emailAddress=Patrick.Begou at hmg.inpg.fr verify return:1 --- Certificate chain 0 s:/C=FR/ST=RA/L=Grenoble/O=LEGI/OU=MoST/CN=Dovecot/emailAddress=Pat...
2007 Aug 30
1
Using NID_x500UniqueIdentifier as ssl_username_from_cert
...The reason is, that the Common Name doesn't have to be unique for the whole mailserver. Example; in germany a lot of people got the first name "Andreas" and the last name "Schulz". Therefore a lot of certificates exists with subjects like this: C=DE,O=ABC,CN=Andreas Schulz/emailAddress=andreas.schulz at abc.de C=DE,O=DEF,CN=Andreas Schulz/emailAddress=andreas.schulz at def.de ... dovecot couldn't distinguish between these users. So we decide to use certificates with an X509v3 extension NID_x500UniqueIdentifier which allows to extend the subject by an unique ID, e.g. the unix-...
2008 Jun 06
2
joining tables
Hi I have 3 tables as 1) user_groups id | contact_id | group_id | group_user_type_id 2) contact id | name_first | name_last | 3)contact_email_addresses contact_id | contact_email_address_type_id | emailaddress Now I have group_id sa for example 68 What I want is from contact_email_addresses table get all the emailaddress with contact_email_address_type_id=2 for the contacts with this group_id under the condition in the user_groups table group_user_type_id=2 How can I do this? hanks in advance S...
2018 Feb 01
2
Why does dovecot reject password when authorizing by a certificate?
....2.24 (a82c823) starting up for imap, pop3 dovecot: imap-login: Valid certificate: /C=UA/ST=Kyiv/L=Kyiv/O=Contoso Ltd: user=<>, rip=10.1.1.59, lip=10.1.1.99, TLS handshaking, session=<pOTtkSNkxNoKAQE7> dovecot: imap-login: Valid certificate: /C=UA/ST=Kyiv/O=Contoso Ltd/OU=IT/CN=sysadmin/emailAddress=sysadmin at contoso.ua: user=<>, rip=10.1.1.59, lip=10.1.1.99, TLS handshaking, session=<pOTtkSNkxNoKAQE7> dovecot: auth: passwd-file(sysadmin,10.1.1.59,<pOTtkSNkxNoKAQE7>): Password mismatch dovecot: imap-login: Disconnected (auth failed, 1 attempts in 99 secs): user=<sysadmin...
2006 Aug 14
3
validating required fields during an update?
I have a User model with an email attribute. I''m using the following validations: validates_confirmation_of :email validates_format_of :email, :with => RFC822::EmailAddress, :message => "must be a valid address in the form user@domain.com" validates_uniqueness_of :email, :message => "address has already been taken. If you''ve forgotten your password, please click <a href=\"forgot_password\">here</a> to reset it....