SMTP Auth Issue

Discussion in 'Installation/Configuration' started by JordanCook, Jan 23, 2011.

  1. JordanCook

    JordanCook New Member

    Postfix seems to allow anyone to send emails to domains that are configured in ISPConfig 3.

    Code:
    220 server1.mydomain.co.uk ESMTP Postfix (Debian/GNU)
    MAIL FROM: [email protected]
    250 2.1.0 Ok
    RCPT TO: [email protected]
    554 5.7.1 <[email protected]>: Relay access denied
    RCPT TO: [email protected]
    250 2.1.5 Ok
    DATA
    354 End data with <CR><LF>.<CR><LF>
    Test
    .
    250 2.0.0 Ok: queued as 62C57876E
    
    As you can see, it allows the user to send emails from any domain, to my domain without them having to login.

    Can anybody help me?

    Thanks,
    Jordan Cook
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats correct and the case on any mailserver. Otherwise, nobody would be able to send you any emails. So there is no problem with your system, it just does what a mailserver should do and that is to accept emails for the amilboxes that are configured on your server.
     

Share This Page