![]() |
[solved] I can't get emails! - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: [solved] I can't get emails! (/thread-1785.html) |
RE: I can't get emails! - Naradam - 11-14-2007 10:14 PM result of postconf -n attached; I can send mail.info in mail, or upload... I tried to attach here, it doesnt allow... - ![]() 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 RE: I can't get emails! - BeNe - 11-14-2007 10:17 PM 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 Greez BeNe RE: I can't get emails! - rbtux - 11-14-2007 10:18 PM you can send it to my mail address ^^ RE: I can't get emails! - joximu - 11-14-2007 10:21 PM Hi Naradam Same here... there are some hostname which resolve to your IP. Code: netoriginal.eu. 3404 IN A 87.229.7.149 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 sometimes it takes long for a connection. Just now, Port 25 also was ok... /J RE: I can't get emails! - Naradam - 11-14-2007 10:24 PM @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? ) RE: I can't get emails! - joximu - 11-14-2007 10:26 PM Is there a valid mail address hosted on your server? or can you create an address for tests... /Joximu RE: I can't get emails! - rbtux - 11-14-2007 10:27 PM 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... RE: I can't get emails! - Naradam - 11-14-2007 10:28 PM joximu Wrote:Hi Naradam 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 ![]() or you see is there any probleme with it? RE: I can't get emails! - BeNe - 11-14-2007 10:39 PM 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 RE: I can't get emails! - rbtux - 11-14-2007 10:42 PM 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... |