![]() ![]() |
Jun 28 2013, 07:37 AM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 21-June 13 Member No.: 1,731 |
i have got a problem with the connection to the pop server. I checked manualy with imap_open and it works. There might be a problem with the socket? Or the User. I got the folowing failer: [xxx.xxx.xxx:110]: Unable to establish link to the POP3 server. POP3 user 3: Error [-ERR Command is not valid in this state.] ![]() ![]() |
|
|
|
Jun 28 2013, 07:42 AM
Post
#2
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Extension work only with POP3, not with imap. Some of your settings is wrong. See example configuration here:
![]() And guides and documentation here. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jun 28 2013, 08:17 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 2 Joined: 21-June 13 Member No.: 1,731 |
thanks for help,... what i mean is i check the connection with a self made php script and this works.
The Post by Email didnt work with this settings on port 110. So you did not know what this means? POP3 user: Error [-ERR Command is not valid in this state.] |
|
|
|
Jun 28 2013, 10:46 AM
Post
#4
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
OK, but we have more than 120 versions for this component
Let start from here: what are your versions? Post by email, joomla, php? -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jul 4 2013, 01:03 PM
Post
#5
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
beyerdynamic, here is your answer: For pop3 connection we use class by "SquirrelMail" project.
Source of class.POP3.php Цитат The "Command is not valid in this state" is the cryptic and confusing way that MS Exchange is trying to say "I'm not configured to allow for passwords to be sent unencrypted over the network."
The solution is to make sure the connection is SSL/TLS. As with most other protocols, this can be done "implicitly" or "explicitly". Implicit means that you'll connect to the server's alternative port for SSL/TLS connections. For POP3, the standard port for implicit SSL/TLS connections is 995. When connecting to the implicit SSL/TLS port, the SSL/TLS channel is immediately (implicitly) established. The Chilkat properties to set for POP3 implicit SSL are MailPort (set equal to 995) and PopSsl (set equal to True). Explicit means that you'll connect to the standard unencrypted port, and then a command is sent to explicitly convert the unencrypted TCP/IP connection to a secure SSL/TLS channel. To do this in Chilkat, leave PopSsl = False, but set the Pop3Stls property = True. Chilkat will automatically convert the connection to SSL/TLS after connecting. -------------------- Php programmer in 3D Web Design
|
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Notepad++ New Line Replace How to find and replace new line in Notepad++ |
0 | Web Design Seo | 84,143 | 8th December 2016 - 01:45 PM Last post by: Web Design Seo |
![]() |
Not Scrapping Anymore ? problem with vimeo rss feed |
0 | _david | 55,020 | 16th February 2015 - 10:14 AM Last post by: _david |
![]() |
Not On Front Page | 5 | IamJim | 24,674 | 7th March 2012 - 04:55 PM Last post by: Web Design Seo |
![]() |
Not Send! It Is Not Possible To E-mail Address To Send! [solved] |
10 | rogy | 36,547 | 30th December 2011 - 02:44 PM Last post by: Web Design Seo |
![]() |
|
7 | mxcpz | 22,572 | 10th November 2010 - 02:40 PM Last post by: 3D Web Design |
|
Lo-Fi Version | Time is now: 2nd June 2026 - 01:31 AM |