Перейти до

Проблемы в ДНС и почте.


Gmen

Рекомендованные сообщения

Вот кажись уже и ДНС настроил, но в манах в сериалах ни как не пойму какие они должны быть, при первом запуске неймда.

Проблема 1(ДНС).

Вот ошибка secondary.net.ua:

During the transfer zone "domen.ua" xfer return error:

"Oct 31 21:05:26 chinger named[1653]: Zone "domen.ua" (IN) SOA serial# (20070204) rcvd from [10.1.1.1] is < ours (2007012501)"

Как ее поправить, что делаю не так?

Проблема 2(почта).

Насоветовали знатоки попробовать поставить "qmail", ничего с этого у меня не вышло, при компилировании, пишет неизвестная ошибка и все.

Народ, дайте мне нормальный ман по qmail, а то в этой статье(http://www.qmailrocks.ru/2007/02/16/freebsd_zavisimosti_neobkhodimye_dlja_ustanovki.html) ошибок полно та и по ней сомпелироваться не хочет, дайте нормальные советы, а то я рстерялся уже, Sendmail, Postfix, qmail, что ставить сам не знаю)

Нид хелп...!

Ссылка на сообщение
Поделиться на других сайтах

как то ставил кумыло на фре, по http://www.qmailrocks.ru, все ставилось,а если что не ставиться читай внимательно логи, там причины всех бед, или давай ошибку в студию.

Ссылка на сообщение
Поделиться на других сайтах
Проблема 1(ДНС).

Вот ошибка secondary.net.ua:

During the transfer zone "domen.ua" xfer return error:

"Oct 31 21:05:26 chinger named[1653]: Zone "domen.ua" (IN) SOA serial# (20070204) rcvd from [10.1.1.1] is < ours (2007012501)"

Как ее поправить, что делаю не так?

Поставь в своем named-е сериал зоны > 20070204.

Делов-то ...

Ссылка на сообщение
Поделиться на других сайтах
как то ставил кумыло на фре, по http://www.qmailrocks.ru, все ставилось,а если что не ставиться читай внимательно логи, там причины всех бед, или давай ошибку в студию.

Вот и ошибка, но open ssl у меня стоит и прекрасно работает на apache.

./compile qmail-remote.c
qmail-remote.c:36:25: error: openssl/ssl.h: Нет такого файла или каталога
qmail-remote.c:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
qmail-remote.c: In function ‘ssl_timeoutread’:
qmail-remote.c:132: error: ‘ssl’ undeclared (first use in this function)
qmail-remote.c:132: error: (Each undeclared identifier is reported only once
qmail-remote.c:132: error: for each function it appears in.)
qmail-remote.c:134: error: ‘SSL_ERROR_WANT_READ’ undeclared (first use in this function)
qmail-remote.c:135: error: ‘SSL_ERROR_NONE’ undeclared (first use in this function)
qmail-remote.c: In function ‘ssl_timeoutwrite’:
qmail-remote.c:157: error: ‘ssl’ undeclared (first use in this function)
qmail-remote.c:159: error: ‘SSL_ERROR_WANT_WRITE’ undeclared (first use in this function)
qmail-remote.c:160: error: ‘SSL_ERROR_NONE’ undeclared (first use in this function)
qmail-remote.c: At top level:
qmail-remote.c:177: error: expected ‘)’ before ‘*’ token
qmail-remote.c:183: error: expected declaration specifiers or ‘...’ before ‘X509_STORE_CTX’
qmail-remote.c: In function ‘smtp’:
qmail-remote.c:346: error: ‘SSL_CTX’ undeclared (first use in this function)
qmail-remote.c:346: error: ‘ctx’ undeclared (first use in this function)
qmail-remote.c:400: error: ‘ssl’ undeclared (first use in this function)
qmail-remote.c:404: error: ‘SSL_FILETYPE_PEM’ undeclared (first use in this function)
qmail-remote.c:409: error: ‘client_cert_cb’ undeclared (first use in this function)
qmail-remote.c:418: error: ‘SSL_VERIFY_PEER’ undeclared (first use in this function)
qmail-remote.c:454: error: ‘X509_V_OK’ undeclared (first use in this function)
qmail-remote.c:462: error: ‘NID_commonName’ undeclared (first use in this function)
qmail-remote.c: In function ‘main’:
qmail-remote.c:590: warning: return type of ‘main’ is not ‘int’
make: *** [qmail-remote.o] Ошибка 1

 

