Skip to content

Not able to send mails from postfixadmin even the welcome mail #86

@DhanushGowda26

Description

@DhanushGowda26

config.local.php :

<?php
                $CONF['database_type'] = 'pgsql';
                $CONF['database_host'] = 'postgres';
                $CONF['database_port'] = '5432';
                $CONF['database_user'] = 'xyz';
                $CONF['database_password'] = 'xyz';
                $CONF['database_name'] = 'xyz';
                $CONF['smtp_server'] = 'xyz.com';
                $CONF['smtp_port'] = '587';
                $CONF['configured'] = true;
                $CONF['dkim'] = 'NO';
                $CONF['dkim_all_admins'] = 'NO';
                $CONF['setup_password'] = '$2y$10$PJrHLu0mPoE8tQx/zTzJvu61FWgqeOZGIbl2yPCzj10j1.l8mA4L.';
                ?>

Logs from mailserver :

Mar 21 01:29:18 mail postfix/submission/smtpd[1927]: connect from postfixadmin.mailserver_mailnetwork[172.18.0.4]
Mar 21 01:29:18 mail postfix/submission/smtpd[1927]: warning: non-SMTP command from postfixadmin.mailserver_mailnetwork[172.18.0.4]: To: abcd@xyz.com
Mar 21 01:29:18 mail postfix/submission/smtpd[1927]: disconnect from postfixadmin.mailserver_mailnetwork[172.18.0.4] ehlo=1 mail=0/1 rcpt=0/1 data=0/1 unknown=0/1 commands=1/5

Can Anyone help me with what could be the issue and what to look for. I am able to send and recive via webmail but issue with postfixadmin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions