![]() |
[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:44 PM rbtux Wrote:you really should read your log file... :$ I've set mydomain to mail.netoriginal.eu ; removed netoriginal.eu from mydestination. Added linebreak; mysql is fixed, you have right ---- Now there happened an interesting thing... omm... I have not 4 domains added, netoriginal.eu vadpocok.hu (they from the beginning) an other rajongok.hu till about 2:00 AM, and now I added an other.... Now I get the mail for the rajongok.hu -mail address, but not for the others... RE: I can't get emails! - Naradam - 11-14-2007 10:46 PM mydestination = $myhostname, localhost.netoriginal.eu, localhost.gofree.netoriginal.eu, localhost.localdomain, localhost mydomain = mail.netoriginal.eu myhostname = gofree.netoriginal.eu looks like this now RE: I can't get emails! - rbtux - 11-14-2007 10:46 PM this could be a greylisting issue... set : smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service inet:127.0.0.1:12525, check_policy_service inet:127.0.0.1:60000 temporarly to smtpd_recipient_restrictions = reject_non_fqdn_recipient, reject_unknown_recipient_domain, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, check_policy_service inet:127.0.0.1:12525, permit, check_policy_service inet:127.0.0.1:60000 RE: I can't get emails! - rbtux - 11-14-2007 10:49 PM you still have an error in you config... server does not respond... can you post tail -n 100 /var/log/mail.info RE: I can't get emails! - Naradam - 11-14-2007 10:52 PM what kind of errror? I've attached! (temp settings are now set) RE: I can't get emails! - rbtux - 11-14-2007 10:53 PM can you add me to icq or msn plz RE: I can't get emails! - Naradam - 11-14-2007 10:57 PM I've sent you my address in pm! RE: I can't get emails! - BeNe - 11-14-2007 11:13 PM Quote:can you add me to icq or msn plzIs the best way... Please post later a short report for the people with the same problem... Thanks! Greez BeNe RE: I can't get emails! - Naradam - 11-14-2007 11:59 PM Thanks you guys! Special thanks to rbtux! I couldn't ever imagine a powerful and fast support like I experienced here! It seems to be solved! A short summary: mmm.. where to start... (I had problemes with dns setting by the registrar, but the major probleme was with my postfix config...) my $mydestination contained the $myhost - which was not necessary - and contained a domain which was added as a virtual domain ... cause of this it couldnt be delivered ... another probleme was that I didnt expect that greylisting deferred my mails, so thats why I didnt get them immediatly... ... and there was a lack of a breakline too in the cofig ![]() I'm very appreciated! ![]() Adam RE: [solved] I can't get emails! - rbtux - 11-15-2007 12:17 AM @mod: can be closed |