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

Re: mailserver absolute noob question



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 <thomas-nawrath@web.de>: Relay access denied; 
> from=<jade@ares.dyndns.biz> to=<thomas-nawrath@web.de> 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 <thomas-nawrath@web.de>: Relay access denied; 
> from=<jade@ares.dyndns.biz> to=<thomas-nawrath@web.de> 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 
> <thomas-nawrath@web.de>: Relay access denied; 
> from=<jade@ares.dyndns.biz> to=<thomas-nawrath@web.de> proto=ESMTP 
> helo=<c217074.adsl.hansenet.de>
> 
> :-(
> 
For outgoing smtp mail you must use generic mapping of the local user to
isp_acct@isp. 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 



Reply to: