Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
При регистрации на этом форуме обратил внимание что письмо приходит от *@hlmod.ru
Вот , хотелось бы статейку как сделать такой почтовый домен и почтовый сервер на ubuntu 10.04
Поясню сразу, сервер личный , графического интерфейса нету!
Вот всё что имеется
Apache 2
Php 5
Mysql
Phpmyadmin
При регистрации на этом форуме обратил внимание что письмо приходит от *@hlmod.ru
Вот , хотелось бы статейку как сделать такой почтовый домен и почтовый сервер на ubuntu 10.04
Поясню сразу, сервер личный , графического интерфейса нету!
Вот всё что имеется
Apache 2
Php 5
Mysql
Phpmyadmin
Прикол в том, что письма с сайта и форума шлются средствами php. На это способна любая cms. Можно sendmail использовать. А заводить целый почтовик для рассылки писем это громоздко.
и зачем так говорить , если сервер для двух сайтов!
И я сказал что ето все для почтовика , еще всякие явы и тд есть.
Мне не для рассылки писем ящик свой , а для учебы , поступаю на программа
Это к примеру!! Тут как бы в 2-х словах не напишешь!!!
Чтобы установить клиент SquirrelMail веб-почты, выполните:apt-get install squirrelmail
Затем создайте следующию ссылку ...ln -s /usr/share/squirrelmail/ /var/www/webmail
... и настройте SquirrelMail:squirrelmail-configure
Мы должны указать SquirrelMail, что мы используем Courier-IMAP/-POP3:
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >> - D
SquirrelMail Configuration : Read: config.php
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others. If you select your IMAP server, this option will
set some pre-defined settings for that server.
Please note that you will still need to go through and make sure
everything is correct. This does not change everything. There are
only a few settings that this will change.
Please select your IMAP server:
bincimap = Binc IMAP server
courier = Courier IMAP server
cyrus = Cyrus IMAP server
dovecot = Dovecot Secure IMAP server
exchange = Microsoft Exchange IMAP server
hmailserver = hMailServer
macosx = Mac OS X Mailserver
mercury32 = Mercury/32
uw = University of Washington's IMAP server
gmail = IMAP access to Google mail (Gmail) accounts
quit = Do not change anything
Command >> - dovecot
SquirrelMail Configuration : Read: config.php
---------------------------------------------------------
While we have been building SquirrelMail, we have discovered some
preferences that work better with some servers that don't work so
well with others. If you select your IMAP server, this option will
set some pre-defined settings for that server.
Please note that you will still need to go through and make sure
everything is correct. This does not change everything. There are
only a few settings that this will change.
Please select your IMAP server:
bincimap = Binc IMAP server
courier = Courier IMAP server
cyrus = Cyrus IMAP server
dovecot = Dovecot Secure IMAP server
exchange = Microsoft Exchange IMAP server
hmailserver = hMailServer
macosx = Mac OS X Mailserver
mercury32 = Mercury/32
uw = University of Washington's IMAP server
gmail = IMAP access to Google mail (Gmail) accounts
quit = Do not change anything
Command >> courier
imap_server_type = courier
default_folder_prefix = INBOX.
trash_folder = Trash
sent_folder = Sent
draft_folder = Drafts
show_prefix_option = false
default_sub_of_inbox = false
show_contain_subfolders_option = false
optional_delimiter = .
delete_folder = true
Press any key to continue... - нажмите любую клавишу
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Command >> - S
SquirrelMail Configuration : Read: config.php (1.4.0)
---------------------------------------------------------
Main Menu --
1. Organization Preferences
2. Server Settings
3. Folder Defaults
4. General Options
5. Themes
6. Address Books
7. Message of the Day (MOTD)
8. Plugins
9. Database
10. Languages
D. Set pre-defined settings for specific IMAP servers
C Turn color on
S Save data
Q Quit
Использую exim4 для отправки почты, а почта приходит на яндекс есть ещё почта от гугла.
Потом ещё нужно патч поправить в php.ini на exim4
aptitude install exim4