On 23:49 Wed 02 Nov     , Thomas wrote:

>>>>>snip<<<<<<

> >Is there a logfile or something that can tell me who is actually 
> >denying what?
> >
> >Thanks,
> >Thomas
> >
> >
> Aha, i found out:
> 
> mail.log
> Nov  2 23:26:50 localhost postfix/smtpd[14343]: NOQUEUE: reject: RCPT 
> from nova[10.0.0.2]: 554 <[EMAIL PROTECTED]>: Relay access denied; 
> from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP 
> helo=<[10.0.0.2]>
> 
> 
> And mail.info
> 
> Nov  2 23:30:38 localhost postfix/smtpd[14400]: NOQUEUE: reject: RCPT 
> from nova[10.0.0.2]: 554 <[EMAIL PROTECTED]>: Relay access denied; 
> from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP 
> helo=<[10.0.0.2]>
> 
> 
> So i thought, maybe the proble is because im trying to send from a 
> client in the LAN with a local network address 10.x.x.x
> Thus i opened up an email app on the mailserver itself. But i stell get 
> the same:
> Nov  2 23:39:17 localhost postfix/smtpd[14487]: NOQUEUE: reject: RCPT 
> from c217074.adsl.hansenet.de[213.39.217.74]: 554 
> <[EMAIL PROTECTED]>: Relay access denied; 
> from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP 
> helo=<c217074.adsl.hansenet.de>
> 
> :-(
> 
For outgoing smtp mail you must use generic mapping of the local user to
[EMAIL PROTECTED] See ADDRESS_REWRITING in the docs. You add this to the 
main.cf :
 
smtp_generic_maps = hash:/etc/postfix/generic
then edit /etc/postfix/generic
and run /usr/sbin/postmap 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to