Как эту беду решить?

Ссылка на сообщение
Поделиться на других сайтах

qmail при установке пишет:

# make setup check
./load qmail-remote control.o constmap.o timeoutread.o timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib`
qmail-remote.o(.text+0x3f6): In function `ssl_timeoutread':
: undefined reference to `SSL_read'
qmail-remote.o(.text+0x40e): In function `ssl_timeoutread':
: undefined reference to `SSL_get_error'
qmail-remote.o(.text+0x425): In function `ssl_timeoutread':
: undefined reference to `SSL_get_error'
qmail-remote.o(.text+0x44f): In function `ssl_timeoutread':
: undefined reference to `SSL_load_error_strings'
qmail-remote.o(.text+0x45f): In function `ssl_timeoutread':
: undefined reference to `ERR_get_error'
qmail-remote.o(.text+0x467): In function `ssl_timeoutread':
: undefined reference to `ERR_error_string'
qmail-remote.o(.text+0x488): In function `ssl_timeoutread':
: undefined reference to `SSL_shutdown'
qmail-remote.o(.text+0x532): In function `ssl_timeoutwrite':

: undefined reference to `SSL_write'
qmail-remote.o(.text+0x54a): In function `ssl_timeoutwrite':
: undefined reference to `SSL_get_error'
qmail-remote.o(.text+0x561): In function `ssl_timeoutwrite':
: undefined reference to `SSL_get_error'
qmail-remote.o(.text+0x58b): In function `ssl_timeoutwrite':
: undefined reference to `SSL_load_error_strings'
qmail-remote.o(.text+0x59b): In function `ssl_timeoutwrite':
: undefined reference to `ERR_get_error'
qmail-remote.o(.text+0x5a3): In function `ssl_timeoutwrite':
: undefined reference to `ERR_error_string'
qmail-remote.o(.text+0x5c4): In function `ssl_timeoutwrite':
: undefined reference to `SSL_shutdown'
qmail-remote.o(.text+0xefb): In function `smtp':
: undefined reference to `SSL_library_init'
qmail-remote.o(.text+0xf03): In function `smtp':
: undefined reference to `SSLv23_client_method'
qmail-remote.o(.text+0xf0b): In function `smtp':
: undefined reference to `SSL_CTX_new'
qmail-remote.o(.text+0xf46): In function `smtp':
: undefined reference to `SSL_CTX_set_cipher_list'
qmail-remote.o(.text+0xf60): In function `smtp':
: undefined reference to `SSL_new'
qmail-remote.o(.text+0xf84): In function `smtp':
: undefined reference to `SSL_set_fd'
qmail-remote.o(.text+0xf9c): In function `smtp':
: undefined reference to `SSL_connect'
qmail-remote.o(.text+0x1132): In function `smtp':
: undefined reference to `matchregex'
qmail-remote.o(.text+0x1146): In function `smtp':
: undefined reference to `matchregex'
qmail-remote.o(.text+0x11d6): In function `smtp':
: undefined reference to `b64encode'
qmail-remote.o(.text+0x12f2): In function `smtp':
: undefined reference to `b64encode'
qmail-remote.o(.text+0x1360): In function `smtp':
: undefined reference to `b64encode'
qmail-remote.o(.text+0x13f9): In function `smtp':
: undefined reference to `SSL_get_verify_result'
qmail-remote.o(.text+0x141f): In function `smtp':
: undefined reference to `SSL_get_peer_certificate'
qmail-remote.o(.text+0x1427): In function `smtp':
: undefined reference to `X509_get_subject_name'
qmail-remote.o(.text+0x142f): In function `smtp':
: undefined reference to `X509_NAME_get_text_by_NID'
qmail-remote.o(.text+0x14b2): In function `smtp':
: undefined reference to `SSL_load_error_strings'
qmail-remote.o(.text+0x14c2): In function `smtp':
: undefined reference to `ERR_get_error'
qmail-remote.o(.text+0x14ca): In function `smtp':
: undefined reference to `ERR_error_string'
qmail-remote.o(.text+0x14eb): In function `smtp':
: undefined reference to `SSL_shutdown'
qmail-remote.o(.text+0x1504): In function `smtp':
: undefined reference to `SSL_CTX_load_verify_locations'
qmail-remote.o(.text+0x151d): In function `smtp':
: undefined reference to `SSL_CTX_set_verify'
qmail-remote.o(.text+0x1533): In function `smtp':
: undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
qmail-remote.o(.text+0x1548): In function `smtp':
: undefined reference to `SSL_CTX_use_certificate_chain_file'
qmail-remote.o(.text+0x1558): In function `smtp':
: undefined reference to `SSL_CTX_check_private_key'
qmail-remote.o(.text+0x1571): In function `smtp':
: undefined reference to `SSL_CTX_set_client_cert_cb'
qmail-remote.o(.text+0x158b): In function `smtp':
: undefined reference to `SSL_load_error_strings'
qmail-remote.o(.text+0x159b): In function `smtp':
: undefined reference to `ERR_get_error'
qmail-remote.o(.text+0x15a3): In function `smtp':
: undefined reference to `ERR_error_string'
qmail-remote.o(.text+0x15c4): In function `smtp':
: undefined reference to `SSL_shutdown'
qmail-remote.o(.text+0x15fb): In function `smtp':
: undefined reference to `X509_verify_cert_error_string'
qmail-remote.o(.text+0x162e): In function `smtp':
: undefined reference to `SSL_load_error_strings'
qmail-remote.o(.text+0x163e): In function `smtp':
: undefined reference to `ERR_get_error'
qmail-remote.o(.text+0x1646): In function `smtp':
: undefined reference to `ERR_error_string'
qmail-remote.o(.text+0x1667): In function `smtp':
: undefined reference to `SSL_shutdown'
dns.o(.text+0x500): In function `dns_ptr':
: undefined reference to `strsalloc_readyplus'
dns.o(.text+0x601): In function `dns_ptr':
: undefined reference to `strsalloc_append'
dns.o(.text+0xd70): In function `dns_txt':
: undefined reference to `strsalloc_readyplus'
dns.o(.text+0xe87): In function `dns_txt':
: undefined reference to `strsalloc_append'
dns.o(.text+0xf29): In function `dns_txt':
: undefined reference to `str_copyb'
*** Error code 1

 

