[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Mail settings



> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Andy Jacobs
> Sent: 03 April 2004 07:54
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: [cobalt-users] Mail settings
>
>
> I have a customer who has their own server running some package
> that handles
> mail for them.  I think it's mailgate.  I've set the Raq up as follows:
>
> mail.zeitner.com            xxx.xxx.xxx.xxx
>
> Where the xxx are the ip address of the server in their office.
>
> For some reason, if they send e-mail to another domain on my raq (me for
> example), they get the message bounced back with 'No such user here'.
>
> Now this has only started since we changed the DNS and they
> installed their
> server.  I'm not convinced that mail is actually leaving their server.  I
> think it's a setup problem at their end but I don't understand why it only
> affects them sending mail to other domains on my server.
>
> If someone could offer some suggestions I can go back to them with I'd be
> grateful.
>
> Cheers
>
> Andy
>

You could inspect the mail log, that way you would know if the mail was
getting to you and being bounced.

Try

Login as root (su -)

cat /var/log/maillog | grep xxxxxxx

instead of the xxxxxx put in a phrase that would identify their server as
the sending server or you as the recipient. This will tell you if the logs
have any mail from them.

or

tail -f /var/log/maillog | grep xxxxx

this will tail the logs in real time as messages are being sent to our
server.
Then just get them to send you an e-mail and watch the screen to see if they
show up.

You could just use

tail -f /var/log/maillog

but on a busy server you might miss the log entry as you will see everything
scrolling past.

That should give you a starting point to work from, if you don't see the
mail at your server it's not your problem, if you do then at least the logs
should tell you what is happening.


Paul.