Current time: 05-08-2024, 09:56 PM Hello There, Guest! (LoginRegister)


Post Reply 
[solved] I can't get emails!
Author Message
Naradam Offline
Junior Member
*

Posts: 32
Joined: Nov 2007
Reputation: 0
Post: #11
RE: I can't get emails!
result of postconf -n attached; I can send mail.info in mail, or upload... I tried to attach here, it doesnt allow...

- Wink - netstat -an | grep 25
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:12525 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN
tcp6 0 0 :::25 :::* LISTEN
unix 3 [ ] STREAM CONNECTED 52825
unix 3 [ ] STREAM CONNECTED 45525


Attached File(s)
.txt  postconf.txt (Size: 2.39 KB / Downloads: 6)
11-14-2007 10:14 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #12
RE: I can't get emails!
Quote:I tried to attach here, it doesnt allow.
Rename them to ".txt"

Your netstat output is a little bit small.
Should look like this:
Code:
netstat -an | grep 25
tcp        0      0 127.0.0.1:10025         0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:12525         0.0.0.0:*               LISTEN
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:12525         127.0.0.1:55276         ESTABLISHED
tcp        0      0 127.0.0.1:12525         127.0.0.1:55767         ESTABLISHED
tcp        0      0 127.0.0.1:12525         127.0.0.1:54427         ESTABLISHED
tcp        0      0 127.0.0.1:80            127.0.0.1:55825         TIME_WAIT
tcp        0      0 127.0.0.1:55276         127.0.0.1:12525         ESTABLISHED
tcp        0      0 127.0.0.1:54427         127.0.0.1:12525         ESTABLISHED
tcp        0      0 127.0.0.1:55767         127.0.0.1:12525         ESTABLISHED
unix  2      [ ACC ]     STREAM     LISTENING     925405556 /var/run/pysieved/auth
unix  2      [ ACC ]     STREAM     LISTENING     925405566 /var/run/pysieved/auth-master
unix  2      [ ACC ]     STREAM     LISTENING     925404130 /var/run/mysqld/mysqld.sock
unix  2      [ ACC ]     STREAM     LISTENING     925405579 /var/spool/postfix/private/auth
unix  2      [ ACC ]     STREAM     LISTENING     925405339 /var/run/dovecot//dict-server
unix  2      [ ACC ]     STREAM     LISTENING     925405496 /var/run/dovecot//login/pysieved
unix  2      [ ACC ]     STREAM     LISTENING     925405498 /var/run/dovecot//login/default
unix  2      [ ACC ]     STREAM     LISTENING     925405503 /var/run/dovecot//auth-worker.18048
unix  2      [ ACC ]     STREAM     LISTENING     925405508 /var/run/dovecot//auth-worker.18049
unix  2      [ ACC ]     STREAM     LISTENING     925405588 /var/run/dovecot/auth-master
unix  2      [ ACC ]     STREAM     LISTENING     987225963 /var/lib/apache2/fastcgi2/dynamic/5c9540a41566f4b35c8766654008bdf7
unix  29     [ ]         DGRAM                    925403880 /dev/log
unix  2      [ ACC ]     STREAM     LISTENING     925405666 /var/run/clamav/clamd.ctl
unix  2      [ ACC ]     STREAM     LISTENING     925404972 /var/run/nscd/socket
unix  3      [ ]         STREAM     CONNECTED     987068254 /var/run/dovecot//login/default
unix  3      [ ]         STREAM     CONNECTED     987068252
unix  3      [ ]         STREAM     CONNECTED     987068253 /var/run/dovecot//login/pysieved
unix  3      [ ]         STREAM     CONNECTED     987068251
unix  2      [ ]         DGRAM                    925419031
unix  2      [ ]         DGRAM                    925405621
unix  3      [ ]         STREAM     CONNECTED     925405506
unix  3      [ ]         STREAM     CONNECTED     925405505
unix  3      [ ]         STREAM     CONNECTED     925405501
unix  3      [ ]         STREAM     CONNECTED     925405500
unix  2      [ ]         DGRAM                    925405331
unix  2      [ ]         DGRAM                    925404127
unix  2      [ ]         DGRAM                    925403901
So your Services are not running!

Greez BeNe
11-14-2007 10:17 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #13
RE: I can't get emails!
you can send it to my mail address ^^
(This post was last modified: 11-14-2007 10:34 PM by rbtux.)
11-14-2007 10:18 PM
Visit this user's website Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: I can't get emails!
Hi Naradam

Same here...
there are some hostname which resolve to your IP.

