PDA

View Full Version : Can't Recieve any emails



KyleG
06-06-2005, 09:18 AM
No matter which email address i use on no matter what domain. I get the same error:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

support@invisiongaming.net

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 10): 550 authentication required

----- Original message -----

Received: by 10.54.150.2 with SMTP id x2mr3328748wrd;
Mon, 06 Jun 2005 09:02:45 -0700 (PDT)
Return-Path: <kyle.gato@gmail.com>
Received: from kyle ([217.187.254.218])
by mx.gmail.com with ESMTP id d61sm393404wra.2005.06.06.09.02.44;
Mon, 06 Jun 2005 09:02:45 -0700 (PDT)
Message-ID: <003901c56ab1$348404b0$6701a8c0@kyle>
From: "Kyle Gato" <kyle.gato@gmail.com>
To: <support@invisiongaming.net>
Subject: jsdkfjksdj

----- Message truncated -----

Ive been googling and spenidng a long time looking around these forums. Ive tryed changing stuff in exim.conf. Nothing works. Please if anybody knows how to fix this i need help ASAP

nobaloney
06-06-2005, 04:32 PM
Do you host invisiongaming.net?

If so, is it listed in /etc/virtual/domains?

Jeff

KyleG
06-07-2005, 12:53 AM
-bash-3.00$ less /etc/virtual/domains
madlinux.invisiongaming.net
thexgl.com
gmunday.invisiongaming.net
srvx.invisiongaming.com
server.domain.com
server.domain.com
futurex.invisiongaming.net
netzero.invisiongaming.net
cjshells.invisiongaming.net
blondux4.invisiongaming.net
1mperfection.com
invisiongaming.info
(END)

SeLLeRoNe
06-07-2005, 01:17 AM
theres no invisiongamins.net .. its .info

KyleG
06-07-2005, 01:20 AM
hm wow thanks. I think that might of solved it :)

KyleG
06-07-2005, 01:28 AM
Wrong. I own the .net the .info and the .com....I dont know why it wasent in that domains file but now it is cuase i put it there

KyleG
06-07-2005, 01:29 AM
Anyways. The auth thing is fixed. Now there is a new problem:

This is an automatically generated Delivery Status Notification

Delivery to the following recipient failed permanently:

support@invisiongaming.net

Technical details of permanent failure:
PERM_FAILURE: SMTP Error (state 10): 550

I see 550 again but at leats its not authentication stuff :)

nobaloney
06-07-2005, 06:23 AM
Just adding the .net domain to the domains file won't magically make exim accept the addresses. You need to populate the alias file.

The right way to do it is in the user interface; either create mailboxes or forwards, or create an aliased domain.

Jeff

KyleG
06-07-2005, 08:13 AM
Whenever i add an email address it does NOT show up in the /etc/virtual/invisiongaming.net/aliases file. Why is that?? :(

nobaloney
06-07-2005, 05:41 PM
Are you adding a mailbox or a forward? I believe forwards should end up in the alias file for the domain.

Jeff

KyleG
06-07-2005, 10:59 PM
I am adding a mailbox i belive. what is the difference

nobaloney
06-08-2005, 05:52 PM
mailboxes are not aliases and will not show up as aliases.

Jeff

KyleG
06-12-2005, 09:33 AM
there is stuff in /etc/virtual/invisiongaming.net/aliases

Here:
GNU nano 1.2.4 File: /etc/virtual/invisiongaming.net/aliases

invnet: invnet
*: :fail:

nobaloney
06-12-2005, 05:16 PM
Originally posted by KyleG
invnet: invnet
The username shows up in the aliases file so email to username@domain.name will be properly deliverred to the system mailbox.

*: :fail:
the line above is the "set catchall to fail" line.

Jeff

KyleG
06-12-2005, 05:19 PM
Ok? So how do i fix the 550 error?

nobaloney
06-12-2005, 06:51 PM
Let's start discussing your problem at the beginning:

The email address failing?

Is the domain hosted on your server?

Is the mail for the domain hosted on your server?

Is the mailbox a forward or a mailbox?

Is there an entry for the domain in /etc/virtual/ ?

Is there an entry for the user in /etc/virtual/example.com/aliases ?

What are the log entries in /var/log/exim/mainlog for the attempted delivery?

What are the log entries in /var/log/exim/rejectlog for the attempted delivery?

Jeff