Hi Gilles...

On Sun, 8 Dec 2013 20:30:01 +0100, you wrote:

> On Sun, Dec 08, 2013 at 08:26:41PM +0100, Michael Strauss wrote:
> > if a relay server rejects my mail in SMTP dialog, it's gone? In this
> > case I get no bounce, no error message (except in logs). 
> > 
> 
> can you show your smtpd.conf ?
> You're probably missing a rule for the localhost to generate a mail

smtpd.conf (cut off the inet relay servers to make it a bit
shorter):
 ________
|
|  limit mta inet4 
|  max-message-size 40M
|  
|  listen on 127.0.0.1 inet4 hostname Styx.scheol.org 
|  listen on 192.168.1.2 inet4 hostname Styx.scheol.org 
|  
|  table mydomains { Styx, Styx.scheol.org, localhost, 192.168.1.2 }
|  table allowed_origins { 192.168.1.2, 192.168.1.99 }
|  table aliases db:/etc/aliases.db
|  
|  accept from local for domain <mydomains> alias <aliases> deliver to mda 
"procmail -f -"
|  accept from source <allowed_origins> for domain <mydomains> alias <aliases> 
deliver to mda "procmail -f -"
|  
|  accept from local for domain <mydomains> deliver to mda "procmail -f -"
|  accept from source <allowed_origins> for domain <mydomains> deliver to mda 
"procmail -f -"
|  
|  [... Several relay servers follow...]
|_________
 
Thank you,
        Michael

--
You received this mail because you are subscribed to [email protected]
To unsubscribe, send a mail to: [email protected]

Reply via email to