Code:
netoriginal.eu.         3404    IN      A       87.229.7.149
www.netoriginal.eu.     3600    IN      A       87.229.7.149
gofree.netoriginal.eu.  3600    IN      A       87.229.7.149
mail.netoriginal.eu.    3324    IN      A       87.229.7.149
netoriginal.eu.         3342    IN      MX      10 mail.netoriginal.eu.

A telnet to port 25 (and Port 587 for sending mails) was ok some minutes ago - now it failed again... well.. 587 now works.. sasl is not working...
Code:
# telnet mail.netoriginal.eu 587
Trying 87.229.7.149...
Connected to mail.netoriginal.eu.
Escape character is '^]'.
ehlo localhost
220 gofree.netoriginal.eu ispCP 1.0 Priamos Managed ESMTP 1.0.0 RC3 OMEGA
250-gofree.netoriginal.eu
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN
250-AUTH=PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.

sometimes it takes long for a connection. Just now, Port 25 also was ok...

/J
(This post was last modified: 11-14-2007 10:23 PM by joximu.)
11-14-2007 10:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Naradam Offline
Junior Member
*

Posts: 32
Joined: Nov 2007
Reputation: 0
Post: #15
RE: I can't get emails!
@BeNe: mmm.... so, what to do? In ps aux I see dovecot's tools running, in ispCP admin shows all the services are up and running... wher do I have the probleme?

( @rbtux : I've sent, i couldnt upload it in .txt even... Its 247kb, maybe the size? )
11-14-2007 10:24 PM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #16
RE: I can't get emails!
Is there a valid mail address hosted on your server? or can you create an address for tests...

/Joximu
11-14-2007 10:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #17
RE: I can't get emails!
you really should read your log file...

warning: do not list domain netoriginal.eu in BOTH mydestination and virtual_mailbox_domains -> Fix that... (set mydomain to mail.netori....)

fatal: bad numerical configuration: dovecot_destination_recipient_limit = 1relayhost =
-> Fix that (add a line break...)

mysql: Connect failed to localhost (ispcp): Access denied for user 'ispcp_dovecot'@'localhost' (using password: YES) -> As I can see its fixed now (or you haven't used authentication since last error... In this case fix it in the dovecot config...
11-14-2007 10:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Naradam Offline
Junior Member
*

Posts: 32
Joined: Nov 2007
Reputation: 0
Post: #18
RE: I can't get emails!
joximu Wrote:Hi Naradam

Same here...
there are some hostname which resolve to your IP.

Code:
netoriginal.eu.         3404    IN      A       87.229.7.149
www.netoriginal.eu.     3600    IN      A       87.229.7.149
gofree.netoriginal.eu.  3600    IN      A       87.229.7.149
mail.netoriginal.eu.    3324    IN      A       87.229.7.149
netoriginal.eu.         3342    IN      MX      10 mail.netoriginal.eu.

A telnet to port 25 (and Port 587 for sending mails) was ok some minutes ago - now it failed again... well.. 587 now works.. sasl is not working...
Code:
# telnet mail.netoriginal.eu 587
Trying 87.229.7.149...
Connected to mail.netoriginal.eu.
Escape character is '^]'.
ehlo localhost
220 gofree.netoriginal.eu ispCP 1.0 Priamos Managed ESMTP 1.0.0 RC3 OMEGA
250-gofree.netoriginal.eu
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-AUTH PLAIN
250-AUTH=PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
quit
221 2.0.0 Bye
Connection closed by foreign host.

sometimes it takes long for a connection. Just now, Port 25 also was ok...

/J

hm, I've restarted, may this cause the downtime you mentioned.

the hostnames became now set, while we are discussing here I asked my registrar to set gofree, and the others, the mail record was pointed to an other ip... (they are hm.. better if I dont say anything Smile

or you see is there any probleme with it?
11-14-2007 10:28 PM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #19
RE: I can't get emails!
Did you changed your config as rbtux said ?

The normal thing is mail.domain.tld or mx.domain.tld.
so gofree works also...but is not really clear.

Greez BeNe
11-14-2007 10:39 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #20
RE: I can't get emails!
you can just remove $mydomain from mydestination in postfixes main.cf... That should solve the receive problem...


or you can set mydomain = $myhostname


EDIT: Explanation: as soon as netoriginal.eu ist listed in mydestination the postfix local class is responsible for the mail not the vritual class where you specified your e-mail account...
(This post was last modified: 11-14-2007 10:44 PM by rbtux.)
11-14-2007 10:42 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)