Как сделать чтоб избавиться от ошибки?

 

ДНС кажись поднял но пишет в логе:

Nov  1 20:38:07 123 named[20784]: could not listen on UDP socket: address in use
Nov  1 20:38:07 123 named[20784]: creating IPv4 interface rl0 failed; interface ignored
Nov  1 20:38:07 123 named[20784]: could not listen on UDP socket: address in use
Nov  1 20:38:07 123 named[20784]: creating IPv4 interface sk0 failed; interface ignored
Nov  1 20:38:07 123 named[20784]: could not listen on UDP socket: address in use
Nov  1 20:38:07 123 named[20784]: creating IPv4 interface lo0 failed; interface ignored
Nov  1 20:38:07 123 named[20784]: not listening on any interfaces

Это нормально?

Ссылка на сообщение
Поделиться на других сайтах
  • 3 weeks later...

Создайте аккаунт или войдите в него для комментирования

Вы должны быть пользователем, чтобы оставить комментарий

Создать аккаунт

Зарегистрируйтесь для получения аккаунта. Это просто!

Зарегистрировать аккаунт

Вхід

Уже зарегистрированы? Войдите здесь.

Войти сейчас
  • Зараз на сторінці   0 користувачів

    Немає користувачів, що переглядають цю сторінку.

×
×
  • Створити нове...