Настроил подобную связку по нескольким статьям в интернете. В почтовом клиенте claws-mail вроде всё работает. Перешел к настройке Scuirrelmail - и сразу же столкнулся с проблемой: не могу отправить письмо через веб-морду. Получаю ошибку: "Message not sent. Server replied: 0 Can't open SMTP stream.". В этот момент в логах:
Jun 2 18:03:28 srv postfix/smtpd[19447]: connection established
Jun 2 18:03:28 srv postfix/smtpd[19447]: master_notify: status 0
Jun 2 18:03:28 srv postfix/smtpd[19447]: name_mask: resource
Jun 2 18:03:28 srv postfix/smtpd[19447]: name_mask: software
Jun 2 18:03:28 srv postfix/smtpd[19447]: connect from localhost[127.0.0.1]
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: localhost: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: 127.0.0.1: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: localhost: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: 127.0.0.1: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: smtp_stream_setup: maxtime=30
enable_deadline=0
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_hostname: localhost ~?
127.0.0.0/8
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_hostaddr: 127.0.0.1 ~?
127.0.0.0/8
Jun 2 18:03:28 srv postfix/smtpd[19447]: > localhost[127.0.0.1]: 220
MY_MAIL_SERVER_NAME ESMTP Postfix
Jun 2 18:03:28 srv postfix/smtpd[19447]: xsasl_dovecot_server_create: SASL
service=smtp, realm=(null)
Jun 2 18:03:28 srv postfix/smtpd[19447]: name_mask: noanonymous
Jun 2 18:03:28 srv postfix/smtpd[19447]: xsasl_dovecot_server_mech_filter:
keep mechanism: PLAIN
Jun 2 18:03:28 srv postfix/smtpd[19447]: watchdog_pat: 0x7f4995094f00
Jun 2 18:03:28 srv postfix/smtpd[19447]: < localhost[127.0.0.1]: ???
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ??? ~? CONNECT
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ??? ~? GET
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ??? ~? POST
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: ???: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: > localhost[127.0.0.1]: 502 5.5.2
Error: command not recognized
Jun 2 18:03:28 srv postfix/smtpd[19447]: watchdog_pat: 0x7f4995094f00
Jun 2 18:03:28 srv postfix/smtpd[19447]: < localhost[127.0.0.1]: ?"?!
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ?"?! ~? CONNECT
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ?"?! ~? GET
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ?"?! ~? POST
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: ?"?!: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: > localhost[127.0.0.1]: 502 5.5.2
Error: command not recognized
Jun 2 18:03:28 srv postfix/smtpd[19447]: watchdog_pat: 0x7f4995094f00
Jun 2 18:03:28 srv postfix/smtpd[19447]: < localhost[127.0.0.1]: ????????
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ??? ~? CONNECT
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ??? ~? GET
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_string: ??? ~? POST
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_list_match: ???: no match
Jun 2 18:03:28 srv postfix/smtpd[19447]: > localhost[127.0.0.1]: 502 5.5.2
Error: command not recognized
Jun 2 18:03:28 srv postfix/smtpd[19447]: > localhost[127.0.0.1]: 421 4.7.0
MY_MAIL_SERVER_NAME Error: too many errors
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_hostname: localhost ~?
127.0.0.0/8
Jun 2 18:03:28 srv postfix/smtpd[19447]: match_hostaddr: 127.0.0.1 ~?
127.0.0.0/8
Jun 2 18:03:28 srv postfix/smtpd[19447]: too many errors after UNKNOWN from
localhost[127.0.0.1]
Jun 2 18:03:28 srv postfix/smtpd[19447]: disconnect from localhost[127.0.0.1]
Jun 2 18:03:28 srv postfix/smtpd[19447]: master_notify: status 1
Jun 2 18:03:28 srv postfix/smtpd[19447]: connection closed
Jun 2 18:03:28 srv postfix/smtpd[19447]: watchdog_stop: 0x7f4995094f00
Jun 2 18:03:28 srv postfix/smtpd[19447]: watchdog_start: 0x7f4995094f00
Как я понимаю - веб-морда вместо EHLO и прочих команд RFC отсылает что-то
непонятное ("???"). Но это моё имхо.
Как это исправить?
Конфиг белки:
global $version;
$config_version = '1.4.0';
$config_use_color = 1;
$org_name = "MY_ORG_NAME";
$org_logo = 'MY_LOGO_FILE';
$org_logo_width = '308';
$org_logo_height = '231';
$org_title = "MY_ORG_TITLE";
$signout_page = '';
$frame_top = '_top';
$provider_uri = 'MY_HTTP_SITE_URL';
$provider_name = 'MY_ORG_NAME';
$motd = "";
$squirrelmail_default_language = 'en_US';
$default_charset = 'UTF-8';
$lossy_encoding = false;
$domain = 'MY_MAIL_DOMAIN_NAME';
$imapServerAddress = 'MY_MAIL_SERVER_NAME';
$imapPort = 993;
$useSendmail = false;
$smtpServerAddress = 'localhost';
$smtpPort = 25;
$sendmail_path = '/usr/sbin/sendmail';
$sendmail_args = '-i -t';
$pop_before_smtp = false;
$pop_before_smtp_host = '';
$imap_server_type = 'dovecot';
$invert_time = false;
$optional_delimiter = 'detect';
$encode_header_key = '';
$default_folder_prefix = '';
$trash_folder = 'INBOX.Trash';
$sent_folder = 'INBOX.Sent';
$draft_folder = 'INBOX.Drafts';
$default_move_to_trash = true;
$default_move_to_sent = true;
$default_save_as_draft = true;
$show_prefix_option = false;
$list_special_folders_first = true;
$use_special_folder_color = true;
$auto_expunge = true;
$default_sub_of_inbox = true;
$show_contain_subfolders_option = false;
$default_unseen_notify = 2;
$default_unseen_type = 1;
$auto_create_special = true;
$delete_folder = false;
$noselect_fix_enable = false;
$data_dir = '/var/lib/squirrelmail/data/';
$attachment_dir = '/var/spool/squirrelmail/attach/';
$dir_hash_level = 0;
$default_left_size = '150';
$force_username_lowercase = false;
$default_use_priority = true;
$hide_sm_attributions = false;
$default_use_mdn = true;
$edit_identity = true;
$edit_name = true;
$hide_auth_header = false;
$allow_thread_sort = false;
$allow_server_sort = false;
$allow_charset_search = true;
$uid_support = true;
$plugins[0] = 'lockout';
$plugins[1] = 'squirrel_logger';
$plugins[2] = 'sent_confirmation';
$plugins[3] = 'spam_buttons';
$plugins[4] = 'view_as_html';
$plugins[5] = 'administrator';
$plugins[6] = 'message_details';
$plugins[7] = 'newmail';
$plugins[8] = 'squirrelspell';
$plugins[9] = 'translate';
$plugins[10] = 'filters';
$theme_css = '';
$theme_default = 0;
$theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php';
$theme[0]['NAME'] = 'Default';
$theme[1]['PATH'] = SM_PATH . 'themes/plain_blue_theme.php';
$theme[1]['NAME'] = 'Plain Blue';
$theme[2]['PATH'] = SM_PATH . 'themes/sandstorm_theme.php';
$theme[2]['NAME'] = 'Sand Storm';
$theme[3]['PATH'] = SM_PATH . 'themes/deepocean_theme.php';
$theme[3]['NAME'] = 'Deep Ocean';
$theme[4]['PATH'] = SM_PATH . 'themes/slashdot_theme.php';
$theme[4]['NAME'] = 'Slashdot';
$theme[5]['PATH'] = SM_PATH . 'themes/purple_theme.php';
$theme[5]['NAME'] = 'Purple';
$theme[6]['PATH'] = SM_PATH . 'themes/forest_theme.php';
$theme[6]['NAME'] = 'Forest';
$theme[7]['PATH'] = SM_PATH . 'themes/ice_theme.php';
$theme[7]['NAME'] = 'Ice';
$theme[8]['PATH'] = SM_PATH . 'themes/seaspray_theme.php';
$theme[8]['NAME'] = 'Sea Spray';
$theme[9]['PATH'] = SM_PATH . 'themes/bluesteel_theme.php';
$theme[9]['NAME'] = 'Blue Steel';
$theme[10]['PATH'] = SM_PATH . 'themes/dark_grey_theme.php';
$theme[10]['NAME'] = 'Dark Grey';
$theme[11]['PATH'] = SM_PATH . 'themes/high_contrast_theme.php';
$theme[11]['NAME'] = 'High Contrast';
$theme[12]['PATH'] = SM_PATH . 'themes/black_bean_burrito_theme.php';
$theme[12]['NAME'] = 'Black Bean Burrito';
$theme[13]['PATH'] = SM_PATH . 'themes/servery_theme.php';
$theme[13]['NAME'] = 'Servery';
$theme[14]['PATH'] = SM_PATH . 'themes/maize_theme.php';
$theme[14]['NAME'] = 'Maize';
$theme[15]['PATH'] = SM_PATH . 'themes/bluesnews_theme.php';
$theme[15]['NAME'] = 'BluesNews';
$theme[16]['PATH'] = SM_PATH . 'themes/deepocean2_theme.php';
$theme[16]['NAME'] = 'Deep Ocean 2';
$theme[17]['PATH'] = SM_PATH . 'themes/blue_grey_theme.php';
$theme[17]['NAME'] = 'Blue Grey';
$theme[18]['PATH'] = SM_PATH . 'themes/dompie_theme.php';
$theme[18]['NAME'] = 'Dompie';
$theme[19]['PATH'] = SM_PATH . 'themes/methodical_theme.php';
$theme[19]['NAME'] = 'Methodical';
$theme[20]['PATH'] = SM_PATH . 'themes/greenhouse_effect.php';
$theme[20]['NAME'] = 'Greenhouse Effect (Changes)';
$theme[21]['PATH'] = SM_PATH . 'themes/in_the_pink.php';
$theme[21]['NAME'] = 'In The Pink (Changes)';
$theme[22]['PATH'] = SM_PATH . 'themes/kind_of_blue.php';
$theme[22]['NAME'] = 'Kind of Blue (Changes)';
$theme[23]['PATH'] = SM_PATH . 'themes/monostochastic.php';
$theme[23]['NAME'] = 'Monostochastic (Changes)';
$theme[24]['PATH'] = SM_PATH . 'themes/shades_of_grey.php';
$theme[24]['NAME'] = 'Shades of Grey (Changes)';
$theme[25]['PATH'] = SM_PATH . 'themes/spice_of_life.php';
$theme[25]['NAME'] = 'Spice of Life (Changes)';
$theme[26]['PATH'] = SM_PATH . 'themes/spice_of_life_lite.php';
$theme[26]['NAME'] = 'Spice of Life - Lite (Changes)';
$theme[27]['PATH'] = SM_PATH . 'themes/spice_of_life_dark.php';
$theme[27]['NAME'] = 'Spice of Life - Dark (Changes)';
$theme[28]['PATH'] = SM_PATH . 'themes/christmas.php';
$theme[28]['NAME'] = 'Holiday - Christmas';
$theme[29]['PATH'] = SM_PATH . 'themes/darkness.php';
$theme[29]['NAME'] = 'Darkness (Changes)';
$theme[30]['PATH'] = SM_PATH . 'themes/random.php';
$theme[30]['NAME'] = 'Random (Changes every login)';
$theme[31]['PATH'] = SM_PATH . 'themes/midnight.php';
$theme[31]['NAME'] = 'Midnight';
$theme[32]['PATH'] = SM_PATH . 'themes/alien_glow.php';
$theme[32]['NAME'] = 'Alien Glow';
$theme[33]['PATH'] = SM_PATH . 'themes/dark_green.php';
$theme[33]['NAME'] = 'Dark Green';
$theme[34]['PATH'] = SM_PATH . 'themes/penguin.php';
$theme[34]['NAME'] = 'Penguin';
$theme[35]['PATH'] = SM_PATH . 'themes/minimal_bw.php';
$theme[35]['NAME'] = 'Minimal BW';
$theme[36]['PATH'] = SM_PATH . 'themes/redmond.php';
$theme[36]['NAME'] = 'Redmond';
$theme[37]['PATH'] = SM_PATH . 'themes/netstyle_theme.php';
$theme[37]['NAME'] = 'Net Style';
$theme[38]['PATH'] = SM_PATH . 'themes/silver_steel_theme.php';
$theme[38]['NAME'] = 'Silver Steel';
$theme[39]['PATH'] = SM_PATH . 'themes/simple_green_theme.php';
$theme[39]['NAME'] = 'Simple Green';
$theme[40]['PATH'] = SM_PATH . 'themes/wood_theme.php';
$theme[40]['NAME'] = 'Wood';
$theme[41]['PATH'] = SM_PATH . 'themes/bluesome.php';
$theme[41]['NAME'] = 'Bluesome';
$theme[42]['PATH'] = SM_PATH . 'themes/simple_green2.php';
$theme[42]['NAME'] = 'Simple Green 2';
$theme[43]['PATH'] = SM_PATH . 'themes/simple_purple.php';
$theme[43]['NAME'] = 'Simple Purple';
$theme[44]['PATH'] = SM_PATH . 'themes/autumn.php';
$theme[44]['NAME'] = 'Autumn';
$theme[45]['PATH'] = SM_PATH . 'themes/autumn2.php';
$theme[45]['NAME'] = 'Autumn 2';
$theme[46]['PATH'] = SM_PATH . 'themes/blue_on_blue.php';
$theme[46]['NAME'] = 'Blue on Blue';
$theme[47]['PATH'] = SM_PATH . 'themes/classic_blue.php';
$theme[47]['NAME'] = 'Classic Blue';
$theme[48]['PATH'] = SM_PATH . 'themes/classic_blue2.php';
$theme[48]['NAME'] = 'Classic Blue 2';
$theme[49]['PATH'] = SM_PATH . 'themes/powder_blue.php';
$theme[49]['NAME'] = 'Powder Blue';
$theme[50]['PATH'] = SM_PATH . 'themes/techno_blue.php';
$theme[50]['NAME'] = 'Techno Blue';
$theme[51]['PATH'] = SM_PATH . 'themes/turquoise.php';
$theme[51]['NAME'] = 'Turquoise';
$default_use_javascript_addr_book = false;
$abook_global_file = '';
$abook_global_file_writeable = false;
$abook_global_file_listing = true;
$abook_file_line_length = 2048;
$addrbook_dsn = '';
$addrbook_table = 'address';
$prefs_dsn = '';
$prefs_table = 'userprefs';
$prefs_user_field = 'user';
$prefs_key_field = 'prefkey';
$prefs_val_field = 'prefval';
$addrbook_global_dsn = '';
$addrbook_global_table = 'global_abook';
$addrbook_global_writeable = false;
$addrbook_global_listing = false;
$no_list_for_subscribe = false;
$smtp_auth_mech = 'login';
$imap_auth_mech = 'login';
$smtp_sitewide_user = '';
$smtp_sitewide_pass = '';
$use_imap_tls = true;
$use_smtp_tls = true;
$session_name = 'SQMSESSID';
$only_secure_cookies = true;
$disable_security_tokens = false;
$check_referrer = '';
$browser_rendering_mode = 'quirks';
$config_location_base = '';
@include SM_PATH . 'config/config_local.php';
Файл config/config_local.php пустой.
:# dpkg -l | grep -i -E 'postfix|dovecot|squirrelmail'
ii dovecot-common 1:2.1.7-7 all
Transitional package for dovecot
ii dovecot-core 1:2.1.7-7 amd64
secure mail server that supports mbox, maildir, dbox and mdbox mailboxes
ii dovecot-imapd 1:2.1.7-7 amd64
secure IMAP server that supports mbox, maildir, dbox and mdbox mailboxes
ii dovecot-mysql 1:2.1.7-7 amd64
MySQL support for Dovecot
ii dovecot-pop3d 1:2.1.7-7 amd64
secure POP3 server that supports mbox, maildir, dbox and mdbox mailboxes
ii dovecot-sieve 1:2.1.7-7 amd64
sieve filters support for Dovecot
ii postfix 2.9.6-2 amd64
High-performance mail transport agent
ii postfix-doc 2.9.6-2 all
Documentation for Postfix
ii postfix-mysql 2.9.6-2 amd64
MySQL map support for Postfix
ii postfixadmin 2.3.5-2 all
Virtual mail hosting interface for Postfix
ii squirrelmail 2:1.4.23~svn20120406-2 all
Webmail for nuts
ii squirrelmail-compatibility 2.0.16-1 all
SquirrelMail plugin: Let other plugins work with older/newer SM versions
ii squirrelmail-decode 1.2-1 all
SquirrelMail support for decoding exotic character sets
ii squirrelmail-locales 1.4.18-20090526-1 all
Translations for the SquirrelMail Webmail package
ii squirrelmail-lockout 1.7-2 all
SquirrelMail plugin: Disallow access to users/domains
ii squirrelmail-logger 2.3.1-1 all
SquirrelMail plugin: Add logging functionality to your webmail interface
ii squirrelmail-secure-login 1.4-3 all
SquirrelMail plugin: Force users to use SSL encrypted connections
ii squirrelmail-sent-confirmation 1.6-2 all
SquirrelMail plugin: display a confimation message after sending mails
ii squirrelmail-spam-buttons 2.3.1-1 all
SquirrelMail plugin: Place "Spam" buttons on the mailbox message list page
ii squirrelmail-viewashtml 3.8-3 all
SquirrelMail plugin: View mails as HTML
# netstat | grep -E '25|993'
tcp 0 0 213.7.204.34:25 0.0.0.0:* LISTEN
-
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
-
tcp 0 0 213.7.204.34:993 0.0.0.0:* LISTEN
17291/dovecot
P.S. Повторюсь - из почтового клиента ВСЕ ОТПРАВАВЛЯЕТСЯ!
signature.asc
Description: PGP signature

