Hi Folks, It seems that I got a problem with my emails due to postfix configuration, all new email accounts are unable to send and receive emails, besides configuration inside ISPConfig tells me they are there. Also am unable to access to webmail, even with other webmail apps. Here is current config: readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES smtpd_sasl_local_domain = smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous broken_sasl_auth_clients = yes smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination smtpd_tls_auth_only = no smtp_use_tls = yes smtpd_use_tls = yes smtp_tls_note_starttls_offer = yes smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem smtpd_tls_loglevel = 1 smtpd_tls_received_header = yes smtpd_tls_session_cache_timeout = 3600s tls_random_source = dev:/dev/urandom virtual_maps = hash:/etc/postfix/virtusertable mydestination = /etc/postfix/local-host-names Thank you
Are the newly created email accounts listed in /etc/postfix/virtusertable ? Eny errors in the ispconfig.log file?
In virtual user table, they are listed and comes out in this format: [email protected] web31_info [email protected] web31_info About the ispconfig.log In the last update of log this lines comes out!! 11.02.2007 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 96: cat /dev/null > /var/log/xferlog.www.educandote.edu.co 11.02.2007 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/mail_logs.php, Line 132: rm -f /var/log/maillog.www.educandote.edu.co 11.02.2007 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/mail_logs.php, Line 134: rm -f /var/log/maillog.11-02-07_23-59-01 11.02.2007 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 121: rm -f /var/log/xferlog.www.educandote.edu.co 11.02.2007 - 23:59:03 => INFO - /root/ispconfig/scripts/shell/ftp_logs.php, Line 124: rm -f /var/log/xferlog.11-02-07_23-59-01 Any hint to figure it out what does mean! Thank you!
Please add the co-domain educandote.edu.co (with empty host field) to the website www.educandote.edu.co.
Ok, I've done it on ISPConfig box and it seems working!! I've another issue with another domain, am able to send emails thru webmail to my domains on ISPConfig but am unable to send them out (i.e. gmail, hotmail, etc.) all of them bounce right away. Thanks