
27th March 2011, 22:57
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,900
Thanks: 693
Thanked 4,191 Times in 3,209 Posts
|
|
SSL certificates for which service?
|

27th March 2011, 23:01
|
|
Member
|
|
Join Date: Dec 2007
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hello Till,
It is " http://www.startssl.com". They told me, that I also need this Configuration:
Code:
SSLCertificateChainFile /usr/local/apache/conf/sub.class1.server.ca.pem
SSLCACertificateFile /usr/local/apache/conf/ca.pem
But there are no .pem-Files in the ISPConfig-Folders.
Thanks!
Hahni
|

27th March 2011, 23:07
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,900
Thanks: 693
Thanked 4,191 Times in 3,209 Posts
|
|
The question is for which service or website do you want to setup that ssl cert.
|

27th March 2011, 23:12
|
|
Member
|
|
Join Date: Dec 2007
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
For the ISPConfig 2 Admin-Panel "https://server.domain.tld:81" and for the RoundCube webmailer under "https://server.domain.tld:81/roundcubemail".
|

27th March 2011, 23:22
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,900
Thanks: 693
Thanked 4,191 Times in 3,209 Posts
|
|
The apache configuration for ispconfig is under /root/ispconfig/httpd/conf/httpd.conf and you have to add all directives for the ssl certificates and to load chain files there. You will find there alos the ssl folders where you acn add your pem files.
As a side note: If you have another question, please make always a new thread or find a matching therd. This thread is about user@domain logins in ispconfig 2 and not about ssl certificates for websites. Threads are always based on topics. Thanks
|

27th March 2011, 23:36
|
|
Member
|
|
Join Date: Dec 2007
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I know, that this is not really the topic. But Certificates and Webmailer with user@domain was my job
I wrote my question in the correct topic ( http://www.howtoforge.com/forums/sho...126#post254126). Maybe you can help me to sort out my problem?
Last edited by hahni; 27th March 2011 at 23:39.
|

5th April 2011, 14:02
|
|
Member
|
|
Join Date: Dec 2007
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
In RoundCube everything works fine with reading and sending of mails! But if I use for example Outlook and want to send an mail, the user@domain.tld User does not work (POP3 does work).
If I activate in the SMTP-Auth a separate User (domain.tld_user), with the original user in ISPConfig 2, it works. But that is not a good effect. What could be the reason?
|

5th April 2011, 14:14
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,900
Thanks: 693
Thanked 4,191 Times in 3,209 Posts
|
|
You have to enable smtp auth in outlook and use the same user and password that you use for pop3. Without smtp auth, every spammer would be able to send email trigh the mailserver of your clinet and I guess thats not what you client wants.
You have to enable smtp-auth for every smtp server these days, so thats absolutely normal.
|

5th April 2011, 14:47
|
|
Member
|
|
Join Date: Dec 2007
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Hi Till,
I know that! The server is configured step by step like Perfect Server Setup for Ubuntu 8.04 LTS. But this server has the workaround for email@domain.tld-Login.
And this works fine with POP3. But not with SMTP. In this way only the sending is ok with the standard login from ISPConfig, not with the email@domain.tld login.
Best regards
Hahni
|

6th April 2011, 01:56
|
|
Member
|
|
Join Date: Dec 2007
Posts: 58
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
In /var/log/mail.info are the follwoing error entries:
Code:
Apr 6 01:46:33 server postfix/smtpd[1526]: connect from localhost[127.0.0.1]
Apr 6 01:46:43 server pop3d-ssl: LOGIN, user=0172@9999999.de, ip=[::ffff:109.84.0.9], port=[47094]
Apr 6 01:46:59 server postfix/smtpd[1526]: disconnect from localhost[127.0.0.1]
Apr 6 01:47:10 server postfix/smtpd[1526]: connect from 95-90-36-193-dynip.superkabel.de[95.90.36.193]
Apr 6 01:47:12 server postfix/smtpd[1526]: warning: 95-90-36-193-dynip.superkabel.de[95.90.36.193]: SASL LOGIN authentication failed: authentication failure
Apr 6 01:47:13 server postfix/smtpd[1526]: lost connection after AUTH from 95-90-36-193-dynip.superkabel.de[95.90.36.193]
Apr 6 01:47:13 server postfix/smtpd[1526]: disconnect from 95-90-36-193-dynip.superkabel.de[95.90.36.193]
Apr 6 01:47:21 server postfix/smtpd[1526]: connect from 95-90-36-193-dynip.superkabel.de[95.90.36.193]
Apr 6 01:47:23 server postfix/smtpd[1526]: warning: 95-90-36-193-dynip.superkabel.de[95.90.36.193]: SASL LOGIN authentication failed: authentication failure
Apr 6 01:47:23 server postfix/smtpd[1526]: lost connection after AUTH from 95-90-36-193-dynip.superkabel.de[95.90.36.193]
Apr 6 01:47:23 server postfix/smtpd[1526]: disconnect from 95-90-36-193-dynip.superkabel.de[95.90.36.193]
Apr 6 01:47:36 server pop3d: LOGIN, user=test@8888888.de, ip=[::ffff:95.90.36.193], port=[54729]
Apr 6 01:47:36 server pop3d: LOGOUT, user=test@8888888.de, ip=[::ffff:95.90.36.193], port=[54729], top=0, retr=0, rcvd=12, sent=39, time=0
Apr 6 01:50:43 server postfix/anvil[1550]: statistics: max connection rate 2/60s for (smtp:95.90.36.193) at Apr 6 01:47:21
Apr 6 01:50:43 server postfix/anvil[1550]: statistics: max connection count 1 for (smtp:95.90.36.193) at Apr 6 01:47:10
Apr 6 01:50:43 server postfix/anvil[1550]: statistics: max cache size 1 at Apr 6 01:47:10
The SMTP-Auth seem to fail. But only with "user@domain.tld". The ISPConfig 2 notation "domain.tld_user" work. What can and must be done?
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 19:20.
|
|
Recent comments
13 hours 32 min ago
20 hours 13 min ago
1 day 4 min ago
1 day 1 hour ago
1 day 10 hours ago
1 day 19 hours ago
1 day 20 hours ago
1 day 23 hours ago
2 days 4 hours ago
2 days 4 hours ago